Update checklist page #44
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Made a few quick changes to the checklist page stemming from feedback during previous tool review session - should help with the review process after checklist has been submitted.
Moved the "export" and "import" buttons into separate modals. All the functionality remains same from there + a few additional buttons (see points 2 + 3). For both modals, an explicit "close" button is added, although it can also be closed just by clicking outside of the modal.

For exporting, "json" and "csv" options remain with an additional "copy" option, which copies the checklist to the clipboard. This should enable easier process of updating an existing checklist issue during the review process.

For importing, the option to import from json is still available. However, rather than immediately rendering the checklist, it first outputs it into the textarea. Alternatively, a user could also manually enter the checklist (or paste in an existing one), which should also make reviewing easier (i.e. copy json from issue and paste into text area here). One the upload button is pressed, the checklist is rendered.

(note: comment about importing from URL has been dropped from the page.)
Played around with the idea of a rendering from a URL and ultimately could still be something to be done. However, there was also discussion of adding evidence / comment free text fields, complicating what would already be a long url query parameter.
Here's a quick video demoing what this currently looks like:
nmind_checklist_demo.mp4