Skip to content

Commit f8c5eae

Browse files
committed
Added verbiage to require refactoring in order to pass all wave 07 tests
1 parent 4f8a9a4 commit f8c5eae

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

ada-project-docs/wave_07.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1-
# Wave 7: Deployment
1+
# Wave 7: Deployment and Refactoring
22

33
## Goal
44

5-
Our goal is to make our project accessible online!
5+
Our goal for wave 7 is twofold. We want to implement refactors that will reduce redundancy between our routes and we want our API to be available online!
66

77
## Requirements
88

9+
### Refactoring
10+
Using the Wave 07 tests and the refactoring examples we went over in class with Flasky, refactor your code in a way that removes redundancies across your Task and Goal routes.
11+
12+
Keep in mind that you may need to rework your project file structure and adjust your imports to make the tests work.
13+
14+
### Deployment
915
Deploy this project to Render.
1016

1117
When deploying a web service to Render, it will try to be helpful and set the `Language` field for you, but it doesn't always select the correct option.

0 commit comments

Comments
 (0)