-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnotes.todo
81 lines (69 loc) · 2.73 KB
/
notes.todo
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Web app prototype:
Design:
Colors:
Logo:
red: #e40000
dark-blue: #021f42
KonGeoS:
orange: #f38f14
blue: #033794
gray: #999999
Fachschaft:
turquoise: #009793
Typography:
font-family: 'Segoe UI Light', Tahoma, Geneva, Verdana, sans-serif;
Inspirations:
☐ Jodel
☐ yik yak
☐ Google Chrome
Icons:
☐ logo
☐ Feed
☐ Upvote
☐ Downvote
☐ Time ago
☐ Comments
☐ Geolocation
☐ Profile icon
☐ Submit post
☐ submit comment
☐ Back navigation
☐ Default profile picture
Features:
AuthModule:
✔ signIn @done (9/22/2018, 5:07:48 PM)
✔ redirect to feed on success @done (10/14/2018, 11:56:29 PM)
✔ signUp @done (10/8/2018, 10:33:25 AM)
☐ password confirmation
☐ redirect to sign-in on success
✔ signOut @done (9/22/2018, 7:29:38 PM)
✔ redirect to sign-in @done (10/14/2018, 11:59:10 PM)
Logging module:
✔ clear and hide after some time @done (9/22/2018, 7:30:26 PM)
✔ add logging and warning @done (9/22/2018, 7:30:28 PM)
Feed module:
✔ add overflow scroll to @done (9/21/2018, 10:09:57 PM)
✔ Up-/downvote @done (10/8/2018, 10:33:17 AM)
✔ Comments @done (10/11/2018, 10:41:17 PM)
Similar to new post
Post/Comment module:
✔ Simple post with text @started(18-09-22 19:30) @done (9/22/2018, 7:53:19 PM)
☐ Enable images
☐ Enable geolocation
☐ Votes for comments
Routing module:
✔ Listen for hash change @done (10/8/2018, 2:50:03 PM)
Profile module:
☐ Set profile
☐ Load profile
☐ Load user profile on successful sign-in
Users module:
☐ display user info
Stuff to think about:
✔ set the date of a post/comment on the server @done(18-10-11 22:48)
☐ why do I only get an new accesstoken and not also an new refreshtoken, if fresh the token
✔ remove html script tags from a post/comment to prevent Cross side scripting @done (10/11/2018, 10:48:28 PM)
✔ api endpoint to https @started(18-09-21 22:12) @done (9/22/2018, 7:30:04 PM)
☐ store images in separat directory
☐ add pinned attribute to post
☐ send back post on new comment created