Skip to content

backend: add pagination and filtering for workspaces #29

@ap0nia

Description

@ap0nia

Summary

Modify the schema, backend service and controller to accommodate additional search parameters for workspaces.

Specifications

  • parameters

    • cursor (any)
    • sort ("name" or "createdAt" or "lastModified")
    • orderBy ("asc" or "desc")
  • Modify/create the schema for searching

  • Modify the backend service to accept the new parameters

  • Connect the schema, service, and controller with each other to facilitate the endpoint

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