-
Notifications
You must be signed in to change notification settings - Fork 32
✨ product's ui config 🗃️ #7217
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
✨ product's ui config 🗃️ #7217
Conversation
9115fae to
ed27bfc
Compare
odeimaiz
left a comment
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.
Beautiful, thanks!!!
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7217 +/- ##
==========================================
+ Coverage 87.02% 87.03% +0.01%
==========================================
Files 1654 1654
Lines 64435 64468 +33
Branches 1095 1095
==========================================
+ Hits 56075 56111 +36
+ Misses 8047 8044 -3
Partials 313 313
Continue to review full report in Codecov by Sentry.
|
sanderegg
left a comment
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.
👍 careful there are multiple PRs with DB changes
packages/postgres-database/src/simcore_postgres_database/models/products.py
Show resolved
Hide resolved
|
matusdrobuliak66
left a comment
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 thanks!



What do these changes do?
Our product contains a UI configuration fully managed by the front-end, with the backend currently serving solely as storage. At present, this configuration is read-only; however, we plan to develop a front-end widget enabling product owner (PO) users to modify it, thereby granting write access in the future. For now, @odeimaiz will handle manual configuration.
GET /products/current/uiaccessible to all active >=users (e.g. not guests)products.uicolumn for front-end free-jsonNOTE: I will follow up this PR with a maintenance PR to upgrade db engine and skelepton on the web-server's
productsdomain.Related issue/s
How to test
Driving tests
Dev-ops
products.uicolumn