-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ASAP-585] - Enable Users to start a Discussion (#4459)
* adds discussion field to compliance reports * adds create new discussion endpoint * adds create to discussion controller * handles discussion creation in data providers and routes with validations * updates graphql query * creates start compliance report discussion modal * creates hooks and selectors for discussion creation and team state sync * implements start discussion on compliance reports * fixes tests and typechecks * fixes autogenerated files with missing props * fixes linting * fixes broken tests * fixes typecheck issue * updates migration description * renames reply variable to message to avoid confusion * correct text "start discussion" instead of "start a discussion" * fixes ui issues * adds toast when discussion started & fixes compliance report closing when version expanded * changes QuickCheckReplyModal to be reused for quick checks and compliance discussions * adds missing tests * simplifies DiscussionRequest type and reuses it for both discussions and replies * adds workspace missing tests * adds missing tests for create discussion route * adds missing tests for compliance report card * adds missing hooks and selectors tests * removes duplicated line
- Loading branch information
1 parent
7f3b998
commit 739cc27
Showing
41 changed files
with
1,772 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.