Algolisted-Org / AlgoListed

Algolisted is an AI-powered platform dedicated to assisting computer science students in preparing for placements and internships. Our services include tracking and analytics across various platforms and topics.
http://algolisted.com
Other
164 stars 99 forks source link

Add an Input Field for OPEN-AI API Key in Resume Question Page #185

Closed Mohit030802 closed 1 year ago

Mohit030802 commented 1 year ago

Hey folks 🚀

ISSUE DESCRIPTION

Currently, our resume question page lacks the functionality to incorporate user-specific data from external sources through APIs. To enhance user experience and provide more customized results, we propose the addition of an input field for API key entry on the resume question page. This will allow users to enter their API key, and subsequently, the system can fetch and display relevant results based on their unique data.

image

SCOPE

  1. Frontend: Introduce a new input field on the resume question page to collect the API key.
  2. Backend: Develop the necessary logic and connections to retrieve data based on the API key.
  3. Security: Ensure the secure handling and storage of API keys.

Acceptance Criteria:

Additional Information:

XIN2025 commented 1 year ago

Hi @Mohit030802 , I am new to open source and this is my first issue. I wanted to ask what kind of data do you want to display when the api key is used. I am a begginer in coding so I apologise if its a dumb question Also it shows 404,even if i have local database running on my end

Mohit030802 commented 1 year ago

Hi @Vipaaah, Here we are analyzing the Resume uploaded by the user to fetch personalized questions related to the tech stack mentioned in the resume that will help the user with their interviews. For that, we are using open AI. So, in order to analyze the resume users have to enter their own API key and after that, the user can upload the resume and the results will be fetched.

So we need an input section we user will enter his API key and it will fetched and the results will be shown based on the resume.

Regarding the 404 can explain more about what error you are getting.

Mohit030802 commented 1 year ago

You are new to open source so this particular issue may be a bit challenging, but don't worry! We'll be posting some beginner-friendly issues soon. Be sure to 'star' this repository for updates.

XIN2025 commented 1 year ago

TYSM for replying , I was trying to wrap my head around the issue, but failed to do so . When the frontend loads ,it shows 404 error 'GET /dummy-link1 404 0.330 ms - 150'.

NayakPenguin commented 1 year ago

TYSM for replying , I was trying to wrap my head around the issue, but failed to do so . When the frontend loads ,it shows 404 error 'GET /dummy-link1 404 0.330 ms - 150'.

@Vipaaah, we appreciate your alerting us to this. It turns out that this is a separate issue, but rest assured, we'll have it fixed shortly.

We're planning to create some beginner-friendly issues and will be sure to tag you. Be sure to star ⭐️ the repository for future updates.

XIN2025 commented 1 year ago

Alright thanks, and yeah I've already starred this repo, you guys seem to be highly skilled so looking forward to learn from you guys