Skip to content

Please show how you would create new ToDoItems #529

Closed
@DerekChasse

Description

@DerekChasse

In this template, you aggregate ToDoItems within the ProjectAggregate. However, you also stop short of showing how you would, via API, author new ToDoItem instances. I think it would be beneficial to show how you would create these new child items of a project.

I think it would be wonderful to see:

  • How you would define this in an ApiEndpoint.
  • How you would incorporate this within the ProjectAggregate.
  • How you would codify a Many-to-Many relationship as opposed to the One-To-Many relationship between Project and ToDoItem.
    • Is this implied by the Project <-> Contributor relationship?
    • What if the Contributor to a Project had a title within that Project? Senior Contributor vs Junior Contributor? If that were the case what ApiEndpoint would the management of that be within your example domain?

Thanks for such a great template!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions