Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task due dates and open dates #32

Open
denislavh opened this issue May 20, 2021 · 1 comment
Open

Task due dates and open dates #32

denislavh opened this issue May 20, 2021 · 1 comment
Labels
discussion enhancement New feature or request

Comments

@denislavh
Copy link
Contributor

denislavh commented May 20, 2021

Elevator pitch: Open and due date properties

Time and date of opening and closing a task.

Describe how this new feature adds value to the application
A newly created task will have a createdOn property and the user will have the option to select its due time.

Describe suggested implementation

My idea for the implementation of this feature would be to first add the createdOn property to the TaskItem constructor and and adding a second one which will accept one more variable(due date).The edit command should also be able to change the due date.

Additional context

At each loading of the program it should check if a task has status other than done and its due date and time is earlier than the current date and time, that task should then be marked overdue.

@pobiega pobiega added enhancement New feature or request discussion labels May 21, 2021
@unbekanntunity
Copy link
Contributor

unbekanntunity commented May 22, 2021

I think that should be optional. Give the user more freedom.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants