The task explorer currently only lists projects and tasks (within the TaskList fragment). The section also needs a search bar, a priority filter and a button to add a project.
These UI elements should be put in the TaskExplorer fragment (not TaskList - that should be only for the list rendering).
The search term and priority filter need to be saved in a viewmodel - but they do not need to be saved to the model.
The task explorer currently only lists projects and tasks (within the TaskList fragment). The section also needs a search bar, a priority filter and a button to add a project.
These UI elements should be put in the TaskExplorer fragment (not TaskList - that should be only for the list rendering).
The search term and priority filter need to be saved in a viewmodel - but they do not need to be saved to the model.