-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Add last crawl and subscription status indicators to org list #2273
base: main
Are you sure you want to change the base?
Conversation
Includes a migration to backfill existing orgs.
- lastCrawlFinished - subscriptionStatus - subscriptionPlan
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested locally, looks good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sweet!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Tried to give some of the icons more distinct options? Having two status icons next to eachother without labels is a bit of a low point of our table row styling... Will probably give this some more thought in the future as it also relates to collections & archived items, but good enough for now! A helpful indicator to have in the list!
Co-authored-by: Henry Wilkinson <[email protected]>
Co-authored-by: Henry Wilkinson <[email protected]>
Looks good, just converted to draft to avoid accidentally merging before the other PR. |
Fixes #2260
lastCrawlFinished
to Organization model, updated after crawls are added/deleted and with an idempotent migration to backfill existing orgs (migration is 0038 to account for migrations in feat: Public collections #2271)Note
Should be merged after #2271 so migrations stay in correct order
Screenshots
Subscription status
(Taken with local frontend against dev backend - update when we can push this to dev and populate the Last Crawl field)
Last crawl
(Taken with local frontend and backend, no subscriptions)
Testing
lastCrawlFinished