App to extract and consume survey data produced by the Domna surveyors
Find a file
2025-04-01 14:04:55 +00:00
.devcontainer only run on main 2025-04-01 12:05:20 +00:00
.github/workflows test2 2025-04-01 13:52:45 +00:00
.vscode save settings 2025-03-12 15:43:57 +00:00
alembic WHY IS DROP TABLE THERE? 2025-04-01 14:04:55 +00:00
deployment db live production 2025-03-31 18:10:30 +00:00
etl load db first 2025-04-01 12:21:53 +00:00
example_data proof of concept works 2025-03-26 16:49:14 +00:00
frontend added first init directories 2025-03-03 11:47:17 +00:00
.db-env only run on main 2025-04-01 12:05:20 +00:00
.gitignore added env 2025-04-01 12:16:58 +00:00
alembic.ini init alembic for db migration 2025-03-27 11:45:11 +00:00
jjc_invoice.sh sap score 2025-03-21 18:31:15 +00:00
migration_db.sh added ability for db migration 2025-03-28 10:41:59 +00:00
poetry.lock check if test is run everytime 2025-03-28 10:59:58 +00:00
pyproject.toml check if test is run everytime 2025-03-28 10:59:58 +00:00
README.md database migration things 2025-03-26 12:08:49 +00:00
run_daily_script.sh make logging less verbose 2025-03-13 06:57:03 +00:00
run_etl.sh how to run python locally 2025-03-13 06:39:14 +00:00
run_tests.sh simple script to run tests 2025-03-28 16:09:03 +00:00
scis_invoice.sh added a new script 2025-03-19 09:14:26 +00:00

Project Setup TODO List

  • [] Set up a docker compose file to allow a image of sql database to be deployed locally
  • [] Start work on pydantic classes to sql
  • [] Write to database
  • [] Set up db migration script
  • [] WOrk on terraform to get it deployed
  • [] Nice ci cd