User story
As a Compass user
I want to see and edit documents in extended JSON
So that I have a way to work in an environment that is similar to my code editor where I feel productive
Acceptance criteria
- There is a new JSON mode alongside the existing default (list) and table modes.
- In JSON mode, the extended JSON of the documents will be displayed
- In JSON mode, it is possible to edit documents in a code editor with syntax highlighting for (extended) JSON. Copy-paste should work
- In JSON mode, like with the other modes, only one document at a time can be edited.
Notes
- If we display encrypted fields as ******* also in JSON mode, can we prevent the user from updating them? Sounds like this is a yes, as ACE editor allows us to set lines as read-only.
|