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: add latest reference and current uuids to modelOut dto #32

Conversation

dtria91
Copy link
Contributor

@dtria91 dtria91 commented Jun 25, 2024

  • add latest_reference_uuid and latest_current_uuid as a optional fields into the ModelOut dto
  • add get_latest_reference_dataset_by_model_uuid (reference dao class) as a method to retrieve the uuid of the last loaded reference
  • add get_latest_dataset_uuids (model service class) as a method to retrieve the optional last uuids of reference and current datasets
  • update get by model uuid, get all models (paginated and not) in order to retrieve also latest_reference_uuid and latest_current_uuid info

dtria91 added 3 commits June 25, 2024 16:03
… into feature/ROS-265-add-latest-reference-and-current-uuids-to-modelout

# Conflicts:
#	api/tests/dao/reference_dataset_dao_test.py
#	api/tests/services/model_service_test.py
@dtria91 dtria91 requested review from rivamarco and maocorte June 25, 2024 14:22
@dtria91 dtria91 merged commit f8fdb5a into main Jun 26, 2024
7 checks passed
@dtria91 dtria91 deleted the feature/ROS-265-add-latest-reference-and-current-uuids-to-modelout branch June 26, 2024 07:46
maocorte pushed a commit that referenced this pull request Jul 16, 2024
* feat: add latest reference and current uuids to modelOut dto, edit tests

* feat: align with main, add get latest dataset method to get all models api

* feat: add latest reference and current uuids to model definition
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

Successfully merging this pull request may close these issues.

3 participants