zuri-training / my-debtors-team32

A platform that allows schools in a certain locality list directory of people owing them - to help them avoid going to other schools.
1 stars 4 forks source link

School registration, login, logout, reset password #83

Open ReamaGeorge opened 2 years ago

ReamaGeorge commented 2 years ago

Please describe the work you want to do

  1. Create an app to allow schools owner or heads register their schools along with submitting a document for verification of the school. They would be required to provided some basic information about the school as well the those of 3 members of staff who would be the authenticated users.
  2. Authenticated users would be able to login logout and reset their password.

I would be using the Django Framework. For the school Registration - Form Model would be used. For the login/logout/reset of password - Django in-built authentication system.

Additional context

ReamaGeorge commented 2 years ago

This concept was dropped because no API was created.