davep33l / checklist-central

0 stars 0 forks source link

New User Creation #2

Closed davep33l closed 2 weeks ago

davep33l commented 2 weeks ago

As a site user I can create a register an account and and an admin will define a department they have authorisation to so they can view the appropriate checklists and tasks.

AC1 - A user is able to add a register AC2 - Admin user is able to add a department to a users profile

davep33l commented 2 weeks ago

Current functionality for this is on the built in admin panel in Django and not within the application itself. Moving to another sprint so I can continue with the other functionality.

davep33l commented 2 weeks ago

Additional note - the functionality to add a department to a user is completed and works as expected.