App to extract and consume survey data produced by the Domna surveyors
Find a file
2025-03-21 16:30:01 +00:00
.devcontainer materials added 2025-03-21 16:30:01 +00:00
.github/workflows add artificats 2025-03-19 15:48:16 +00:00
.vscode save settings 2025-03-12 15:43:57 +00:00
deployment added first init directories 2025-03-03 11:47:17 +00:00
etl materials added 2025-03-21 16:30:01 +00:00
frontend added first init directories 2025-03-03 11:47:17 +00:00
.gitignore dont save reduntant files 2025-03-21 12:30:05 +00:00
poetry.lock time to find out if it works for all 2025-03-19 14:20:26 +00:00
pyproject.toml time to find out if it works for all 2025-03-19 14:20:26 +00:00
README.md got a very basic hello world working 2025-03-03 12:25:52 +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
scis_invoice.sh added a new script 2025-03-19 09:14:26 +00:00

Project Setup TODO List

📂 Directory Structure

  • Create directories:
    • etl/
    • deployment/
    • frontend/

🛠 Development Environment

  • Set up a small Python devcontainer
  • Install Poetry for dependency management

🔗 SharePoint Integration

  • Install dependencies for SharePoint integration
  • Download demo SharePoint files

📜 Basic Functionality

  • Implement basic classes to read files
  • Utilize parts of Khalim's code from assessor-toolkit
  • Please see README.md for todo list for etl

🚀 Next Steps

  • Add more here