Skip to content

Commit

Permalink
Avenmia/add demo questions and answers (#61)
Browse files Browse the repository at this point in the history
* Updating survey data schema

* Updating schema and redoing prisma migrations

* Adding multiselect to demographics survey

* Adding different answer types

* Adding build styles command

* Removing posting user answers and fixing survey out of bounds bug

* Adding text answers

* Updating user answer schema to not link to survey answers

* Updating survey posts to the database

* Handling multiselect answers

* Separating multiselect values in the database

* Removing unused state variable

* Adding free text update to radioButton answers

* Adding free text to multiselect answers

* Fixing multi select answers text

* Adding remaining survey questions

* Fixing demographic questions

* linting

* linting

* Fixing multiselect free text
  • Loading branch information
avenmia authored Mar 4, 2023
1 parent 53eca28 commit 46ff90c
Show file tree
Hide file tree
Showing 19 changed files with 726 additions and 280 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start",
"buildstyles": "tailwindcss -i ./src/styles/globals.css -o ./src/styles/output.css --watch",
"prepare": "husky install",
"prettier": "prettier --write **/*"
},
Expand Down
82 changes: 0 additions & 82 deletions prisma/migrations/20230212014711_/migration.sql

This file was deleted.

This file was deleted.

79 changes: 0 additions & 79 deletions prisma/migrations/20230222051820_survey_migration/migration.sql

This file was deleted.

Loading

1 comment on commit 46ff90c

@vercel
Copy link

@vercel vercel bot commented on 46ff90c Mar 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hierr – ./

hierr-codeforhawaii.vercel.app
hierr.vercel.app
hierr-git-main-codeforhawaii.vercel.app

Please sign in to comment.