Tascurator / tascurator-documents

0 stars 0 forks source link

docs: add Assignedtask with its description and constraints #39

Closed yuki-92c closed 4 months ago

yuki-92c commented 7 months ago

Overview

Changes

AssignedTask - 割当タスク

taskId

  • TaskId is the UUID

title

  • The owner can set a title as they prefer. This title can be modified at any time.

Constraints:

  • It must be between 1 and 20 characters in length.

description

  • The owner can provide details for the task. This description can be modified at any time.

Constraints:

  • The description must be between 10 and 120 characters.

completed

  • Whether the task is completed or not.

Assignee Checklist:

Reviewer Checklist

yuki-92c commented 7 months ago

Thank you for making changes, but could you revise the PR title too as it does not follow our standard?

thanks for the comment and edited the title.