mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +00:00
poetry and readme update
This commit is contained in:
parent
f344b33855
commit
b5cd8b77ec
3 changed files with 31 additions and 10 deletions
34
README.md
34
README.md
|
|
@ -1,10 +1,24 @@
|
|||
TODO:
|
||||
- [x] Make directories
|
||||
- etl
|
||||
- deployment
|
||||
- frontend
|
||||
- [x] Make small devcontainer python
|
||||
- [x] install poetry
|
||||
- [] install dependencies to get sharepoint working
|
||||
- [] download the demo sharepoint files
|
||||
- [] make some basic classes and read from file (use some of khalim code from assessor-toolkit)
|
||||
# ✅ Project Setup TODO List
|
||||
|
||||
## 📂 Directory Structure
|
||||
- [x] Create directories:
|
||||
- `etl/`
|
||||
- `deployment/`
|
||||
- `frontend/`
|
||||
|
||||
## 🛠 Development Environment
|
||||
- [x] Set up a small **Python devcontainer**
|
||||
- [x] 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`
|
||||
|
||||
---
|
||||
|
||||
### 🚀 Next Steps
|
||||
- [ ] Add more here
|
||||
7
etl/poetry.lock
generated
Normal file
7
etl/poetry.lock
generated
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand.
|
||||
package = []
|
||||
|
||||
[metadata]
|
||||
lock-version = "2.1"
|
||||
python-versions = ">=3.12"
|
||||
content-hash = "75265641fd1a3f2a4d608312a3879427b7141ac2a51d0873da5711cbc8ead28e"
|
||||
0
run_etl.sh
Normal file
0
run_etl.sh
Normal file
Loading…
Add table
Reference in a new issue