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

Detect duplicate tasks #2

Merged
merged 1 commit into from
Feb 15, 2024
Merged

Detect duplicate tasks #2

merged 1 commit into from
Feb 15, 2024

Conversation

Ryan-Reno
Copy link
Owner

Added a constraint that does not allow tasks that has been added to be added again into the Task List. Tasks with different types (Event, Todo, and Deadline) with the same description will be considered a different task.

Two deadline tasks will also be considered different if their deadlines do not end at the same time.

Added a constraint that does not allow tasks that has been added to be
added again into the Task List. Tasks with different types (Event, Todo,
and Deadline) with the same description will be considered a different
task.

Two deadline tasks will also be considered different if their deadlines
do not end at the same time.
@Ryan-Reno Ryan-Reno merged commit 0ba61c0 into master Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant