Skip to content
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

Fix enriched organization filter in organizations #1759

Merged
merged 3 commits into from
Oct 24, 2023

Conversation

yeganathan18
Copy link
Member

@yeganathan18 yeganathan18 commented Oct 23, 2023

Changes proposed ✍️

What

🤖 Generated by Copilot at 3d688e6

Added lastEnrichedAt field to opensearch index and fixed enrichedOrganization filter logic. These changes allow users to filter and view organizations by their enrichment status.

🤖 Generated by Copilot at 3d688e6

lastEnrichedAt field
added to opensearch index
filter logic changed

Why

How

🤖 Generated by Copilot at 3d688e6

  • Added lastEnrichedAt field to opensearch index of organizations to store the date of last external data enrichment (link)
  • Modified enrichedOrganization filter to invert the logic and filter by organizations that do not have a null or non-null lastEnrichedAt field, respectively, to fix a bug and align with the UI toggle (link)

Checklist ✅

  • Label appropriately with Feature, Improvement, or Bug.
  • Add screenshots to the PR description for relevant FE changes
  • New backend functionality has been unit-tested.
  • API documentation has been updated (if necessary) (see docs on API documentation).
  • Quality standards are met.

@yeganathan18 yeganathan18 added the Bug Created by Linear-GitHub Sync label Oct 23, 2023
@yeganathan18 yeganathan18 self-assigned this Oct 23, 2023
@yeganathan18 yeganathan18 merged commit 1dce270 into main Oct 24, 2023
9 checks passed
@yeganathan18 yeganathan18 deleted the bugfix/enriched-filter branch October 24, 2023 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Created by Linear-GitHub Sync
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants