-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to view all uploaded user records #266
Milestone
Comments
This can be done via links to maps/data stored online |
@kitenetter @johnvanbreda To implement this properly, we should change the warehouse API. The changes would make it backwards incompatible, so this would probably require API versioning or something similar. Here I propose a few changes:
|
kazlauskis
added a commit
that referenced
this issue
Mar 10, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Many users are unaware that the app only allows one-way uploads. As a result, when they switch devices or reinstall the app, their uploaded records list disappears. Although we added a map report to the app in the previous version, which displays all recent records on a map, it is not the same as having access to all previous records in the uploaded list, including the ability to view record details.
We've added this functionality to the ButterflyCount app, and it would be fairly simple to include it here, too.
The text was updated successfully, but these errors were encountered: