Our task-management system is shaping up. However, we have not been concerned about one crucial aspect of managing our projects so far. Time plays a major role in all projects, and it's probably the aspect that is often the most complicated to manage.
In this chapter, we will add a few features to our task management system that will help our users to manage time more efficiently. Reusing some components that we created earlier, we will be able to provide a consistent user experience to manage time.
On a higher level, we will develop the following features to enable time management in our application:
- Task details: So far, we did not include a details page of tasks because all the necessary information about tasks could be displayed on the task list of our project page. As our time management will increase the complexity of our tasks quite a bit, we will create...