BasBrunink / tpdb_SandBox

1 stars 0 forks source link

[BE] Resort Resource #2

Closed BasBrunink closed 4 months ago

BasBrunink commented 4 months ago

DoD:

Service/ controller needs: CRUD

    classDiagram
        class Resort
            Resort : - String name
            Resort : - Company operator
            Resort : - LocalDate opening
            Resort :  - LocalDate closing
            Resort : - OperationalStatus operationalStatus
            Resort : - List~Park~ parks
            Resort : - List~Accommodation~ accommodations
            Resort : - List~Restaurant~ restaurants
            Resort : - List~District~ districts
            Resort : - List~Shop~ shops

            BaseModel <|-- Resort
BasBrunink commented 4 months ago

Made some tweaks to the Park Entity and DTO as well