-
Notifications
You must be signed in to change notification settings - Fork 0
/
issues.txt
47 lines (47 loc) · 1.27 KB
/
issues.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
Book Finder to-do list:
- GENERAL TO-DOs / REFACTORS
- [ ] remove dashboard, replace with library
- [ ] change absolute paths to relative in all files
- [ ] migrate all AWS resources to us-east-1
- [ ] complete API redesign
- [ ] host site at bookfinder.mcpherson.dev
- [ ] construct basic landing page for mcpherson.dev with links to project/blog/etc.
- [ ] cleaner solution for FOUC/loading
- [ ] UI
- [ ] home/demo
- [x] signup
- [x] confirm-signup
- [x] login
- [x] upload
- [x] library
- [ ] search results
- [ ] AWS FUNCTIONALITY
- USERS
- [x] signup
- [x] confirm-signup
- [x] login
- [x] logout
- [ ] refresh cognito session
- [ ] forgot-password
- [ ] delete user
- LIBRARY
- [x] create image
- [x] delete image
- [ ] update image
- [x] retrieve images
- [ ] search
- [ ] ERROR HANDLING
- USERS
- [ ] signup
- [ ] confirm-signup
- [ ] login
- [ ] logout
- [ ] refresh cognito session
- [ ] forgot-password
- [ ] delete user
- LIBRARY
- [ ] create image
- [ ] delete image
- [ ] update image
- [ ] retrieve images
- [ ] search