Skip to content

Commit 94b5848

Browse files
Merge pull request #25 from goldlabelapps/staging
This pull request introduces a significant refactor of the API endpoints, shifting the focus from products to prospects.
2 parents db716dd + 5fc0600 commit 94b5848

18 files changed

Lines changed: 1301 additions & 1411 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.DS_Store
2+
13
# Byte-compiled / optimized / DLL files
24
__pycache__/
35
*.py[codz]
@@ -205,3 +207,4 @@ cython_debug/
205207
marimo/_static/
206208
marimo/_lsp/
207209
__marimo__/
210+

app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""NX AI - FastAPI/Python/Postgres/tsvector"""
22

33
# Current Version
4-
__version__ = "1.1.1"
4+
__version__ = "1.1.2"

app/api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"""NX AI API package."""
1+
"""NX AI Python package"""

app/api/products/__init__.py

Lines changed: 0 additions & 2 deletions
This file was deleted.

app/api/products/data/big_data.csv

Lines changed: 0 additions & 1338 deletions
This file was deleted.

app/api/products/data/seed.csv

Lines changed: 0 additions & 9 deletions
This file was deleted.

app/api/products/products.py

Lines changed: 0 additions & 26 deletions
This file was deleted.

app/api/products/update.py

Lines changed: 0 additions & 15 deletions
This file was deleted.

app/api/prospects/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
"""Prospect Routes"""
2+
3+
from .prospects import router as prospects_router

app/api/prospects/data/big.csv

Lines changed: 1237 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)