Add performance bands API support#91
Open
faithque wants to merge 1 commit intothoth-tech:developmentfrom
Open
Conversation
|
I’ve reviewed the PR and everything appears to be in order. Happy to approve. |
mudith-perera
approved these changes
May 4, 2026
mudith-perera
left a comment
There was a problem hiding this comment.
Good Work Faith!. I’ve reviewed the PR and everything appears to be in order. Happy to approve.
SanjanaBottu
approved these changes
May 4, 2026
SanjanaBottu
left a comment
There was a problem hiding this comment.
Looks good to me. The implementation is clear so approving this PR.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pull request completely overhauls the "Performance Bands" component on the progress dashboard by migrating it from static mock HTML into a robust, standalone Angular directive.
Previously, the performance bands defaulted to an empty 0% state for students without rigidly graded tasks. This PR implements a dynamic trajectory calculation based on the student's live
$scope.project.activeTasks(). The system now successfully groups task statuses and evaluation criteria into four bands (High Distinction, Above Average, Average, Below Average), guaranteeing a continuous representation of progress throughout the term.Additionally, this change replaces the previous flat CSS layout with a premium, sleek aesthetic featuring physics-like micro-animations, color gradients, and elevation styling.
The change includes:
performance-bands.coffeelogic to dynamically map live task progression instead of static percentage properties.performance-bands.tpl.htmlandperformance-bands.scssinto a premium responsive component with native data bindings.progress-dashboard.tpl.htmland replacing it with the dynamic<performance-bands>directive tag.doubtfire-angularjs.module.tsto actively import the isolated component into the modern Angular bundler pipeline.progress-dashboard.coffeecontroller.Fixes # (issue)
Type of change
How Has This Been Tested?
Test steps:
Testing Checklist:
Checklist: