adi-kiran / career-flow

Application Tracking System for Group 64, Project 3
MIT License
0 stars 3 forks source link

Add View Resume functionality in Resume Page #24

Closed Diksha-Maurya closed 10 months ago

Diksha-Maurya commented 10 months ago

Why do we need this

The addition of the "View Resume" functionality on the Resume Page is crucial for enhancing the user experience and providing a comprehensive set of features to our users. Currently, users can upload and download their resumes, but the ability to preview the content directly on the Resume Page adds a new layer of convenience. Users often want to review the content of their resumes without the need for downloading, and this feature fulfills that need.

Scope of Impact:

Improved User Experience: Users can seamlessly review their resumes within the application, reducing the need for additional steps like downloading. Increased Engagement: The convenience of previewing resumes on the Resume Page may encourage users to interact with the platform more frequently. Time and Effort Saving: Users can quickly verify the content of their resumes, making the overall process more efficient.

Implementation

Create a section where the uploaded file will be available to view for the user.

adi-kiran commented 10 months ago

This is a good idea. How are we implementing it?

Diksha-Maurya commented 10 months ago

We intend to showcase it by embedding it as an iframe on the page. What do you think about it ?

adi-kiran commented 10 months ago

Yeah, that's a great idea. We can directly print from an iframe pdf viewer as well!

amritav commented 10 months ago

Yep, iframe opens up a lot of possibilitites. Go ahead

Diksha-Maurya commented 10 months ago

Implementing now.