Yashasv-Prajapati / Docify

5 stars 2 forks source link

minor bug fixes, also updated project schema #114

Closed Yashasv-Prajapati closed 3 months ago

Yashasv-Prajapati commented 3 months ago
  1. Updated project schema
  2. Updated project API handler as per schema
  3. updated zod schema for createProjectSchema
  4. Updated API handler for auth, handled github app installed but user not in db.
  5. Replaced img to next/image tag in some places
linear[bot] commented 3 months ago
CS3-129 Minor bug fixes

1. Introduce Project type in db schema and update the API functions accordingly. 2. Refactor code to reduce files, a new component need not be created in a new file, if can be made in the same file itself. 3. Remove redundant code files