issues
search
curiouslearning
/
followthelearners
MIT License
2
stars
1
forks
source link
Admin reports
#526
Closed
eric-gt
closed
3 years ago
eric-gt
commented
3 years ago
New Features
New Admin Dashboard tabs: Business Metrics, Dashboard Metrics, Status stoplight chart
Embedded DataStudio charts for easy tracking of KPIs and Project Health Indicators
stoplight chart fetches data and updates icons on page load
added support for Typescript unit tests with Sinon/Chai/Mocha
unit tests passing on admin dashboard
Updates
Refactored admin dashboard to Typescript
removed JQuery get/post calls and implemented
Helpers.getXHR
and
Helpers.postXHR
to preserve functionality
added
Helpers.get
and
Helpers.post
with
fetch()
compatibility
New Features
Updates
Helpers.getXHR
andHelpers.postXHR
to preserve functionalityHelpers.get
andHelpers.post
withfetch()
compatibility