-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
"Currently Clocked-In" is not working
Issue:
When you open the "Dashboard" page, you see a horizontal menu where the middle element says: "Currently Clocked-In: 0"
That number 0 is hard-coded, it should be displaying the number of workers clocked in at the moment.
For reference, the code for this issue exists between lines 159 and 414 of /workspace/employer-web-client/src/js/views/dashboard.js
Solution:
The "Currently Clocked-In" section should display the actual, current amount of clocked-in workers.
Solution Steps:
- See where the data is coming from, then see how it's being rendered. The data is probably being passed incorrectly.
- Once finished, run all the tests provided in the repo to make sure that your integration was successful
- Create a pull request so that your code can be evaluated by the Lead Developer before deployment.
- Keep an eye out for any new bugs that arise after the change is deployed to the code.
