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

Feature: Create MVP for Interview Surveys #4555

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jun 10, 2024

  1. Feature/Create MVP for Interview Surveys

    Because:
    - We wanted to have an end-to-end mvp protoype for the interview survey feature
    
    This commit:
    - Adds a model for InterviewSurvey
    - Adds a controller which holds the logic for creating a new survey and sending data to the db
    - Adds Tailwind Table builder for the survey form, with just one input.
    JustWaveThings committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    3a515ae View commit details
    Browse the repository at this point in the history
  2. appease linter

    JustWaveThings committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    63ce733 View commit details
    Browse the repository at this point in the history