Closed rochar closed 1 year ago
Hi @Mornevanzyl , can you please help define the Markdown for the Readme.md documentation for the Domain Events?
This is my suggestion, but let me know if you see it differently.
`# Domain Events
This document provides information about the Domain Events in our application.
WorkplaceCreated
workplaceId
(string): The unique identifier of the newly created workplace.name
(string): The name of the workplace.createdAt
(timestamp): The timestamp when the workplace was created.WorkplaceUpdated
workplaceId
(string): The unique identifier of the updated workplace.name
(string): The new name of the workplace.updatedAt
(timestamp): The timestamp when the workplace was last updated.WorkplaceDeleted
workplaceId
(string): The unique identifier of the deleted workplace.deletedAt
(timestamp): The timestamp when the workplace was deleted
`
CC: @rochar @nagykarim @dejobratic
Prepare templates and markdown files
Generate the content for the End Points