Skip to content

tags in message review MVP (and conversation permalink)#1590

Merged
lperson merged 19 commits intoProgressiveCoders:stage-main-62-wfpfrom
lperson:lp_tags_in_message_review
Jun 9, 2020
Merged

tags in message review MVP (and conversation permalink)#1590
lperson merged 19 commits intoProgressiveCoders:stage-main-62-wfpfrom
lperson:lp_tags_in_message_review

Conversation

@lperson
Copy link
Copy Markdown
Collaborator

@lperson lperson commented Jun 6, 2020

Description

  1. Filter by tags in message review
  2. Display tags in message review

Functionality dependent on EXPERIMENTAL_TAGS.

Tag filter added

Screen Shot 2020-06-08 at 4 49 53 PM

Select tags to filter by

Screen Shot 2020-06-08 at 4 50 09 PM

Tags display in message list

Screen Shot 2020-06-08 at 4 40 28 PM

Selected tags display in the selector

Screen Shot 2020-06-08 at 4 50 16 PM

Tags display in message preview (also note conversation permalink)

Screen Shot 2020-06-08 at 10 23 07 PM

# Checklist:
  • I have manually tested my changes on desktop and mobile
  • The test suite passes locally with my changes
  • If my change is a UI change, I have attached a screenshot to the description section of this pull request
  • My change is 300 lines of code or less, or has a documented reason in the description why it’s longer
  • I have made any necessary changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • My PR is labeled [WIP] if it is in progress

@lperson lperson requested a review from schuyler1d June 6, 2020 21:32
@lperson lperson requested a review from ibrand June 6, 2020 21:32
@lperson lperson added the S-work in progress (WIP) Status: PR label for work that is not yet ready to be reviewed label Jun 6, 2020
@lperson lperson changed the title 🚧 tags in message review 🏗 tags in message review MVP Jun 8, 2020
@lperson lperson removed the S-work in progress (WIP) Status: PR label for work that is not yet ready to be reviewed label Jun 8, 2020
Copy link
Copy Markdown
Collaborator

@schuyler1d schuyler1d left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! I have a nit, but I'm going to merge this but can you follow-up with a change for it?

{ user },
info
) => {
const includeTags = graphqlInfo => {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this be moved somewhere and explain what it's for.

These root endpoints should be short and clear. Maybe info (maybe call it requestInfo or graphQLInfo) should just be passed to getConversations() and then includeTags can be a function in that library (and outside the function) rather than here?

@lperson lperson changed the title tags in message review MVP tags in message review MVP (and conversation permalink) Jun 9, 2020
@lperson lperson merged commit 8c95ac3 into ProgressiveCoders:stage-main-62-wfp Jun 9, 2020
@joemcl
Copy link
Copy Markdown
Collaborator

joemcl commented Jun 9, 2020

@lperson @schuyler1d after I deployed with this merged, and the build ran, app started crashing. I rolled back to previous build from last night.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants