Add edit DataDoc frontend - #48270
Conversation
|
I noticed an issue which seems with investigating -- when I create a dataset named doesn't necessarily need to be fixed in this PR, but it would be nice to have a Jira item for this if you are not going to look at it now. |
@megcrenshaw and I paired on this and were unable to figure it out. It is not specific to data docs and appears elsewhere in other editors such as the reference guide editor. I've created a Jira task for it! |
davidsbailey
left a comment
There was a problem hiding this comment.
looks great @TurnerRiley ! Sorry for the delay.
| server.restore(); | ||
| utils.navigateToHref.restore(); | ||
| }); | ||
| }); |
@megcrenshaw and I paired on this PR.
This is part of this Jira ticket for adding an editing interface for existing DataDocs (to be able to change the name and content of them). This PR now adds the frontend content with the editing form itself in continuation of the backend PR. The data doc editing form is visually very similar to the new data doc form, but the key/slug cannot be changed.
To see functionality:
Links
Jira ticket: here
Spec: requirement #2 here
Backend PR: here
Testing story
Local testing to run through creating, editing, and submitting changes to a data doc. Frontend tests were also added for these changes.
Follow-up work
Continuing work on the other requirements in the spec.
PR Checklist: