-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodo.txt
48 lines (28 loc) · 1.16 KB
/
todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Mobile design
## Code Review
ContentView
1. ContentView#fetchNext does too much, it should simply fetch a new page
2. image protocol should be part of json resource
3. It doesn't go backward
Cover page
1. it needs better picture
2. it should support swipe action
3. it should be a reusable view.
Menu
1. We only have men/women category for now, there isn't enough channels for other categories
2. Visual distinction between a live stream and a separate issue
----
## Features
- User browses trending content stream, with ability to filter between content types "all", "product", "blog", "image"
- User views content page by tapping on a content item on stream view.
- User can swipe through stream or content page to view next page or previous page. It loads continuously until there are no more products.
- Visitor can signup via facebook, twitter or email
- Visitor can signin via facebook, twitter or logins
## Design
- SwipeView pagination footer
- SwipeView to support scrollable elements within the view
- Improve tests around swipeview
- improve tests around steamview
- 2 level collapsable menu
- Startup cover screen
- buttons, popover