Skip to content

added check to enforce start date#4164

Open
HLaPides wants to merge 2 commits intodevelopfrom
#3934-Enforce-Start-Date
Open

added check to enforce start date#4164
HLaPides wants to merge 2 commits intodevelopfrom
#3934-Enforce-Start-Date

Conversation

@HLaPides
Copy link
Copy Markdown
Collaborator

Changes

Added an if statement that raises an error if the start date is after the deadline. The if statement also checks if there is a start or end date so it doesn't raise an error if you create a project without a start or end.

Notes

I'm still not sure if I did postman correct, I tried my best and it seems like it works

Test Cases

Case 1: Start date before deadline. No error raised
Case 2: Start date after deadline. Error raised
Case 3: Start date on the deadline. No error raised

Closes #3934

@HLaPides HLaPides self-assigned this Apr 17, 2026
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.

[Maintenance] - Enforce Task Start Date <= Due Date

1 participant