ietf-wg-ppm / draft-ietf-ppm-dap-taskprov

Define DAP extension for in-band task provisioning.
Other
3 stars 4 forks source link

Address issue 62 - adding task start time #76

Closed junyechen1996 closed 1 month ago

junyechen1996 commented 1 month ago

Closes #62.

junyechen1996 commented 1 month ago

Rebased, assuming https://github.com/ietf-wg-ppm/draft-ietf-ppm-dap/pull/624 is merged.

cjpatton commented 1 month ago

2024/10/24 interim: @junyechen1996 instead of Time task_start and Time task_end, we will have Time task_start and Duration task_duration. That way we avoid encoding invalid task validity ranges.

junyechen1996 commented 1 month ago

2024/10/24 interim: @junyechen1996 instead of Time task_start and Time task_end, we will have Time task_start and Duration task_duration. That way we avoid encoding invalid task validity ranges.

Updated the PR to reflect this^.