mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-28 01:51:17 -07:00
Adding category count to BE signals (#1486)
Added category count to downloadable data and backend signals.
This commit is contained in:
parent
712e5bb4ed
commit
0c07cdac55
11 changed files with 45 additions and 37 deletions
|
@ -17,6 +17,9 @@ fields:
|
|||
- score_name: Total threshold criteria exceeded
|
||||
label: Total threshold criteria exceeded
|
||||
format: int64
|
||||
- score_name: Total categories exceeded
|
||||
label: Total categories exceeded
|
||||
format: int64
|
||||
- score_name: Definition M (communities)
|
||||
label: Identified as disadvantaged
|
||||
format: bool
|
||||
|
|
|
@ -22,6 +22,9 @@ sheets:
|
|||
- score_name: Total threshold criteria exceeded
|
||||
label: Total threshold criteria exceeded
|
||||
format: int64
|
||||
- score_name: Total categories exceeded
|
||||
label: Total categories exceeded
|
||||
format: int64
|
||||
- score_name: Definition M (communities)
|
||||
label: Identified as disadvantaged
|
||||
format: bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue