Skip to content
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

Open
Tracked by #1732
mguidon opened this issue Jan 16, 2025 · 3 comments
Open
Tracked by #1732

VIP Models: Data Structure #1823

mguidon opened this issue Jan 16, 2025 · 3 comments
Assignees
Milestone

Comments

@mguidon
Copy link
Member

mguidon commented Jan 16, 2025

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

enum eModelCategory {
        kHumanWhole,
        kHumanRegion,
        kAnimalWhole,
        kCompPhantom,
        keModelCategorySize
    };

Also, this needs to be in synched (at least with the license servers)

@mguidon mguidon changed the title Data Structure VIP Models: Data Structure Jan 16, 2025
@mguidon
Copy link
Member Author

mguidon commented Jan 24, 2025

Add the db manually once and add some synchronization for later

@mguidon mguidon assigned pcrespov and unassigned pcrespov and mguidon Jan 24, 2025
@matusdrobuliak66
Copy link
Contributor

Discussed with @odeimaiz DB changes needed:

  • Features to proper Object
  • add display_name entry: features.name + features.version (+ sorting)
  • add category field
  • camelCase (not really important)

@pcrespov
Copy link
Member

pcrespov commented Jan 31, 2025

these will be the Identifiers for the categories

Image

These identifiers correspond to the original vip api and are passed to the webserver app in the settings

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

No branches or pull requests

3 participants