Skip to content

Conversation

@raboer
Copy link
Contributor

@raboer raboer commented Nov 25, 2025

{
EntityType = entityType,
ParentId = parentId,
CreatedOn = DateTime.UtcNow,
Copy link
Member

Choose a reason for hiding this comment

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

UtcNow or Now?

Copy link
Contributor Author

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 😊 )

Copy link
Member

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

Copy link
Member

Choose a reason for hiding this comment

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

Now!

Copy link
Contributor Author

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; }
Copy link
Member

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?

Copy link
Contributor Author

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

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.

3 participants