Florian Mayer
Florian Mayer
## Feature Support missing API endpoints: - [ ] https://odkcentral.docs.apiary.io/#reference/project-management/projects/creating-a-project - [ ] https://odkcentral.docs.apiary.io/#reference/project-management/projects/updating-project-details - [ ] https://odkcentral.docs.apiary.io/#reference/project-management/projects/deep-updating-project-and-form-details - [ ] https://odkcentral.docs.apiary.io/#reference/project-management/projects/enabling-project-managed-encryption - [ ] https://odkcentral.docs.apiary.io/#reference/project-management/projects/deleting-a-project - [ ] https://odkcentral.docs.apiary.io/#reference/project-management/project-assignments/listing-all-project-assignments...
## Feature Clarify publication plans ## Task Source https://github.com/ropensci/software-review/issues/335 @maelle ``` Reg "Note: I would like to submit a paper about the package in a few weeks, but haven't got...
This PR upgrades dbplyr generics from v1 to v2 to prevent breakage once the v1 generics are removed from dbplyr. ## Description - [x] Follow the upgrade guide at https://dbplyr.tidyverse.org/articles/backend-2.html#nd-edition...
As a contributor, it's an entry barrier to setup a test CKAN. To facilitate contributions, ckanr could: - [ ] Add a devcontainer setup - [ ] Add the existing...
The CKAN API has deprecated some endpoints which are still active in ckanr, e.g. [packages_activity_list](https://[demo.ckan.org/api/3/action/package_activity_list?id=sample-dataset-1](https://demo.ckan.org/api/3/action/package_activity_list?id=sample-dataset-1)) works at demo.ckan.org but is replated in CKAN 2.10 by [recently_changed_packages_activity_list](https://demo.ckan.org/api/3/action/recently_changed_packages_activity_list). Run against a local...
This issue tracks the idea of retiring `ds_create_dataset` in the next release. This function could either be removed entirely or a warning could be emitted with migration advice ("please use...
ckanr has very few dependencies, which is great for maintainability. This is a suggestion to remove the dependency on `magrittr` by using the native pipe. This would require: - [...
 Using django-grappelli (not sure that's related) I can see duplicated object tools from [reversion_compare/templates/reversion-compare/compare_links_partial.html](https://github.com/jedie/django-reversion-compare/blob/7c9f68950634dad8b3c8b28d4e3e58144cc4dd7f/reversion_compare/templates/reversion-compare/compare_links_partial.html#L2) (the previous and next links) in both the header and the main content. From all...
Add Rmarkdown templates explaining new, interesting, non-standard workflows to serve as starting points for analysts. Source of ideas for worked examples: ODK Forum, ODK office hours, pyODK examples, ODK docs....
## Feature * Ideal: ODK Central webhooks, see https://forum.getodk.org/t/webhooks-in-odk-central/39917/ * Listen to database events using [pg_eventserv](https://www.crunchydata.com/blog/real-time-database-events-with-pg_eventserv) * Poll [audit logs](https://docs.getodk.org/central-api-system-endpoints/#server-audit-logs) for relevant changes, then pull data using $filter on updatedAt...