MerginMaps / work-packages

Mergin Maps Work Packages: manage field surveys for multiple teams
MIT License
7 stars 4 forks source link

The tool fails with many work package projects #53

Closed wonder-sk closed 1 year ago

wonder-sk commented 1 year ago

The recently introduced call get_projects_by_names() only works with a limited number of projects (50?) - if there are more projects, we should split it into multiple requests:

https://github.com/MerginMaps/mergin-work-packages/blob/main/workpackages/wp_mergin.py#L190

It would be good to also add a note in mergin-py-client about that limitation in get_projects_by_names() docstring...