dbca-wa / tsc

Threatened Species and Communities
https://dbca-wa.github.io/tsc/
MIT License
1 stars 0 forks source link

Maintain, visualise, analyse records of confirmed absence #92

Open florianm opened 4 years ago

florianm commented 4 years ago

Problem

Maintain, visualise, analyse records of confirmed absence correctly. TSC's data model is to record "confirmed presences". Confirmed absences were never in scope, but it would make sense to support this use case.

Feature

Example for confirmed destroyed occurrence

Example for confirmed incorrect entry

alexrchapman commented 4 years ago

Re: Example for confirmed incorrect entry

Often better to mark as incorrect and ‘hide’ rather than delete, so that the source of the incorrect report is found later and re-added?

[edit: remove email thread]

florianm commented 4 years ago

There are two use cases that TSC aims to support:

TSC keeps a record of trust level through QA stages (django-fsm). Transitions are both logged (django-fsm-log) and restricted (django-fsm permissions using Django user groups) to trustworthy audiences (e.g. only user group "data curators" can mark a record as "curated" to say it's trustworthy).