You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
We already have an
internal_comment
field for theTranscriptionCheck
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.
The text was updated successfully, but these errors were encountered: