-
Notifications
You must be signed in to change notification settings - Fork 0
/
todo.txt
66 lines (46 loc) · 1.4 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
need to do:
double upload photo bug
ui update on drag and drop
deleting tmp files
- set a timeout for 60s and delete everything that's over a minute old
- handling points of failure
- and accordingly giving out an error
- data validation
- and accordingly fuzzy search
- connect gcal api
long term:
- data editing
- users
- Add error handling and error messages
- Process image / pdf to create JSON object (Owen / Ethan)
- JSON to ICS format (happens on frontend?) (Emmett)
- GCal API (???)
- Oauth API (Users Feature) (???)
- Filter Out Holidays (Emmett)
Users:
- Need to setup MongoDB / some DB
- Sign in with Google
- Upload Photo
- Schedule Created, Can Export
- Customizable Export
- Sign Out
- Calendar Feature
- View Schedule
- Add / Remove / Update / Delete Custom Events
Groups / Friends Feature
- Can add friends and share schedules
- Overlay friends schedule
- Can create friend groups
- Add / Remove Friends
- Create / Join / Invite / Edit / Delete Friend Groups
- Shared classes feature?
Long Term: Revamp Entire UI
Deployment:
- Google Domains
- Cloudflare
- Heroku / AWS
Backend:
Delete files after job completion, Schedule cron jobs to delete any files that might have not gotten wiped (delete all files every hour that are more than 5 minutes old)
Throttling requests
Better loggin system
Record website hits / analytics