Skip to content

"Currently Clocked-In" is not working #175

@ghost

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

issue 8

Solution:

The "Currently Clocked-In" section should display the actual, current amount of clocked-in workers.

Solution Steps:

  1. See where the data is coming from, then see how it's being rendered. The data is probably being passed incorrectly.
  2. Once finished, run all the tests provided in the repo to make sure that your integration was successful
  3. Create a pull request so that your code can be evaluated by the Lead Developer before deployment.
  4. Keep an eye out for any new bugs that arise after the change is deployed to the code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    🪲 bugSomething isn't working⭐ P2Second priority

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions