ko9x / my-notes-beta

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

Think about adding functionality to edit page and section names across the database #12

Open ko9x opened 7 years ago

ko9x commented 7 years ago

Currently if you realized you have given a page or a section a shitty or misspelled name, you would have to edit each object. It would be possible to add a function that would loop through the database looking for objects with the same section and page name (in a situation where you wanted to edit a section name) or loop through the database looking for the same page name (for editing a page name across the database). Then it would just be a matter of replacing the existing key value with the one the user entered in as the updated name.