Feature: Tasks
> Get your flat's tasks done
## Information
In a flat or home situation, there are always tasks or chores to do.
The tasks section of FlatTrack makes it simple to be notified that you've got a task to do, and also to state that you've done it. The solution should be it customisable to choose your frequency of notification, whether that's never, once a week, twice a week, or three times a week.
## To do
Userfacing:
- [ ] fetching of the flatmember's tasks - 51c9af2
- [ ] mark as completed
- [ ] default to only showing tasks which haven't reached the `completeBy` date
Admin:
- [ ] creation of tasks - 0c217a8
- [ ] updating of tasks
- [ ] removal of tasks - 0c217a8
- [ ] page for revoking and updating entries
Server:
- [ ] fetching of tasks only returns the ones within the period of the frequency
- [ ] auto assignation if rotation is daily up to monthly, per task
issue