Benjamin Herfort
Benjamin Herfort
when downloading the [users.csv](https://apps.mapswipe.org/api/users/users_-MYHSZeVini1E8n4LqYE.csv.gz) file for a project you currently only get the user id, but no information on the user names. This would be nice to be able to...
Currently we do not have a workflow to change the number of reviewers. Initially the number of reviewers is set during the project creation and all groups have the same...
It's very important that the imagery is working. We need a workflow to check this for the imagery that is provided within MapSwipe.
this is possible in the function itself, but we didn't implement it for the cli. * [ ] add project_ids as an argument in CLI for firebase-to-postgres
It might be better to not use a Firebase transaction when transferring results, but do it the "normal" way. So download the results and once they go inserted into the...
requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: https://msf-mapswipe.firebaseio.com/v2/projectDrafts.json In this case we should just start the workflow/worker again. It happened during a get request to the Firebase DB. E.g....
The tasks are not uploaded to Firebase anymore. However, the change detection project type currently still depends on them. For a quick fix tasks should be uploaded to Firebase again....
TransportError ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) we can handle this error, e.g. in https://github.com/mapswipe/python-mapswipe-workers/blob/master/mapswipe_workers/mapswipe_workers/mapswipe_workers.py#L444
The manager dashboard downloads downloads a lot of information from firebase, basically all project attributes. Maybe there is an option to reduce this,
The status of a project (`inactive`, `active`, `finished`) is currently changed manually by a project manager, e.g. after a project reached 100%. Sometimes this means, that a project that reached...