summaryrefslogtreecommitdiff
path: root/statistics_app
AgeCommit message (Collapse)Author
2020-08-14Add download statistics optionadityacp
2020-08-13Fix and refactor statistics appadityacp
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
2019-01-15Monthly Graph RevokedAkshen
2019-01-14Removes Workshop AVGAkshen
- Hides workshop avg from workshop statistics in monthly chart
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-08-03Allow to view coordinator profile from profile statisticsAkshen
2018-05-30Update base.htmlAkshen
- Navbar fixed in base.html - Header blocks removed from all other templates - testimonials and benefits page removed along with its testcases
2018-05-28Change UI in NavbarAkshen
- Adds dropdown for instructor | Statistics - Adds dropdown for coordinator | Workshops - fixed navbar throughtout the website
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-05-07change UIAkshen
- Changes UI - Changes landing page - change in testcases-> test_models.py | 312 - staticstics template change - removes commented chatbot code - modifies .gitignore
2018-03-09Add FOSSEE fellowship tag in registration formAkshen
- Adds FOSSEE fellowship to registration form - Removes Register and Login tab from Self Workshop - Removes 0 count coordinators from Profile Stats->Coordinator Statistics - Removes previously taken workshop data from My Workshops tab for Instructors - Adds email to reschedule workshop calender function
2018-02-24Add html page for self learning courseAkshen
2018-02-21Add TestCases for Profile StatsAkshen
- Adds test cases for Profile Statistics - Adds columns to Coordinator and Instructor Stats - Increases the number of days for upcoming workshops :
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-11-30Remove Scipy bannerAkshen
- Removes SciPy banner - Updates title for Open Statistics Page
2017-10-10Update Banner for SciPy Event17Akshen
- Adds SciPy17 banner - Changes Brand Nav to FOSSEE Workshops - Title Changed in MapofIndia
2017-09-29Adds TestCases to statistics_appAkshen
- testcases added to statistics_app - ModelsTable_Diagram added - testcase modified for workshop_app/test_views.py
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