Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update collection retrieval endpoint for Workspace layout #363

Closed
kwajiehao opened this issue Mar 2, 2021 · 1 comment
Closed

Update collection retrieval endpoint for Workspace layout #363

kwajiehao opened this issue Mar 2, 2021 · 1 comment
Assignees
Labels
bug Something isn't working P1 Do it now.

Comments

@kwajiehao
Copy link
Contributor

Problem

Currently, the Workspace layout calls the GET /sites/${siteName}/collections endpoint in the backend to retrieve the full list of collections in a repo. However, this endpoint no longer works, since it retrieves the list of collections from the _config.yml file.

Some work has been done on PR #117 on the backend (the new GET /:siteName/folders/all endpoint) which can be reused to make a new collections retrieval endpoint.

@kwajiehao kwajiehao added bug Something isn't working P1 Do it now. labels Mar 2, 2021
@kwajiehao
Copy link
Contributor Author

Fixed with PR #124 in the backend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P1 Do it now.
Projects
None yet
Development

No branches or pull requests

2 participants