Yashasv-Prajapati / Docify

5 stars 2 forks source link

Feature/cs3 94 import project #94

Closed anushthaPrakash closed 3 months ago

anushthaPrakash commented 3 months ago
Screenshot 2024-03-12 165236 Screenshot 2024-03-12 165219

Dont merge this for now, when the /new page changes get pushed, I will update the functionality accordingly. Frontend creations and API calling functions are created Note : shadcn doesn't provide component of modals so I created the component in pure tailwind

linear[bot] commented 3 months ago
CS3-94 Import Project NextJS API

Create a route handler for importing project. 1. Initialize a new entry in Project for the logged-in user. 2. Assume you get all the information in the body of your POST request handler. 3. Assume you have unique id of logged-in user to identify. Use this unique id to store as a reference in the Project entry 4. The API handler is to be created in /api/project/route.ts

anushthaPrakash commented 3 months ago

Sorry wrong branch name