-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
API: Get all memberships of user #550
Comments
Hi @rajdip-b , I’m interested in working on this issue. I have experience with creating service layer functions, handling pagination in API responses, and implementing authenticated routes. I’m familiar with the tech stack and confident I can add the required functionality in workspace.service.ts and workspace.controller.ts, along with writing the necessary tests in workspace.e2e.spec.ts. Looking forward to contributing to this feature |
Hey there! Sure, go ahead and best of luck! |
Don't hesitate to reach out to us if you need any help :D |
@mdimado any updates on this? |
@mdimado Hi, if you are inactive, can I work on this issue? |
@Souvik9205 hey bro, i suggest you can take up the other sub issues for this. The API was need of the hour so we fast tracked it. |
Description
Refer #549
Solution
workspace.service.ts
to return a list of workspaces where the workspaceis invited to. Each item should contain the workspace details and the invitation date. The response should also have pagination support.workspace.controller.ts
. The path should beGET /api/workspace/invitations
. This should be an authenticated path.workspace.e2e.spec.ts
The text was updated successfully, but these errors were encountered: