The project provides a basic api support for task management and enterprise deskboard. The following are planned implementation:
- Create Task -- Send mail if current user is not the task handler
- Transfer Task -- Send acknowledgment email -- Send mail to stake holders about status updates
- Close Task -- send email to all stake holders
- List Tasks
- Filter Tasks
- marshmallow : serializers
- celery : background worker
- sqlalchemy : ORM provider
- flask : app engine
- flask-email : email source
Note: For development purpose SMTP are selected as free tier.