justice40-tool icon indicating copy to clipboard operation
justice40-tool copied to clipboard

Task: Check to see if the total number of thresholds exceeded number is being sent from the back end to the front end

Open KameronKerger opened this issue 2 years ago • 2 comments

Describe the task

Design would like to use the total number of thresholds exceeded number on the side panel. Not the "out of" x categories or the boolean with the associated related thresholds number but just the total number of thresholds exceeded.

Acceptance Criteria

  • [ ] check the backend to see if the signal is being sent
  • [ ] check the signal to see if it is accurate
  • [ ] display the number on the front end per updated side panel design
  • [ ] check the display of the number on the front end

Additional context

  • Add any other context about the task here.
  • Or here

KameronKerger avatar Sep 08 '22 21:09 KameronKerger

@KameronKerger - love how this ticket goes from design => BE => FE! Full team exposure! YEAH!

There are currently 3 BE signals coming to the FE. That might be close to what we want. They are namely;

  • TC = might stand for "Total Count" => this seems to be the total number of disadvantaged indicators (not including low income)
  • THRHLD = might stand for "Threshold" => this seems to be the total number of indicators, period.
  • CC = might stand for "Category Count" => this seems to be the number of categories that are prioritized (ie, at least one indicator AND low income is above threshold)

My guess is TC might get us there? What does @esfoobar-usds @emma-nechamkin or @mattbowen-usds think?

side note: if my deciphering is right, maybe slightly better names. :)

vim-usds avatar Sep 09 '22 01:09 vim-usds

field_names.THRESHOLD_COUNT: "TC"

TC is right for now, but we need to test it

emma-nechamkin avatar Sep 09 '22 15:09 emma-nechamkin