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

Create endpoint mocks for the organisation library #14501

Closed
TomasEng opened this issue Jan 24, 2025 · 1 comment · Fixed by #14534
Closed

Create endpoint mocks for the organisation library #14501

TomasEng opened this issue Jan 24, 2025 · 1 comment · Fixed by #14534
Assignees
Labels
area/content-library Area: Related to library for shared resources backend frontend team/studio-domain1

Comments

@TomasEng
Copy link
Contributor

TomasEng commented Jan 24, 2025

In order to be able to work on the frontend and the backend on the organisation library in parallell, we need a solution for mocking the endpoints when they are called from the frontend.

See #14482 and #14503 for lists of endpoints that we need.

@wrt95
Copy link
Contributor

wrt95 commented Jan 27, 2025

Endpoints to implement mock for in frontend:

  • Endpoint for fetching code lists (GET)
  • Endpoint for creating a code list (POST)
  • Endpoint for mutating a code list (PUT)
  • Endpoint for deleting a code list (DELETE)
  • Endpoint for fetching the text resources of a given language (GET)
  • Endpoint for creating a list of text resources for a new language (POST)
  • Endpoint for mutating a list of text resources for a given language (PUT)

@TomasEng TomasEng moved this to 📈 Todo in Team Studio Jan 27, 2025
@TomasEng TomasEng moved this from 📈 Todo to 👷 In Progress in Team Studio Jan 27, 2025
@TomasEng TomasEng added area/content-library Area: Related to library for shared resources team/studio-domain1 backend frontend labels Jan 27, 2025
@TomasEng TomasEng linked a pull request Jan 28, 2025 that will close this issue
1 task
@github-project-automation github-project-automation bot moved this from 👷 In Progress to Documentation in Team Studio Jan 28, 2025
@TomasEng TomasEng moved this from Documentation to ✅ Done in Team Studio Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/content-library Area: Related to library for shared resources backend frontend team/studio-domain1
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

2 participants