-
Notifications
You must be signed in to change notification settings - Fork 0
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
[162] Build UI - Eval Form Step 2 - Evaluation Criteria Add/Remove Criteria #219
Conversation
…-form-evaluation-criteria * 'dev' of github.com:GSA/Challenge_platform: (36 commits) WAVE and codeclimate add default combo-box phase for edits add a reusable helper function for challenge_phase_title turn off secure cookies for non-production envs Revert env var name title maxlength rubocop disallow nil values from being passed by the evaluation form params sanitizer use random email for mock user generation mostly working phase association add default end date for test challenges 56 fix logout sticking issue, tld_length, etc parse the mm/dd/yyyy dates from the date-picker set min date attribute on datepicker when challenge phase is selected persist end date use phase end date to populate eval form start date render all phases of multiphase challenge in combo box fix mislabelled uuid remove hello world stiumulus controller add class name to has many ...
db/migrate/20241017172408_remove_unique_title_index_from_evaluation_criteria.rb
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there are a few specs failing
db/migrate/20241017172408_remove_unique_title_index_from_evaluation_criteria.rb
Show resolved
Hide resolved
…-form-evaluation-criteria * 'dev' of github.com:GSA/Challenge_platform: (33 commits) Fix broken migration staging (#235) fix the migrations on challenge-dev (#234) [104] Evaluation Form View (#225) [52] Dashboard fixup (#229) Bump axe-core-rspec from 4.10.0 to 4.10.1 (#220) [197] Manage Submissions Index (#216) remove extra comments from db/structure.sql add an optional rbenv hook for local dev remove APP_DOMAIN for local env [Snyk] Security upgrade rails from 7.2.1 to 7.2.1.1 (#217) Bump propshaft from 0.9.1 to 1.1.0 Bump rubocop-rspec from 3.0.5 to 3.1.0 Update Gemfile.lock fix: Gemfile & Gemfile.lock to reduce vulnerabilities remove ruby-lsp no longer needed Bump ruby-lsp from 0.18.4 to 0.20.1 add CC_TEST_REPORTER_ID for CCI fix javascript error on combo box Update app/models/submission.rb 199 Allow unique custom URLs for specs ...
873875b
to
e55b445
Compare
…m-evaluation-criteria * 165/evaluation-criteria-rating-scale: 61 Accordion titles and collapse validity check 165 Fix bug with rating options on new criteria 165 Option label bug with form validation error 165 Fix bug with new criteria option labels 165 Add support for rating scale to eval criteria 164 Add support for binary scale to eval criteria
…allenge_platform into 162/eval-form-evaluation-criteria * '162/eval-form-evaluation-criteria' of github.com:GSA/Challenge_platform: update yarn.lock
remove duplicate version line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can be merged, just left a few cleanup comments. The functionality is working afaict. Code structure is clean and readable. 🙌
…allenge_platform into 162/eval-form-evaluation-criteria * '162/eval-form-evaluation-criteria' of github.com:GSA/Challenge_platform: revert structure.sql Update .circleci/config.yml Bump turbo-rails from 2.0.10 to 2.0.11 (#242) Bump rails from 7.2.1.1 to 7.2.1.2 (#241) Bump pg from 1.5.8 to 1.5.9 (#240) Bump rubocop from 1.66.1 to 1.67.0 (#239)
…-form-evaluation-criteria * 'dev' of github.com:GSA/Challenge_platform: Adds dev/test account login page (#244)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me
#61
#162
#164
#165
#167