-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[EASI-4614] Async GRB Discussions #2874
Draft
ClayBenson94
wants to merge
43
commits into
main
Choose a base branch
from
feature/EASI-4614_grb_discussions
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
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
ClayBenson94
added
the
Feature Branch
Used to track PRs that track feature branches going into main
label
Nov 4, 2024
* Add discussions to translation files index * Plural i18n translations * Typos
* MentionTextArea Tiptap lib * DiscussionBoard folder DiscussionModalWrapper Sidepanel
* DiscussionReply component * DiscussionsCard component * Mock types and data * DiscussionReply component layout * Merge remote-tracking branch 'origin/EASI-4635/initial-discussions-api' into EASI-4636/discussions-response-component * Add discussions to GRB review query * Update component types * Translations * Relative date util function * Discussions admin card * Discussion board tips * Rename component * DiscussionPost unit test * Empty discussions state * Discussions unit tests * Replace mock data with query data * Responsive styling * Role fallback text with unit test * Update reply text and unit tests * Add Discussions nav link * Snapshot update * Add `DiscussionBoard` to Discussions component * Update DiscussionPost to handle replies * Unit tests * Removed snapshot Snapshot would always be outdated because of "X days ago" text within component
* implement grb discussion store methods and attach to resolvers * update method comments * update postman for discussions * Add functionality in db seed to allow easier user context creation, add discussions seed data, and update postman collection to return more information on GRB Discussion Posts/Replies --------- Co-authored-by: ClayBenson94 <clay.benson@oddball.io>
* Merge discussions card work into branch * Discussions panel view components * Discussion post and reply mutations * Basic discussion form * Fix line height within side panel * Display discussion and replies * Discussions list view * Threaded replies styling * Show/hide replies * DiscussionsList component * Add DiscussionsList to Discussion view * Add DiscussionsList to discussion board view * Create discussion and reply mutations * Discussion board list filtering * ViewDiscussions unit tests * Discussion component unit tests * Success and error messages * Feature branch merge conflict fix * MentionTextArea in DiscussionForm (#2898) * MentionTextArea in DiscussionForm * Mention area height-auto * Text * Rhf-like signature * .usa-textarea + overrides * Cleanup * MentionTextArea React.forwardRef * Cleanup * Fix render error when review has no discussions * Hide replies if array is empty --------- Co-authored-by: adamodd <97050498+adamodd@users.noreply.github.com>
* starting with schema types * create type * some extra types and methods * add magic * pull from mint, gql * some cleanup, remove gql stuff that will be part of a different ticket * testing dummy route to test out tag parsing * remove what seemed to be extra sanitizations * clean up test code, still working on things * still testing, things looking good for ingestion * integrating dummy with real * cleanup similar struct * update postman call * add fields to postman call * postman * whoops - remove hardcoded sys intake id from postman * update tag types * remove unneeded * fix lint * update sanitization policy and use it * leave classs as "mention" to match UI * postman * remove commented out item * unused * return only HTML, skip tags and extra types * postman * remove unused fields * separate out tagged html policy * s/eua/uuid * remove extra fields * only allow <span> and <p> tags for tagged html * Update postman, remove TaggedContent, remove console.info * return first err, update test file, fix some comments * add additional request for group tag test * naming --------- Co-authored-by: ClayBenson94 <clay.benson@oddball.io>
…referencing-discussion-notifications
3 tasks
…ng-discussion-notifications [EASI-4675] Remove self-tagging emails and add tests for discussion emails
…s_typo [EASI-4614] Fix discussions content & typo
EKS Ingress URLs |
…grb_types [EASI-4614] Fix duplicate GRB Role types
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
EASI-4614
Description
Note
Click here to see merged PRs in this branch
How to test this change
PR Author Checklist
PR Reviewer Guidelines