Skip to content

Move prospects database scripts to utils#53

Merged
goldlabelapps merged 2 commits intomasterfrom
staging
Apr 4, 2026
Merged

Move prospects database scripts to utils#53
goldlabelapps merged 2 commits intomasterfrom
staging

Conversation

@goldlabelapps
Copy link
Copy Markdown
Owner

Rename app/api/prospects/database to app/utils/prospects/database, moving migration, seed, and helper files (Python, SQL, CSV) into a utils namespace to separate API code from database utilities. Files' contents unchanged; this is purely a path reorganization for clearer project structure.

Rename app/api/prospects/database to app/utils/prospects/database, moving migration, seed, and helper files (Python, SQL, CSV) into a utils namespace to separate API code from database utilities. Files' contents unchanged; this is purely a path reorganization for clearer project structure.
Changed imports in app/api/routes.py to reference routers under app.utils.prospects.database instead of app.api.prospects.database. This aligns with a refactor that moved prospect database-related modules into the utils package; functional behavior and router inclusion remain unchanged.
@goldlabelapps goldlabelapps merged commit c6d39de into master Apr 4, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant