MongoDB-PHP-GUI
MongoDB-PHP-GUI copied to clipboard
Quick edit full document entry
I've seen the way to quick edit a given document attribute when your mouse is hover a given field, you have a pen with a input form to edit the attribute content 👍
but now I need to quickly refactor the whole document:
- add a new attribute,
- bulk remove some part
- ...
One simple way to do that is to add an "edit mode"
in current mode, add a EDIT button on a result array > data row
a clic on this button will switch to "edit mode" in "edit mode"
- text area contains the whole document to edit
- all buttons are replaced by a SAVE and a CANCEL button
so cancel return in initial mode without saving and save return to initial mode after saving document
@creharmony
What if a click on a JSON:
- key allows to edit the entire document,
- value allows to edit the value (as now)?
In "edit mode", it would be great to have syntax highlighting, etc. to assist even more the user. By the way, I think it's time to uniformize JSON colors... and switch to a dark theme 🙂
What do you think about?
That would be great, I can't wait to test this 👍
This feature would be great. Can't wait ;) Hope it is still on planed.