Skip to content

feat: Implement the serializer and endpoints for Workspace

Imane Messak requested to merge endpoint_workspace into dev
  • Implemented WorkspaceViewSet and WorkspaceSerializer.
  • Added endpoints for listing, creating, updating, and deleting workspaces.
  • Corrected a typo on the last_edited_time in the workspace model.

Merge request reports