-
Notifications
You must be signed in to change notification settings - Fork 27
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
✨ Introduce vip models pricing 1 of 2 parts #6897
✨ Introduce vip models pricing 1 of 2 parts #6897
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6897 +/- ##
==========================================
+ Coverage 88.32% 89.34% +1.01%
==========================================
Files 1554 1379 -175
Lines 61234 54940 -6294
Branches 2093 1007 -1086
==========================================
- Hits 54087 49087 -5000
+ Misses 6814 5677 -1137
+ Partials 333 176 -157
Continue to review full report in Codecov by Sentry.
|
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.
Let's go!!!
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.
So I will only ask it here once, and approve it as I do not want to start something huge with that but.
I would convert everywhere you have written license with licensed. Otherwise it sounds wrong.
Also I thing goods is something that is always plural and I have never heard anyone using a singular good.. Chatty tells me the same BTW.
I would also question the usage of shortUUID instead of using the plain UUID in the database (which postgres fully support).
Otherwise great!
packages/models-library/src/models_library/api_schemas_webserver/license_goods.py
Outdated
Show resolved
Hide resolved
packages/postgres-database/src/simcore_postgres_database/models/license_goods.py
Outdated
Show resolved
Hide resolved
packages/postgres-database/src/simcore_postgres_database/utils_repos.py
Outdated
Show resolved
Hide resolved
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.
Thx. Left some comments and also recommendations for the rest API in the internal chat.
packages/postgres-database/src/simcore_postgres_database/utils_repos.py
Outdated
Show resolved
Hide resolved
services/web/server/src/simcore_service_webserver/licenses/_license_goods_db.py
Outdated
Show resolved
Hide resolved
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 OK to me
services/web/server/tests/unit/with_dbs/04/licenses/test_licensed_items_handlers.py
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
Quality Gate passedIssues Measures |
e05d046
into
ITISFoundation:master
What do these changes do?
license_goods
-> This is a minimalistic version for frontend to be able to list and purchase VIP models (Iteratively, we will extend it based on the needs and new requirements.)Next steps:
Related issue/s
How to test
Dev-ops checklist