App to extract and consume survey data produced by the Domna surveyors
Find a file
2025-03-13 06:57:03 +00:00
.devcontainer workspace rules 2025-03-08 10:01:29 +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 make logging less verbose 2025-03-13 06:57:03 +00:00
frontend added first init directories 2025-03-03 11:47:17 +00:00
.gitignore workspace rules 2025-03-08 10:01:29 +00:00
poetry.lock workspace rules 2025-03-08 10:01:29 +00:00
pyproject.toml workspace rules 2025-03-08 10:01:29 +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

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