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

"chores" feature #7

Open
stefanomasini opened this issue Feb 21, 2019 · 1 comment
Open

"chores" feature #7

stefanomasini opened this issue Feb 21, 2019 · 1 comment
Assignees

Comments

@stefanomasini
Copy link
Contributor

This feature aims to help automate the coordination of collective efforts, such as:

  • throwing away garbage at regular intervals
  • clean up the space from time to time
  • help with one-off collective efforts, such as building a wall, etc.

I would do it this way: the CRM acts as a simple facade to the DB, while the aggregator takes care of sending and timing messages.
I would add a flag to the user records to mark the person (is 1 enough, or should there be more than 1 to help?) that volunteered for the current cycle, then the flag is reset. Or, better than a flag, a timestamp, so that we can see who did it last n times, and who never did it yet.

The aggregator wakes up 1 or 2 days before the deadline and checks if any user is already marked on duty. If not, sends a direct message (bot or email, according to preferences) to everyone with a link to the CRM if via email, or the ability to interact if via BOT. Users can choose to volunteer or ignore the message. If more than the necessary volunteered have already signed up, the following ones get a "thank you, not needed anymore" note.

The aggregator keeps checking on signups at regular intervals (hourly?) and at some pre-defined check points in time (1 day before, the night before, etc.) if still not enough volunteers signed up, keeps asking.

When enough users signed up, send a confirmation message to everyone that X, Y and Z heroically signed up for duty, to give them credit and hold them accountable.

If needed, send X Y and Z a reminder close to the deadline that duty is coming, not to forget.

Not sure about mailing deelnemers@... done this way we already have enough personal messaging. For the record it might be enough to mail noc@?

@stefanomasini stefanomasini self-assigned this Mar 3, 2019
@stefanomasini
Copy link
Contributor Author

Working on it. Partial implementation already online.

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

No branches or pull requests

1 participant