-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
PLATFORM: Add create new project #244
Comments
@kriptonian1 @rajdip-b I would like to work on this issue can u assign me under FOSS HACK |
Sure! |
@ayan-joshi best of luck buddy, let me know if you need any help |
@kriptonian1 there is postman url attached which is not opening will I need it for my work ? |
Yeap! Here's the updated link: https://www.postman.com/keyshade/workspace/keyshade |
@rajdip-b I have a question , for this pr I would need to setup all 4 ports and can u help me with project setting up |
Hey @ayan-joshi! You can refer to our docs to understand how to set things up: https://docs.keyshade.xyz/contributing-to-keyshade/summary |
@rajdip-b I got it running locally , how to pass through auth page can u help? |
You would need to sign up like usual. Make sure the API is running. |
Hey @ayan-joshi, you need to run the API server and the platform simultaneously, and you need to create a |
@kriptonian1 Yes I have done it already , I have got docker running , api is running too but I cant go past the auth page |
Can you show the errors in console |
If you are free then maybe we can get on a call tomorrow |
@ayan-joshi unassigning due to inactivity |
Description
Implement a “create new project” functionality in the dashboard of the platform. The created new project should be immediately updated in the project dashboard. Some part of create new project is done, which can find in
apps/platform/src/app/(main)/page.tsx
.Scope of work
You have to implement 2 features from create new project.
default
. In the array of object environment, there should be only one default workspace. And user can add as many environments as they want.Postman URL
Type of new project and environment
keyshade/apps/platform/src/types/index.ts
Lines 43 to 54 in f3a3632
Dialog for create new project
keyshade/apps/platform/src/app/(main)/page.tsx
Lines 116 to 187 in f3a3632
The text was updated successfully, but these errors were encountered: