Skip to content
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

Enable activities to be joined from within the app #290

Open
kazlauskis opened this issue Sep 5, 2024 · 3 comments
Open

Enable activities to be joined from within the app #290

kazlauskis opened this issue Sep 5, 2024 · 3 comments

Comments

@kazlauskis
Copy link
Member

At the moment, users have to join activities on the website. This would allow them to join an activity (while online) and use this activity for recording (inc. offline). This could look like what we've done for the ButterflyCount app:

Screenshot 2024-09-05 at 11 47 32 Screenshot 2024-09-05 at 11 47 27
@kazlauskis
Copy link
Member Author

Implement an infinite scroll feature for the activities list, ensuring that the items are sorted alphabetically and include a search functionality.

@kitenetter kitenetter added this to the NCEA app work milestone Jan 9, 2025
@kazlauskis
Copy link
Member Author

@kitenetter Currently, we ask users to select the "iRecord App data entry" as a form when setting up app activities (see here). The new activities functionality that I am porting from the ButterflyCount app uses a standard warehouse REST endpoint which John has recently set up but which doesn't have the option to filter activities based on forms. Do you want me to drop this restriction and allow users to see all the possible activities, OR should we ask @johnvanbreda to help us improve the warehouse endpoint?

There are plans to enable activities for the Plant survey, too. If we remove the "form restriction", then we are pretty much allowing any survey to send data to any activity. On the other hand, if we want to keep it the way it currently works in the app, then we should allow the app to fetch and filter the activities that have the correct form attached, not just the "iRecord App data entry".

kazlauskis added a commit that referenced this issue Jan 16, 2025
@kazlauskis
Copy link
Member Author

@kitenetter, I have implemented the new activities functionality, which allows to choose any activity for any survey (see the above comment). Are you OK with this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants