amlan-roy / resume-craft

Resume Craft: Your go-to platform for effortlessly tailoring ATS-friendly resumes to job descriptions. Streamline your job application process and stand out in the competitive market.
https://resume-craft-ten.vercel.app
7 stars 3 forks source link

Site Revamp - 1 #121

Open amlan-roy opened 4 months ago

amlan-roy commented 4 months ago

Is your feature request related to a problem? Please describe.

Currently, the site has a few issues:

  1. We're currently using firebase suite for the following: Auth, database and PDF generation and storage. While this is good to get started with, I now want to use Supabase instead mainly because I want to use SQL for my database and I've read some good stuff about supabase.
  2. The stie has too many things to work on: Resume Generation, automatic/manual flow, resume edit feature (dynamic forms) etc.
  3. The UI is not very appealing.
  4. We do not have too much test coverage and the components can also be refactored.

Describe the solution you'd like

To fix these above issues, we are now focusing on only a select few tasks:

Note:

Create issues related to the above mentioned tasks, mention this issue at their top and add those issues below:

Are you willing to contribute to this issue?

Describe alternatives you've considered

Next Auth / Auth.js for auth, but the dev experience is horrible and the documentation is even worse.

Additional context

Use Prisma ORM