This commit was merged in pull request #105.
This commit is contained in:
@@ -22,7 +22,7 @@ If you've been following the series here on the blog, this is the part where the
|
||||
|
||||
Here's the trick that makes a capstone honest: pick something *small* enough to finish in one sitting but *real* enough to touch the whole stack. We're adding due dates to the running `tasks-app`:
|
||||
|
||||
- A task can carry an optional due date: `python cli.py add "file taxes" --due 2026-09-15`.
|
||||
- A task can carry an optional due date: `python3 cli.py add "file taxes" --due 2026-09-15`.
|
||||
- A new `overdue` command lists pending tasks whose due date has already passed.
|
||||
- The deployed service grows a matching `GET /overdue` endpoint, so the change is visible in the *running container*, not just the CLI.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user