- Create AWS free account - Install SQL Server SSEI + SSMS - To calculate Progress Status % based on tasks status - Create new Endpoints to fetch tasks of project with filter on status of tasks - Update `api/mobile/v1/tasks/{id}` to `api/mobile/v1/tasks/{id}/updateStatus` be in TasksController - Update `api/mobile/v1/tasks/{id}` PUT, for update task details - Move Delete task to TasksController