Generalized collections UI#1077
Draft
fhennig wants to merge 60 commits intogeneralized-collections-frontend-apifrom
Draft
Generalized collections UI#1077fhennig wants to merge 60 commits intogeneralized-collections-frontend-apifrom
fhennig wants to merge 60 commits intogeneralized-collections-frontend-apifrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
9bf63dc to
760f283
Compare
760f283 to
db49022
Compare
6ff08e9 to
8ca09af
Compare
db49022 to
ce8db16
Compare
Collections are unreleased, so we can change in-place with no migration or backwards-compatibility concerns. Switches DB schema to bigserial, ORM tables to LongIdTable, and all API/model/test types from String/UUID to Long. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Remove backend/docker-compose.dev.yaml and update README to use the root compose file's database service. Also align POSTGRES_DB name to dashboards-backend-db across docker-compose.yml. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
userId is injected by the backend proxy from the session, so there is no need to pass it from the client. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The userId is added by the backend proxy, so callers don't need to supply it. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
9e5ed16 to
db7b941
Compare
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add Collections mega menu dropdown listing all organisms - Use details[name] exclusive accordion to close sibling menus on open Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
GitHub returns profile.id as a number, but the backend stores ownedBy as a string. Strict equality between the two always returned false. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Use contents <a> for clickable rows with proper cursor - Row hover uses bg-base-300 (distinct from zebra bg-base-200) - Left-align ID and variant count column headers - Show organism label in page headline - Replace text-base-content opacity modifiers with explicit gray colors - Show #<id> prefix in detail view headline - Replace Details card with inline organism/owner sentence Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
ce8db16 to
74a1a44
Compare
… controls Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… to client:only Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…textarea Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
db7b941 to
9870dc4
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
resolves #
Summary
src/lapis/ and src/covspectrum/; shared backend proxy logic extracted so collections and
subscriptions routes share a single implementation
the same pattern as subscriptions
deleteCollection
both query-type (LAPIS filter expressions) and mutation-list-type variants
Screenshot
PR Checklist