Skip to content

Fix task bugs and add search filter - #11

Open
karlaumann-eliza wants to merge 1 commit into
pavlinhristov:mainfrom
karlaumann-eliza:codex/lab-fixes
Open

Fix task bugs and add search filter#11
karlaumann-eliza wants to merge 1 commit into
pavlinhristov:mainfrom
karlaumann-eliza:codex/lab-fixes

Conversation

@karlaumann-eliza

Copy link
Copy Markdown

Summary:

  • Fixed GET /tasks status filtering to use the incoming status query value.
  • Added case-insensitive q search across task title and description.
  • Persisted task completion by updating the task list and saving it.

Verification:

  • Verified status=open and status=done filtering with curl.
  • Verified task completion persists and completed_at is set.
  • Verified q search works.
  • Verified q search composes with status filtering.
  • Confirmed final diff is scoped to app/service.py.

@karlaumann-eliza

Copy link
Copy Markdown
Author

Final verification completed.

Commands checked:

Results:

  • Status filtering is correct.
  • Completion persists and sets completed_at.
  • Search is case-insensitive.
  • Search and status filters compose correctly.
  • Final diff is reviewable and scoped to app/service.py.
  • data/tasks.json runtime changes were restored before commit.

Final branch:
codex/lab-fixes

Commit:
229b11f Fix task bugs and add search filter

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