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.
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.