Skip to content

implement API/UI to list, create, view and edit collections#269

Open
elfkuzco wants to merge 1 commit intomainfrom
collections-management
Open

implement API/UI to list, create, view and edit collections#269
elfkuzco wants to merge 1 commit intomainfrom
collections-management

Conversation

@elfkuzco
Copy link
Copy Markdown
Contributor

@elfkuzco elfkuzco commented May 5, 2026

Rationale

This PR implements logic to list, view, create and edit collections in the API and UI

Screenshot_20260505_152816 Screenshot_20260505_152808 Screenshot_20260505_152748 Screenshot_20260505_152739

Changes

  • make warehouse name a unique column in the DB
  • make events list component stripe adapt to dark theme
  • add views/routes for viewing list of collections and collection detail
  • add new permission for collection to Editor Role

This closes #244

@elfkuzco elfkuzco self-assigned this May 5, 2026
@elfkuzco elfkuzco requested a review from benoit74 May 5, 2026 15:26
@codecov
Copy link
Copy Markdown

codecov Bot commented May 5, 2026

Codecov Report

❌ Patch coverage is 90.09901% with 10 lines in your changes missing coverage. Please review.
✅ Project coverage is 81.66%. Comparing base (53ad7cf) to head (6cc8a11).

Files with missing lines Patch % Lines
backend/src/cms_backend/db/collection.py 82.60% 2 Missing and 2 partials ⚠️
backend/src/cms_backend/api/routes/collection.py 93.93% 1 Missing and 1 partial ⚠️
backend/src/cms_backend/api/routes/warehouse.py 83.33% 2 Missing ⚠️
backend/src/cms_backend/db/warehouse.py 88.88% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #269      +/-   ##
==========================================
+ Coverage   81.39%   81.66%   +0.27%     
==========================================
  Files          55       57       +2     
  Lines        2354     2438      +84     
  Branches      233      238       +5     
==========================================
+ Hits         1916     1991      +75     
- Misses        378      383       +5     
- Partials       60       64       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

Implement collection management screens

1 participant