-
Notifications
You must be signed in to change notification settings - Fork 0
DN-3426 feat: Add deadlines for steps #46
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
base: main
Are you sure you want to change the base?
Conversation
| { | ||
| EntityType = entityType, | ||
| ParentId = parentId, | ||
| CreatedOn = DateTime.UtcNow, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UtcNow or Now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see both are used currently; maybe make a team decission what to use? (Or maybe you have and i didn't know 😊 )
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we have... let's discuss in the daily
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
| /// <summary> | ||
| /// Check if a deadline has passed | ||
| /// </summary> | ||
| public Date? Deadline { get; set; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't this replace Condition.Date entirely?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess; though there is a small difference, currently the deadline condition is returned to the UI and the date is not
https://uvanose.atlassian.net/browse/DN-3426