Skip to content

Releases: onlyphantom/pedagogy

The Analyst Update

24 Mar 05:52
Compare
Choose a tag to compare

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
  • 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.

Production version

Pedagogy is deployed on Azure and can be accessed on http://pedagogy.azurewebsites.net

Early February 2019

02 Feb 10:29
Compare
Choose a tag to compare
Early February 2019 Pre-release
Pre-release

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

    • Massively redesigned survey form as per #6
    • Added error pages to replace the default 404 as per #10
  • 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

25 Jan 19:11
Compare
Choose a tag to compare
Survey on Pedagogy Pre-release
Pre-release

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

    • Bug fixes on #4
    • Partially solved #2 by implementing simple constraints upon workshop creation

Deployment

Pedagogy is deployed on Azure and can be accessed on http://pedagogy.azurewebsites.net

Pre-Release of Pedagogy App

27 Nov 18:01
Compare
Choose a tag to compare
Pre-release

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