Hi there,
I am new to django and have a problem statement am not quite sure how to
approach this,Please help me,
Phase 1 Objectives:
1. Use the existing project setup you have already created You may
completely reset Django models/database/codebase if needed but make sure
you keep celery/redist/celery flower docker setup
2. Extend default Django user model (very imp. you should research/read
on this if not sure)
a. user with same email address can only signup as either manager or as
developer
b. Add more models as needed (i.e. Ticket etc)
3. Create different Profile models for PM and Developer (hint: one to
one relation to User)
4. Create Two signup page where user can create account as project
manager and as developer
5. Create two different login pages for PMs and Developers
6. Each user type is greeted with basic welcome message i.e. dashboard
PM Features :
1. Can create new ticket with title and info/description field
2. Can mark ticket as closed once it is marked completed by developer
Developer Features:
1. Can accept one or more Ticket if it is open
2. After accepting a ticket it can not be accepted by another developer.
Only one user can accept one ticket at a time
3. Developer can then mark accepted ticket as completed
Phase 2 Objectives:
1. PM Dashboard :
1. See existing Open tickets
2. See Accepted tickets
3. See Completed tickets
4. See Closed tickets
2. Developer Dashboard
1. See Open tickets
2. See Accepted tickets
3. See Completed tickets
4. See Closed tickets
Thank you,
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-users/eb344d25-1f60-4cae-8f2f-0e6abb2417abn%40googlegroups.com.