Data comes in CSV files (From Google forms or Survey pal) "importer" program runs either A: on the user computer, or B: on a website Data comes into a data store with the month and year as the ID. Frontend queries the data for different things like:
- Give me all data, sorted by survey period
- Give me all data by this person, sorted by survey period
- Give me all persons with this keyword in this level
This project uses venv
This is the mock-data to work with frontend. The real app will replace this data from other source in future
cd sonar-view/
test-data/convert-to-json.py
data.json file is created under test-data