Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Add option to add internal comment to check #375

Open
TimJentzsch opened this issue Feb 28, 2022 · 0 comments
Open

Add option to add internal comment to check #375

TimJentzsch opened this issue Feb 28, 2022 · 0 comments
Labels
enhancement New feature or request Slack An issue related to Slack (e.g. a Slack command)

Comments

@TimJentzsch
Copy link
Contributor

We already have an internal_comment field for the TranscriptionCheck model, but there is currently no way to modify it.

The best option is probably to add a new "Edit Note" button to the actions, which opens a modal where you can add or edit the note.

The reference for Slack modals is here: https://api.slack.com/surfaces/modals/using
We probably need to check the type of an interactive payload and reroute the request accordingly.
Editing the modal might also be challenging without persisting the view_id to the DB.
We'll have to see if we can implement this stateless.

@TimJentzsch TimJentzsch added enhancement New feature or request Slack An issue related to Slack (e.g. a Slack command) labels Feb 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request Slack An issue related to Slack (e.g. a Slack command)
Projects
None yet
Development

No branches or pull requests

1 participant