python-mapswipe-workers
python-mapswipe-workers copied to clipboard
automate workflow to change project status
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 100% stays in the app for some extra hours, if no project manager is available to "shuffle" projects.
It would be good if this process can be automatized, e.g. so that the backend set a project status to finished
and another new project to active
.
- [ ] set project status to finished after a project reached 100% progress
- [ ] check how many inactive projects there are waiting in firebase
- [ ] check how many active projects there are in the app left
- [ ] don't change status of projects in the app, if there are no new projects to work on and there would be less than 3 (?) active projects in the app left
This would be absolutely amazing!