Skip to content

added check to enforce start date#4164

Merged
wavehassman merged 8 commits into
developfrom
#3934-Enforce-Start-Date
Jun 8, 2026
Merged

added check to enforce start date#4164
wavehassman merged 8 commits into
developfrom
#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
@staysgt staysgt requested a review from wavehassman June 6, 2026 02:51
Copy link
Copy Markdown
Contributor

@wavehassman wavehassman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job!

@staysgt staysgt self-assigned this Jun 8, 2026
@staysgt staysgt requested a review from wavehassman June 8, 2026 00:08
Copy link
Copy Markdown
Contributor

@wavehassman wavehassman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very nice! used this pr to also make some bug fixes

@wavehassman wavehassman merged commit 1627131 into develop Jun 8, 2026
4 checks passed
@wavehassman wavehassman deleted the #3934-Enforce-Start-Date branch June 8, 2026 03:02
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

3 participants