Skip to content

Commit 38a6d92

Browse files
committed
simplify formatting of goals/objectives
1 parent 1308d71 commit 38a6d92

File tree

3 files changed

+6
-14
lines changed

3 files changed

+6
-14
lines changed

docs/project.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,7 @@ Only one person from your group needs to submit. None of this is set in stone lo
8181

8282
## Part 2
8383

84-
### Goal
85-
86-
Get experience with an application development framework
84+
**Goal:** Get experience with an application development framework
8785

8886
### Steps
8987

@@ -110,9 +108,7 @@ Get experience with an application development framework
110108

111109
## Part 3
112110

113-
### Goal
114-
115-
Get experience with unit testing
111+
**Goal:** Get experience with unit testing
116112

117113
### Steps
118114

labs/lab_04.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Lab 4
22

3-
## Objective
4-
5-
Better understand APIs by building one
3+
**Objective:** Better understand APIs by building one
64

75
---
86

labs/lab_07.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Lab 7
22

3-
## Objective
4-
5-
Get experience writing data to and reading data from a database
3+
**Objective:** Get experience writing data to and reading data from a database
64

75
---
86

@@ -27,9 +25,9 @@ You'll be changing your API over to use DuckDB.
2725
1. Create a SQL script to take data from your CSV file and write it to a [persistent database](https://duckdb.org/docs/stable/clients/python/overview#persistent-storage).
2826
1. Update your API to read from the database.
2927
1. Add a table named "users" to your persistent database.
30-
- The table should have three columns: username, age, and country
28+
- The table should have three columns: username, age, and country
3129
1. Add a POST method to add a new user to the table through your API
32-
- Use this method to add several made-up users
30+
- Use this method to add several made-up users
3331
1. Add a GET method to get the number of users, the average age, and the three countries with the most users.
3432
1. [Submit via CourseWorks](https://courseworks2.columbia.edu/courses/210480/assignments):
3533
- Links to the pull request(s)

0 commit comments

Comments
 (0)