adisreyaj / compito

Compito is a simple and easy to use project management application with support for Multiple orgs.
https://compito.adi.so
MIT License
211 stars 49 forks source link

Start and Due Date picker in Task Detail Modal #49

Open adisreyaj opened 3 years ago

adisreyaj commented 3 years ago

Is your feature request related to a problem? Please describe. Tasks can have a start and end date for time tracking. Can later be used to display projects/tasks in a calendar view or to notify users about the due dates

Describe the solution you'd like A date picker needs to be implemented in the project which goes with the overall aesthetic of the project. A start and end date picker need to be added to the Task Detail Modal component.

Additional context The task model already has the start and end dates added, so I the API level there is no change required.