UPDATED updated and clearified work to be done section, ADDED user dashboard route to routes section

This commit is contained in:
Andrew Bryant 2024-04-26 16:26:50 -04:00
parent 6d3df90b29
commit e5f335c743

View File

@ -15,14 +15,10 @@ Not much, at the moment.
## Work to be done
- Database connection
- Database models
* Users
* Dogs
* Clients
- Login page
- User dashboard (started)
- Login page (started)
- Authentication
- Registration page
- Registration page (started)
- Registration backend
- Installing as package
@ -39,3 +35,7 @@ Account registration and creation.
User login and authentication.
### /accounts/users/<username>/dashboard
A central point for the user to get an overview of their account.