Skip to content
This repository has been archived by the owner on Jul 5, 2022. It is now read-only.

eficode-academy/sonar-view

Repository files navigation

sonar

Data flow

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

Starting with project

This project uses venv

Creating mock data

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