ko9x / my-notes-beta

An app to make it easier for me to see my coding notes
0 stars 0 forks source link

Ability to Dynamically add pages needs to be added #5

Closed ko9x closed 7 years ago

ko9x commented 7 years ago

I want to create a component that will allow the user to create a new page to list a different section of notes. Basically what will really be happening is creating a new value for the page key in the object that is made. Since everything will be dynamically added this will be pretty easy.

ko9x commented 7 years ago

Unfortunately this turned out to be a bit more difficult than expected. Well not the addition of the functionality, that is done. What needs to be done is dynamically add routing for new pages. I am going to keep this issue open because I still do need to make a component that has the option to let the user add a new page. At the moment the only way is to directly add or change a note to the database and give a new page name.

ko9x commented 7 years ago

Done! see issue #10 for more details.