Skip to content

Commit

Permalink
Add missing fields to rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
lezhangxyz committed Oct 12, 2012
1 parent 77dc371 commit 5e3ffaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion REQUIREMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Description: Requirements specifications for the UIDevTest project to help keep
|----|------------|---------------------------|--------------------------|
| R1 | As a user, I want to be able to view a list of news headlines so that I can quickly browse several articles. | 1. Load article data and populate a story list view when the user accesses the URL uidevtest/src/html/index.html. <br> 2. In each list item, display the article's:<br> - Headline Text <br> - Picture <br> - Categories <br> - Posted Date <br> - Updated Date | 1. Only use article data loaded from uidevtest/src/js/uidevtest-data.js <br> 2. Format UNIX dates to match mockup |
| R2 | As a user, I want to be able to click on the title of a news headline so that I can view the full article. | 1. Navigate the user to the full story view of an article when the headline link is clicked, or when the article's story URL is accessed. | 1. Handle routing with a single html page. |
| R3 | As a user, I want to be able to view the full article for a news story. | 1. Display the article's: <br> - Headline Text <br> - Picture <br> - Picture Caption <br> - Picture Credit <br> - Article Text <br> - Author <br> 2. Display an action bar with comment, share, favorite and vote buttons. <br> 3. Display a navigation bar. | 1. Format UNIX dates to match mockup |
| R3 | As a user, I want to be able to view the full article for a news story. | 1. Display the article's: <br> - Headline Text <br> - Picture <br> - Picture Caption <br> - Picture Credit <br> - Article Text <br> - Author <br> - Posted Date <br> - Updated Date <br> 2. Display an action bar with comment, share, favorite and vote buttons. <br> 3. Display a navigation bar. | 1. Format UNIX dates to match mockup |
| R4 | As a user, I want the full view of the news articles to be optimized to my screen width so that it's easier to read. | 1. Change the design of the page to multi-column when the page width is greater than 480px and to single-column when the page-width is less.

## Design Requirements
Expand Down

0 comments on commit 5e3ffaa

Please sign in to comment.