NAVADMC / ADSM

A simulation of disease spread in livestock populations. Includes detection and containment simulation.
Other
10 stars 5 forks source link

Vaccination Fields - Keep in database, remove from app #926

Closed missyschoenbaum closed 5 years ago

missyschoenbaum commented 5 years ago

It is possible for units to go into the vaccination queue more than once, for example if they were identified due to vaccination rings that overlap. This does not mean that the units will be vaccinated more than once. The count in the queue is misleading about how many are actually waiting that actually need to be vaccinated. Because of this, I am removing the wait variables from the visualization portion of the application. The data will remain in the database if someone needs to access it. Refer to Understanding vaccination queues in NAADSM3 and NAADSM4 from NAADSM.org for more information

note from LH I would think we keep them in the database in case a user needs to access them or relate back to NAADSM 3 output, but remove from the other levels.

Details will follow.

missyschoenbaum commented 5 years ago

Output variables to remove from visualization include: Vaccination Wait Time Units For Any Reason Vaccination Wait Time Units Max Vaccination Wait Time Units Day with Max Vaccination Wait Time Units Max Time Vaccination Wait Time Units Avg Time Vaccination Wait Time Units Days in Queue Vaccination Wait Time Animals For Any Reason Vaccination Wait Time Animals Max Vaccination Wait Time Animals day with Max Vaccination Wait Time Animals Days in Queue Vaccination Wait Time Animals Max Time Vaccination Wait Time Animals Average Time

ConradSelig commented 5 years ago

The vaccinations tab sure does look a lot more sparse without all of those fields!

image

missyschoenbaum commented 5 years ago

I think it is OK with less fields. They are so confusing. There are 2 more that need to be removed. Vaccination Wait Time Animals Max Time Vaccination Wait Time Animals Average Time

missyschoenbaum commented 5 years ago

This looks great. I am going to leave open and write a query about it.

missyschoenbaum commented 5 years ago

Uploaded qry into master branch.