precision-sustainable-ag / tech-dashboard

Precision Sustainable Agriculture Technician's Dashboard
https://onfarmtech.org
5 stars 2 forks source link

Task tracker not respecting enrollment #1152

Closed brianwdavis closed 1 year ago

brianwdavis commented 1 year ago

The cards are reversed for NC 2022, example in this issue: https://github.com/precision-sustainable-ag/data_corrections/issues/768

Where there should be chips in time 0 there aren't and sites that should ONLY be in time zero are in other times.

brianwdavis commented 1 year ago

The error is L109-246, missing exclusion_protocol: 'decomp_biomass' for each of these cards, all the T1-T5 cards.

https://github.com/precision-sustainable-ag/tech-dashboard/blob/9ebb1cdbfb7b77ffffaa2228141471f61ed31f7c/src/TaskTracker/TaskTracker.js#L109-L246

brianwdavis commented 1 year ago

Additionally, there SHOULDN'T be an exclusion protocol for T0 empty: https://github.com/precision-sustainable-ag/tech-dashboard/blob/9ebb1cdbfb7b77ffffaa2228141471f61ed31f7c/src/TaskTracker/TaskTracker.js#L81-L85