Skip to content

Wave 1#1

Closed
mayskii wants to merge 6 commits intoAda-C24:mainfrom
mayskii:wave_1
Closed

Wave 1#1
mayskii wants to merge 6 commits intoAda-C24:mainfrom
mayskii:wave_1

Conversation

@mayskii
Copy link
Copy Markdown

@mayskii mayskii commented Oct 31, 2025

Implemented the first wave of the Task List API:

  • Added Task model (id, title, description, completed_at).
  • Added from_dict and to_dict helper methods.
  • Created routes: POST /tasks, GET /tasks, GET /tasks/, PUT /tasks/, DELETE /tasks/.
  • Added validate_model for ID checks and 400/404 handling.
  • Applied database migration for Task.
  • All Wave 1 tests pass.

@mayskii mayskii closed this Oct 31, 2025
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.

1 participant