Releases: onlyphantom/pedagogy
The Analyst Update
Background
Pedagogy is a performance management tool for education professionals. It is developed within Algoritma, a data science education center.
New Version Features
This release includes:
-
Features
- Change Password setting
- Implemented a "reset password by email" feature that uses JWT web tokens for security. Clicking on link generates a token unique to each user, sent to the registered email address, and allow for password reset
- Error Logging
- Anytime the app crash (which should be a pretty rare occurrence now after the Feb 2019 fix), instead of relying on the logs (current process) on Azure portal - We now have this error logged and then conveniently mailed to maintainers of the app
- Analyst Role
- Added an Analyst role-check for user accounts. This prepares for #19 in the future and support extra functionalities that make Pedagogy even better as a performance management app
- Prettier login and registration pages
- Minor CSS enhancements for consistency in style throughout the website
- Change Password setting
-
Fixes
- Bug fixes on #8 (Now survey forms can and will expire)
- I've implemented a simple expiry system so survey forms for past workshops beyond certain duration (currently: 10 days) will no longer be accessible. I know it may not be the most elegant or robust - but for our business use-case this suffice.
- Bug fixes on #8 (Now survey forms can and will expire)
Production version
Pedagogy is deployed on Azure and can be accessed on http://pedagogy.azurewebsites.net
Early February 2019
Background
Pedagogy is a performance management tool for education professionals. It is developed within Algoritma, a data science education center.
New Version Features
This release includes:
-
Features
-
Fixes
- Bug fixes on #5 (Removed Capstone from computations on homepage)
- Partially solved #2 by implementing simple constraints upon workshop creation
- Patch for #12 - GitHub should no longer warn about the security vulnerability
- Updated environment.yml and requirements.txt for ease-of-collaboration and azure deployment
Production version
Pedagogy is deployed on Azure and can be accessed on http://pedagogy.azurewebsites.net
Survey on Pedagogy
Background
Pedagogy is a performance management tool for education professionals. It is developed within Algoritma, a data science education center.
New Version Features
This release includes:
-
Features
- Built-in survey form functionality with direct MySQL connectivity #1
- Takes into account Capstone workshops
- Leaderboard on home page now ignores Capstone workshops
-
Fixes
Deployment
Pedagogy is deployed on Azure and can be accessed on http://pedagogy.azurewebsites.net
Pre-Release of Pedagogy App
Background
Pedagogy is a performance management tool for education professionals. It is developed within Algoritma, a data science education center.
Main Features
At its initial public release (v0.1), Pedagogy delivers key performance indicators and assembly-wide analytics to its employees and training roster. The initial release includes three main modules:
-
Company-wide statistics
- Number of students
- Number of workshop hours
- Task Force
- Number of Clients
- Leaderboard
- Rank the 10 most prolific instructors
- Visualization
-
Instructor Analytics
- An interactive tool to help visualize the performance and contribution of each instructors over time through zoomable plot, selectable plot areas and multi-select legends
-
Personal Accomplishments
- Accumulative Statistics
- Key Milestones
- Performance Indicators
- Timeline View
- Student Reviews
Deployment
Pedagogy is deployed on Azure and can be accessed on http://pedagogy.azurewebsites.net