ohcnetwork / journal

MIT License
8 stars 12 forks source link

Design Choices #1

Open agneym opened 4 years ago

agneym commented 4 years ago

User

On the user end, the application is to be used by the most common of people. This design has to be kept as simple and bare bones as possible.

This is why we are skipping detailed password based authentication on user. User will have a sign up page where they can enter minimal details of themselves, this will be saved to the backend with a token generated ending the user on main page. If this token ever gets cleared (assuming that the possibility of this happening is rare), user will be redirected back to the sign up page.

Uniqueness of date of birth + phone number is enforced, so as communicate with other Coronasafe projects easier in the future.

Merchant

Admin

This is to be used by district officials, the emphasis here is on the functionality rather than the UI.