-
Notifications
You must be signed in to change notification settings - Fork 5
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
VIP Models: Data Structure #1823
Milestone
Comments
Add the db manually once and add some synchronization for later |
Discussed with @odeimaiz DB changes needed:
|
1 task
Example of current version {
"items": [
{
"licensed_item_id": "5a66b856-b116-4309-a2f9-d3224f818326",
"display_name": "SHO-RC-V1 V1.0",
"licensed_resource_type": "VIP_MODEL",
"licensed_resource_data": {
"source": {
"id": 78,
"doi": null,
"features": {
"date": "2024-11-05",
"name": "SHO-RC-V1",
"version": "V1.0",
"functionality": "Posable"
},
"thumbnail": "https://speag.swiss/assets/images/Sim4Life/semshorc.png",
"protection": "Code",
"description": "SPEAG Posable Hand Phantom for Clamshell Phones - Right",
"license_key": "MODEL_SEMSHO_RC",
"license_version": "V1.0",
"available_from_url": null
},
"category_id": "ComputationalPhantom",
"category_display": "Phantom of the Opera"
},
"pricing_plan_id": 1,
"created_at": "2025-02-06T12:38:54.079488Z",
"modified_at": "2025-02-06T12:38:54.079488Z"
}
],
"total": 1,
"limit": 20,
"offset": 0,
"links": {
"first": "/v0/licensed-items?limit=20&offset=0",
"last": "/v0/licensed-items?limit=20&offset=0",
"self": "/v0/licensed-items?limit=20&offset=0",
"next": null,
"prev": null
}
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To make the workflow compatible with the current approach in the desktop version, I need the exact same metadata as we get out of the IT'IS server
I addition I need the type of the model which is one of
Also, this needs to be in synched (at least with the license servers)
licensed_resource_data
model in public-api response payload @pcrespovThe text was updated successfully, but these errors were encountered: