-
Notifications
You must be signed in to change notification settings - Fork 0
/
todo.txt
27 lines (23 loc) · 1.06 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
A todo list for the Advance-Tuition app
Authentication:
- Add more details when signing up (i.e Address/Suburb e.t.c.)???
- Add auto-fill to address (i.e Google Places API)
- Find out about persistent login state with firebase
- Add confirmation email when signing up
- Add useful error messages when signing up
- Add ability to login with other accs (i.e facebook google)??
- Potentially update the UI for logging in
Database:
- Add a database and structure it appropriately
- Add backend functionality so that admin can access invoices from the tutors
and invoices are sent to parents (either when approved by admin or immediately
with the possibility of sending a follow up cancellation email if the tutor deletes
the timesheet)
UI:
- Add an activity indicator when loading
- Add animations?
- Add a calendar that allows tutors to schedule lessons in the calendar
- Add a notes option in student details
- Add reminders to submit timesheets for scheduled lessons
Misc:
- Add PropTypes to all components