You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,3 +8,16 @@ Documentation for the GitHub issues API can be found here: http://developer.gith
8
8
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
9
9
10
10
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