RSSReader

Differences between revisions 3 and 27 (spanning 24 versions)
Revision 3 as of 2013-02-01 03:35:59
Size: 2608
Editor: mhall119
Comment:
Revision 27 as of 2015-07-10 19:24:03
Size: 68
Editor: 173-109-70-164
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
<<Include(UbuntuPhone/CoreApps/Contents)>>

= RSS Reader =

||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;"><<TableOfContents>>||

This web page is where we are coordinating the work to build an '''RSS Reader''' application for the Ubuntu Phone that could also extend to other form factors too with the responsive design features built into the [[http://developer.ubuntu.com/get-started/gomobile/|Ubuntu SDK]]

||<tablestyle="font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''The Details'''||
|| Launchpad Project || [[https://launchpad.net/ubuntu-rssreader-app|ubuntu-rssreader-app]] ||
|| Launchpad Team || [[https://launchpad.net/~ubuntu-rssreader-dev|ubuntu-rssreader-dev]] ||
|| IRC Channel || [[http://webchat.freenode.net/?channels=%23ubuntu-phone|#ubuntu-phone]] on Freenode ||
|| Blueprint || [[https://blueprints.launchpad.net/ubuntu-rssreader-app/+spec/initial-rssreader-development|initial-rssreader-development]] ||

== User Stories ==

'''Note''': please don't add user stories here. We are defining these as a limited set to keep the scope more limited to get out a first version.

 * Must Have: I want to see a specific RSS feed
 * Must Have: I want to manage my feeds (add, modify, delete)
 * Must Have: I want to view a list of my current feeds
 * Should/Could Have: Share feed, tagged list etc.
 * Should/Could Have: Tagging?
 * Could Have: Add page as a bookmark (i.e. before opening the url in a browser)

== Functional Requirements ==

'''Note''': likewise, please don't add functional requirements here. We are defining these as a limited set to keep the scope more limited to get out a first version.


 * Sync/update a feed
 * Managing feeds (e.g. configuration)
 * Select a feed from a list for viewing
 * Select an entry from the currently viewed feed
 * Should/Could Have: Add tags to records
 * Should/Could Have: View list based on tags

== Design ==



=== How To Add Your Design ===

<<Include(UbuntuPhone/CoreApps/AddDesign)>>

=== Article List View ===

 * Needed

=== Article Content view ===

 * Needed

=== Add Feed ===

 * Needed

=== Edit Feed ===

 * Needed

=== Delete Feed ===

 * Needed

=== Filter list by Feed ===

 * Needed

=== Add Tag ===

 * Needed

=== Edit Tag ===

 * Needed

=== Delete Tag ===

 * Needed

=== Tag/Untag an Article ===

 * Needed

=== Filter list by Tags ===

 * Needed

== Implementation ==

This is where the spec will be.
#REFRESH 0 https://developer.ubuntu.com/community/core-apps/shorts

Touch/CoreApps/RSSReader (last edited 2015-07-10 19:24:03 by 173-109-70-164)