KA-Huis / space-management

The core application of the KA-Huis
https://ka-huis.github.io/space-management
Apache License 2.0
0 stars 0 forks source link

Create group resource transformer for REST API version 1 #111

Closed cyrildewit closed 2 years ago

cyrildewit commented 2 years ago

Description

New REST API endpoints will be created in the following week(s). One common implementation that's needed, before these tickets can be picked up is the GroupResource resource.

Acceptance criteria

Technical outworking

Tasks

Design

GroupResource resource

  schemas:
    Space:
      type: object
      properties:
        id:
          type: integer
          format: bigint20
        name:
          type: string
        group_type_id:
          type: bigint20
        created_at:
          type: string
        updated_at:
          type: string
      required:
        - id
        - name