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

feat(dataset-service): add #69

Open
Caceresenzo opened this issue Sep 16, 2022 · 0 comments
Open

feat(dataset-service): add #69

Caceresenzo opened this issue Sep 16, 2022 · 0 comments
Labels
backend enhancement New feature or request
Milestone

Comments

@Caceresenzo
Copy link
Member

Caceresenzo commented Sep 16, 2022

Description

Datasets will now be tracked by using versions.
Users will be able to explore and download older version of a dataset.

Future version of the service will allow user-made datasets.
So to differenciate them, a "official" logo will have to be displayed.

Entity

Dataset

Type Field Description
UUID id
String name Displayable name
String artUrl Cover art URL
DateTime createdAt Creation date

Dataset Version

Type Field Description
UUID id
Long number Incremental number
String name Displayable name
String artUrl Cover art URL
DateTime createdAt Creation date

Dataset Version File

Type Field Description
UUID id
String name Filename
Long length Length (in byte)
String path S3 path
String hash MD5 hash
DateTime createdAt Creation date
@Caceresenzo Caceresenzo added enhancement New feature or request backend labels Sep 16, 2022
@Caceresenzo Caceresenzo added this to the Tournament milestone Sep 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant