henrylin03 / tasks

help you manage your to-dos
http://henrylin.io/tasks/
MIT License
0 stars 0 forks source link

After a user creates a new project, that new project's page is shown #100

Closed henrylin03 closed 4 months ago

henrylin03 commented 4 months ago

This was mostly accomplished by having the addProject() method in the createAppController() factory return the ID of the newly-created project.

I felt this was the easiest way to have the addProjectUsingModal() function to then use that ID to call handleNavLinkClicks(newProjectId), which then displays the page, as well as updating which div in the nav is selected

fixes #49