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

"Currently Clocked-In" is not working #175

Open
ghost opened this issue Sep 26, 2022 · 0 comments
Open

"Currently Clocked-In" is not working #175

ghost opened this issue Sep 26, 2022 · 0 comments
Labels
🪲 bug Something isn't working ⭐ P2 Second priority

Comments

@ghost
Copy link

ghost commented Sep 26, 2022

"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.
@ghost ghost added 🪲 bug Something isn't working ⭐ P2 Second priority labels Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪲 bug Something isn't working ⭐ P2 Second priority
Projects
None yet
Development

No branches or pull requests

0 participants