Rajdip Bhattacharya

Results 97 issues of Rajdip Bhattacharya

### Contact Details [email protected] ### Is your feature request related to a problem? Please describe? The application uses the supabase buckets to store [static files](https://github.com/Shelf-nu/shelf.nu/blob/main/docs/get-started.md#file-storage). The problem here is, we...

User requested feature

## Description This function will allow any user to fork a project into any of their workspace, where they have permission to create a project. This is directly dependent on...

good first issue
help wanted
pending-dependency
scope: api
priority: high

## Description Add support for changing email for a user. Here's the flow: - In the dashboard, the user tries to update their email. - They send in the updated...

scope: api
type: feature
priority: high

## Description We want to set a standard UUID v4 IDs for our models. Prisma allows us to do this via using DB specific types. Refer to [this](https://github.com/prisma/prisma/issues/2933#issuecomment-770886156) thread to...

type: enhancement
good first issue
scope: api
priority: medium

## Description Currently, the API sends an OTP while signing in or signing up with an email address. The problem isl, as per the standards, we should be sending a...

type: enhancement
good first issue
scope: api
priority: medium

## Description Add an endpoint to log out. The functionality will be very simple - just clear the `token` cookie. ## Solution - Add a controller in auth controller. -...

good first issue
scope: api
type: feature
priority: high

## Description We would like to put up documentation about how our `web` package that is responsible for rendering our [homepage](https://keyshade.xyz). ## Solution - Create a file named `web.md` in...

type: documentation
good first issue
scope: general
priority: medium

## Description There are a few fixes and improvements required by the zod schema and its usage. We would like to address them in this issue: - [Email regex validation](https://github.com/keyshade-xyz/keyshade/blob/develop/apps/api/src/common/env/env.schema.ts#L61)...

good first issue
scope: api
type: patch
priority: low

**Describe the bug** We have migrated to using zod for validating our env schema (refer #200). Recently, I have encountered an error where we can't log in due to `JWT_SECRET`...

type: bug
help wanted
scope: api
priority: urgent

## Description Create the slack integration ## Solution - [ ] Create a class named `SlackIntegration` under `integration/plugins/slack.integration.ts`. - [ ] Implement the `base.integration.ts` file and all its functions -...

help wanted
scope: api
type: feature
priority: medium
foss hack
difficulty: 2