summaryrefslogtreecommitdiff
path: root/statistics_app/views.py
AgeCommit message (Collapse)Author
2019-10-03Remove the usage of pandas and unused monthly average workshop calculationankitjavalkar
2019-09-26Fix dead urlsankitjavalkar
2019-09-25Multiple Changes:ankitjavalkar
- Add teams - Fix bug that causes todays booked workshops to disappear from queue - Add a graph to display viz for accepted workshops in a team - Remove unnecessary loops
2018-10-22Adds Workshop Month MeanAkshen
- Calculates mean for workshops monthly from the beginning to current year - Displays on monthly chart as Line
2018-10-11Add Advanced Python workshopAkshen
- Coordinators can now book Advanced Python Workshop - removed email column in download statistics
2018-10-01Download workshop statistics updateAkshen
- This commit will add two more columns email and state while downloading workshop data
2018-05-22Update India Map layout in StatsAkshen
- Removes other countries views - Adds forgot password button - opens about-us in new tab - adds coordinator institute column in proposed workshops view of instructor
2018-02-24Add html page for self learning courseAkshen
2018-02-16Add Reverse Sorting to Profile StatsAkshen
2018-02-16Add Profile StatisticsAkshen
- Instructor can view stats of Coordinator and Instructors - Upcoming Workshop limit increased to 30 days
2017-09-25Adds statistics_appAkshen
- Adds statistics_app - moves workshop_stats to statistics_app - changes urls of workshop_stats to statistics - adds public_stats - modified form.py to get off regex warning - updates urls.py