Skip to content

Commit 4c08004

Browse files
Slight Wave 6 doc update for clarity
1 parent f2138b2 commit 4c08004

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ada-project-docs/wave_06.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ When we have many tasks and many goals, users will want to conveniently gather a
1010

1111
## Requirements
1212

13-
First, we should update our models so that the relationship between them is created in our database.
14-
15-
Secondly, we should create our new route, `/goals/<goal_id>/tasks`, so that our API gives back the right information.
13+
We should:
14+
1. Update our models so that the relationship between them is created in our database. Secondly, we should
15+
2. Create our new route, `/goals/<goal_id>/tasks`, so that our API gives back the right information.
1616

1717
Use the tests in `tests/test_wave_06.py` to guide your implementation.
1818
- Some tests use a fixture named `one_task_belongs_to_one_goal` that is defined in `tests/conftest.py`.

0 commit comments

Comments
 (0)