Platform(s), such as mobile, website, API, other: API
URLs (aka web addresses) of any pages, if relevant:
Description of need:
Describe the iNaturalist community need that your requested feature addresses. Include screenshots, URLs, and other details to help us all understand the issue.
Right now, it is possible to use the API to find when an observation was last updated; it is possible to see whether or not it is considered research_grade; and it is possible to see the amount of identifications and how many disagree. However, it is not possible to see when an identification reached research_grade.
This matters to me because I like to follow how many research grade observations I have in a given area as a way of gamifying my own learning, and currently there is no way of finding out if I have a new research grade observation (which I havenât had before) unless I happen to have observed it very recently and it was just approved. Thereâs no way for me to see a list of research grade items, sorted by when they were approved. Tracking taxons that have just reached research grade but which have few observations by me would give me feedback to help me know what to look for next, to find other observations of the same taxon in the field. It would assist learning.
Knowing when an item reaches research grade does come up in notifications, but this would be another way of doing that, which would allow you to see and track research grade items, thus tracking your own knowledge of a taxon or of a wider understanding of species in a set place.
I donât propose a UI change at this time, because I think that would be more work. The lowest hanging fruit would be to add a field to the JSON object for an observation that just says when the switch to research_grade happened.
Feature request details:
In detail, describe the feature you are requesting. This includes its functionality, where the feature is implemented, and what it might look like. Screenshots or mock-ups are helpful. The idea is to have a concrete and actionable request which the community can discuss and vote on. It might change through discussion, but itâs much easier to iterate and talk about something specific.
Something like this:
{observation...
"when_research_grade": type ISO Timestamp
}
This would help me build scripts to use this work.
See https://forum.inaturalist.org/t/sort-observations-by-when-they-reached-research-grade/51431 for a similar request, but with a wider scope.