Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dashboard metrics implementation #202

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

tremainebuchanan
Copy link
Collaborator

The dashboard performance metrics now show a comparison between activities done the week before and the current week.

metric.
Changed the logic when getting performance metrics
in common js file.
Decision made to remove the icons and displaying of comparison
between demands and pending transaction done over a period of
time.
@@ -17,9 +17,9 @@ exports.searchCalls = function(req, res){
if(common.isAuthenticated(req, res)) {
var query = req.query;
if(req.query.today === 'true'){
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tremainebuchanan you need some documentation here... be careful how you use the entity comparison. If you are expecting boolean try and use boolean true and the == comparator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants