Commit face706
committed
Introduce prospects API, remove products, bump version
Refactor API surface: remove the app/api/products package and its CSV/data files and replace it with a new app/api/prospects package (prospects.py and seed/data CSVs). Rename/move seed router (products/seed.py -> prospects/seed.py) and relocate db module from app/api/db.py to app/utils/db.py. Bump package version to 1.1.2 and update api package docstring; update main, root and routes to accommodate the new structure. Note: .DS_Store files were added (OS artifacts).1 parent fd5b1bd commit face706
17 files changed
Lines changed: 1299 additions & 1409 deletions
File tree
- app
- api
- products
- data
- prospects
- data
- utils
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
205 | 207 | | |
206 | 208 | | |
207 | 209 | | |
| 210 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
Large diffs are not rendered by default.
0 commit comments