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

/api/v1/progress Endpoint #9

Open
3 tasks
josehenriqueroveda opened this issue Dec 11, 2024 · 0 comments
Open
3 tasks

/api/v1/progress Endpoint #9

josehenriqueroveda opened this issue Dec 11, 2024 · 0 comments
Assignees

Comments

@josehenriqueroveda
Copy link
Owner

  • Create migration for workouts_progress
  • GET endpoint to retrieve the completed workouts
[
  {
    "id": 1,
    "workout_id": 3,
    "workout_name": "Treino de Perna",
    "completed_at": "2024-12-11"
  }
]
  • POST endpoint to register the completed workout
@josehenriqueroveda josehenriqueroveda self-assigned this Dec 11, 2024
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

1 participant