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

Date fields should use the date in the Value, not additionally use StartTime and End Time Primitives #43

Open
jrippingale opened this issue Aug 13, 2021 · 0 comments

Comments

@jrippingale
Copy link

TaskCompletedDate currently uses this Sample Value and Usage Tips:
Usage Tips: Use EndTime for the actual completed date. StartTime should be the task start date
Sample: { "EndTime": "2020-11-30", "StartTime": "2020-05-30" }

Because the concept name represents a single value, this should have one value and be used like this:
Sample: { "Value": "2020-11-30"}

Similar issue with TaskDueDate

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

No branches or pull requests

1 participant