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