Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/practice interview questions #163

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

aloraalee
Copy link
Collaborator

Type of Change

  • feature ⛲
  • testing 🧪

Description

This PR creates a new component for practice interview questions. At the moment the component renders dummy questions, but the fetch request has been built to send job descriptions to the backend to generate practice interview questions from OpenAI. The fetch request will not work until the BE branch feat/interview_questions_route is merged, so to test this functionality, you will need to fetch the BE branch feat/interview_questions_route.

Motivation and Context

This PR is the first step to implement the API call to OpenAI to populate practice interview questions. This PR is a skeleton with dummy questions.

Related Tickets

A task card #162 has been created to finish this component by refactoring the fetch request and writing Cypress tests that reflect the fetch request and potential sad paths and edge cases.

Screenshots (if appropriate):

Added Test?

  • Yes 🫡
    • Cypress
  • All previous tests still pass 🥳

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant