covidsimteam / prox-e

Simple REST APIs and dashboard to showcase CST's core functionalities
https://www.covidsim.team
GNU General Public License v3.0
2 stars 5 forks source link

Prepare active/pending task component for data-entry dashboard #90

Closed PPrasai closed 4 years ago

PPrasai commented 4 years ago

Feature Description: We need an nbCard displaying pending and complete tasks for each registered user as shown in Issue #87 .

Solution Description: Count the number of pending tasks and show them as Pending, count the number of complete tasks and show them as Complete. Users with role Coordinator and Mayor / Admin should these stats aggregated across all users. Rest of the users should see these stats for tasks that has been assigned to them.

risavkarna commented 4 years ago

@PPrasai, is the counting part done?

PPrasai commented 4 years ago

Not yet. Will do after finishing Add new cases implementation.