Skip to content

Commit 63ca4e6

Browse files
Update README.md
1 parent 1eaf61f commit 63ca4e6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,16 @@ Documentation for the GitHub issues API can be found here: http://developer.gith
88
The URL to fetch issues associated with the firebase-ios-sdk repository can be found here: https://api.github.com/repos/firebase/firebase-ios-sdk/issues
99

1010
Comments of an Issue: https://api.github.com/repos/firebase/firebase-ios-sdk/issues/3228/comments
11+
12+
13+
Display a list of issues per user
14+
15+
Order by most-recently updated issue first
16+
17+
Issue titles and first 140 characters of the issue body should be shown in the list
18+
19+
Allow the user to tap an issue to display next screen (detail screen) containing all comments for that issue.
20+
21+
All the comments should be shown on the detail screen. The complete comment body and username of each comment author should be shown on this screen.
22+
23+
Implement persistent storage in the application for caching data so that the issues are only fetched once in 24 hours. The persistent storage should only contain the latest data and any old data can be discarded.

0 commit comments

Comments
 (0)