pingSubhajit / letraz

Create tailored resumes for every job application effortlessly with Letraz. Our AI-powered tool helps you stand out by automatically optimizing your resume for ATS and recruiters, ensuring your skills and experience match the job's requirements.
https://letraz.app
MIT License
0 stars 0 forks source link

feat: Functionality to remove added educations from the onboarding screen #1

Open linear[bot] opened 4 days ago

linear[bot] commented 4 days ago

Currently the onboarding page education screen allows users to add multiple education histories, but it lacks the ability to remove previously added entries. This feature is necessary to enable users to correct or adjust their education information as needed.

Success Criteria:

Acceptance Criteria:

linear[bot] commented 4 days ago
LET-10 feat: Functionality to remove added educations from the onboarding screen

Currently the onboarding page education screen allows users to add multiple education histories, but it lacks the ability to remove previously added entries. This feature is necessary to enable users to correct or adjust their education information as needed. **Success Criteria:** * The user can remove a previously added education entry from the onboarding screen. * The removal action is visually and functionally clear to the user. **Acceptance Criteria:** * A "Remove" or "Delete" button or icon is displayed next to each added education entry. * Clicking the "Remove" or "Delete" button removes the corresponding education entry from the screen and the user's data. * The UI updates smoothly to reflect the removal of the entry. * The application handles the removal process correctly, preventing any data inconsistencies or errors. * The feature is tested and works as expected across all supported browsers and devices.