DomnaInsight - the one place to get meaningful insight of our internal operations
Find a file
2025-12-17 15:51:24 +00:00
.devcontainer save 2025-12-03 10:54:35 +00:00
.github/workflows see if that improved 2025-12-17 13:52:51 +00:00
.vscode save 2025-12-12 19:49:11 +00:00
backend run it now 2025-12-17 15:51:02 +00:00
frontend better naming conventions 2025-11-15 17:13:43 +00:00
.gitignore see if latest python runs and uploads 2025-11-17 19:01:27 +00:00
Dockerfile correct app 2025-12-15 12:19:28 +00:00
README.md example of aws routes 2025-11-16 12:30:47 +00:00
render.yaml save 2025-11-18 22:36:27 +00:00
run_backend.sh save 2025-12-12 19:49:11 +00:00
run_frontend.sh better naming conventions 2025-11-15 17:13:43 +00:00
run_quick.sh reverse everything and save properly 2025-12-17 15:39:32 +00:00
run_temp.sh push 2025-12-15 12:05:29 +00:00

Initial Project spec

Single dashboard with:

Weekly planned numbers
Weekly completed numbers
Ideally covers a couple of weeks

Note: We may not feasibly be able to do this with just HubSpot tracking and so we may require a script to complete this with the data being pushed to a database. Build a dashboard (dash?).

Work type, Last week [planned], Last week [completed], Next week [planned], Next week [completed]
ECO4, 72, 48, 90, -
WH coordination, 18, 20, 20, -

Deploy: Render?<

Data store: s3 bucket/date/all_data.json [<1mb] Frontend: boto3 to grab the data from s3 and present it back

Monorepo with frontend & backend Stack: Dash + Github actions for re-reruns + S3 for data-storage [don't set up a DB!]


Technical Scope:

Junte: - Typhaine will need a computer with linux - VM, wsl, i recommend ubunutu for her with a new company laptop? - Typhaine will need a linux machine to connect to do this - Set up a basic devcontianer with python and poetry

Dash + Github Actions (etl of hubspot) + S3 ( data stroage) + devcontainer for typhaine

TODO: - [x] Make devcontainer with poetry python and frontend - [] Make a script that get all the hubspot data into a json - [] Ask typhaine what deal properties she needs to gather this data - Expected commnecment week etc

- [] Upload the data to json
    - make a basic file upload to json and reader
- [] Make the script run everyday at a certain time
- [] Make a python dashboard that reads the latest json file and print it out
- [] Show the results in a dashing board
- [] Download dashing app and do a quick get started example