Rajdip Bhattacharya

Results 97 issues of Rajdip Bhattacharya

**Describe the bug** When we try to invite a user to a workspace, and we try to assign them a role ID that doesn't exist, instead of returning a 404...

type: bug
help wanted
scope: api
priority: high
difficulty: 3

## Description We would like to add an endpoint to fetch all the active workspace invitations that the user has. ## Solution - Add an endpoint `/api/workspace/invitations` under `workspace.controller.ts` -...

good first issue
scope: api
type: feature
priority: high
difficulty: 2
hacktoberfest

## Description When we hit the `/api/workspace/{workspaceId}/members` endpoint to fetch all the members of a workspace, we also want to get the membership status of the member, i.e, if they...

type: enhancement
good first issue
scope: api
priority: high
difficulty: 3

## Description To enforce separation of concern, we would like to split up the functionalities in the `workspace` module. We would like to swap out the functionalities that are related...

type: enhancement
help wanted
scope: api
priority: high
foss hack
difficulty: 4

## Description Refer to #347 API Controller: https://github.com/keyshade-xyz/keyshade/blob/develop/apps/api/src/user/controller/user.controller.ts

help wanted
type: feature
priority: high
foss hack
difficulty: 3
scope: api-client
hacktoberfest

## Description Refer to #347 API Controller: https://github.com/keyshade-xyz/keyshade/blob/develop/apps/api/src/workspace/controller/workspace.controller.ts

help wanted
type: feature
priority: high
foss hack
difficulty: 3
scope: api-client

## Description When we call `GET /api/user/`, we are responded with the details of the user. We would also like to include the details of the default workspace of the...

type: enhancement
good first issue
scope: api
priority: low
foss hack
difficulty: 1

## Description For now, we would like to add a pipeline to deploy the CLI binaries to npm. ## Solution Add a workflow file named `deploy-cli.yml`. We only want this...

help wanted
type: chore
priority: high
foss hack
difficulty: 2
scope: cli

Refer #273

type: enhancement
help wanted
priority: medium
foss hack
difficulty: 4
scope: cli

## Description Currently, whenever we push code to the `main` branch, `release` workflow is triggered. It runs the semantic release plugin and creates a github release for the codebase. Along...

good first issue
help wanted
type: chore
scope: general
priority: medium
foss hack
difficulty: 3