Closed eleensmathew closed 1 month ago
Please assign this issue
can you assign this issue to me as well
Assign this ton me
Already assigned via contrihub website.
A few queries
Yes and yes
Sign up page for admin too?? Aren't admin accounts supposed to be created from the backend/terminal?
No need for admin sign up
Another thing is that the base class is User for both use and admin, so the admin can also use the user login page. So may be no dedicated page for admin, or do you want to restrict admin entering from regular login? Also can I toggle the design of navbar slightly?
Dont restrict admin from regular admin. Feel free to toggle navbar design
Hey @eleensmathew, here's preview
Also I don't see the url of ticket booking. There is the html for that and a url to carry the seat id I guess. But I don't see the url to open that page
Add movie ain't working?
Check urls.py for the url
Add movie ain't working?
Its based on an api - omdb. As the api key in a .env file and it will work.
Ticket booking to be accessed from movie list or from another button on navbar?
From showlist
Ticket booking seems to be working for regular user. What do you wish to implement in it?
Nothing. If you have implemented the login and sign up as well as the html css changes feel free to raise pr
oh, ok let me make some final checks
Expected behavior
Implement a login and sign up page for both users and admins. Add this page to the navbar if not signed in and add logout function if signed in.
Current behavior
Right now only admins can purchase tickets after admin login. This should be changed so that any logged in user can purchase a ticket.