Change the homepage to render my_links and create new page for creating_links
Summary
Okay so while you're adding issues, I have a usability request:
When you log in to go, the main page
/
is the submit page, and my links is a page linked to on the nav bar. I think those should be swapped. Submitting is an action I perform, the 'main' page should show my the state of what I have within the service.You could probably keep the my links button in the nav too, because linking to
/
with the Go logo may be slightly confusing to some, and it's very confusing to click that the get to the submit page currently.
A lot of code will need to be moved around in views.py, a new url will need to be made, navbar updates -- basically touching a lot of the backend.
Helpful Links
- The current codebase is a good place to start as all the logic exists, just needs to be moved around and updated.