Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Conversation

@Travis1282
Copy link
Contributor

PR fulfills these requirements

  • Commit message(s) and PR title follows the format [fix|feat|ci|chore|doc]: TICKET-ID: Short description of change made ex. fix: DEV-XXXX: Removed inconsistent code usage causing intermittent errors
  • Tests for the changes have been added/updated (for bug fixes/features)
  • Docs have been added/updated (for bug fixes/features)
  • Best efforts were made to ensure docs/code are concise and coherent (checked for spelling/grammatical errors, commented out code, debug logs etc.)
  • Self-reviewed and ran all changes on a local instance (for bug fixes/features)

Change has impacts in these area(s)

(check all that apply)

  • Product design
  • Frontend

Describe the reason for change

the task count was grabbing the length of the history as a total but this was always equal to the current task.

What does this fix?

This grabs the queue total from the project

What is the new behavior?

the queue total should represent the actual number of items

What is the current behavior?

always the wrong number

What libraries were added/updated?

(list all with version changes)

Does this change affect performance?

(if so describe the impacts positive or negative)

Does this change affect security?

(if so describe the impacts positive or negative)

What alternative approaches were there?

(briefly list any if applicable)

What feature flags were used to cover this change?

(briefly list any if applicable)

Does this PR introduce a breaking change?

(check only one)

  • Yes, and covered entirely by feature flag(s)
  • Yes, and covered partially by feature flag(s)
  • No
  • Not sure (briefly explain the situation below)

What level of testing was included in the change?

(check all that apply)

  • e2e
  • integration
  • unit

Which logical domain(s) does this change affect?

(for bug fixes/features, be as precise as possible. ex. Authentication, Annotation History, Review Stream etc.)

wq
fix: lsdv-5044 add queue total to the app store and pull into current task
@codecov-commenter
Copy link

codecov-commenter commented Sep 6, 2023

Codecov Report

Attention: 12 lines in your changes are missing coverage. Please review.

Files Coverage Δ
src/utils/feature-flags.ts 100.00% <100.00%> (ø)
src/components/BottomBar/CurrentTask.js 0.00% <0.00%> (ø)
src/components/TopBar/CurrentTask.js 64.28% <40.00%> (-3.22%) ⬇️
src/stores/AppStore.js 58.05% <40.00%> (-0.57%) ⬇️

... and 1 file with indirect coverage changes

📢 Thoughts on this report? Let us know!.

@hlomzik hlomzik changed the title fix: LSDV-5044: Add queTotal to lsfProperties from project fix: LSDV-5044: Add queueTotal to lsfProperties from project Sep 8, 2023
@hlomzik hlomzik self-requested a review September 18, 2023 23:22
@AndrejOros
Copy link
Contributor

AndrejOros commented Oct 4, 2023

/git merge master

Successfully pushed new changes:
Merge remote-tracking branch 'origin/master' into fb-lsdv-5044/task-count-total (f51683a)

Workflow run

@Travis1282 Travis1282 merged commit 90c13cc into master Oct 5, 2023
@Travis1282 Travis1282 deleted the fb-lsdv-5044/task-count-total branch October 5, 2023 16:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants