Push insights is an application that presents information on key results to the relevant users in a timely manner. This information is presented to the user as dashboards/reports.
Beyond presenting the user with the information Push Insights also sends notifications to users based on either threshold or scheduled events. These notifications are sent either via:
Push messages
Email
Other messaging platforms
Push Insights is also used to increase engagement. The application presents users with data capture forms for collection of:
Survey information
KPI tracking data
- Clone Repository
- Create & Activate Python Virtual Environment
- Install requirements ( run command - pip install -r requirements.txt in project in terminal)
- Run Migrations - python manage.py makemigrations - python manage.py migrate
- Run server - python manage.py runserver