Proofreading

This commit is contained in:
Julien Palard 2021-10-06 09:27:37 +02:00
parent 9c5cadb606
commit 786dab976b
1 changed files with 13 additions and 4 deletions

View File

@ -16,7 +16,7 @@ Create a [Django](https://docs.djangoproject.com/) project named
## Features needed
- A user can sign-in¹.
- A user can sign-in¹ (no email validation needed).
- A user can log-in and log-out.
- A user can manage a list of habits².
- One user can't see other user habits, habits can be very personal information.
@ -37,13 +37,22 @@ when he did it in the past, to score the user "fitness to the habit".
## Admin zone
The superuser should be able to easily see, modify, and delete the habits and
when they've been done.
The superuser should be able to easily see, modify, and delete the
habits and when they've been done, so if a user tells "I forgot mark X
as done yesterday, please add it manually", it should be easy to fix
by a superadmin.
## Bonus
A nice front-end.
- Make the front-end 2021-looking.
- i18n.
## What I will be looking for
- Semantically correct git log.
- Readable and maintainable code.
## Hints