forked from OpenHunting/openhunt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO.txt
More file actions
74 lines (64 loc) · 1.97 KB
/
TODO.txt
File metadata and controls
74 lines (64 loc) · 1.97 KB
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
X Data Model
X Authentication (login via oauth.io / twitter)
X Submit Project
X Setup basic Index Page
X Voting / Unvoting
X ajax voting / unvoting
X seed data
X add intro / about
X Styling / cleanup
X bucket projects by date (weekends are a single bucket)
X add user login panel (with icon)
X user profile page (with list of favorited projects, and logout btn)
X switch project ids to guids
X switch user ids to guids
X use slugs for projects
X project detail panel
X leave feedback for project owner
X 1 submission per day per user
X moderator flag on user
X audit trail (posts hidden, users banned, items flagged)
X moderators
X hide post
X unhide post
X ban user
X unban user
X prevent banned users from posting
X prevent banned users from voting
X fix site on iphone (it's a mess)
X add a favicon
X add google analytics
X setup rollbar
X switch to better postgres db
X infinite scrolling
X load more projects for a single date ("▿ show 17 more...")
X show about page on first visit (hide if its in session, or if current user)
X add fonticons.com
- add audit log for adding moderator / removing moderator
- content
X intro
- people
- faq
- differences
- governance
- user: make_moderator / remove_moderator
- create 404, 500, maintenance pages
- remove glyphicon fonts
- add checkmark icon to the project's you've given feedback to
- post queuing system
- add loading animation to .splash-box
- add a loading animation when loading a new bucket on bucket-scroll
- add a link back to homepage on auth failure
- email List subscription (show form after the first bucket)
minor tweaks:
X add icon to github, twitter app
X responsive pass, fix navbar
X minify assets
X add a close btn to the top right of the detail panel
later on:
- karma system
- verify as project owner to see feedback (each project has a private key, and we email it to something @domain.com)
- view feedback as project owner
- better login (via popup instead of redirect)
- paginate audit log
- setup intercom