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

NYS-83: School forms refactor #268

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
3129a0d
NYS-83: Add initial nodes, fields, and views to support core-based ny…
nathanielwoodland Nov 21, 2024
b761511
NYS-83: Replace webform reference field with node forms using formblock
nathanielwoodland Nov 27, 2024
bc5a0da
NYS-83: Add image rotation and exif data removal to submission form
nathanielwoodland Dec 4, 2024
d80e65c
NYS-83: Refine student submission form UX
nathanielwoodland Dec 5, 2024
5aa367a
NYS-83: Implement views-based mgmt of student submissions
nathanielwoodland Dec 5, 2024
7f81216
NYS-83: Implement view for displaying student submissions [WIP]
nathanielwoodland Dec 10, 2024
06145fc
NYS-83: Implement view for displaying student submissions
nathanielwoodland Dec 12, 2024
94138d9
NYS-83: Implement admin UI for establishing submission periods
nathanielwoodland Dec 12, 2024
d81d034
NYS-83: Account for NULL configs
nathanielwoodland Dec 17, 2024
caadcd7
NYS-83: Add image orientation confirmation pop-up to student submissi…
nathanielwoodland Dec 17, 2024
126082c
NYS-83: Fix image rotate reset issue and implement various UX improve…
nathanielwoodland Dec 18, 2024
9d857da
NYS-83: Add colorbox dep; add admin export and default filters; enabl…
nathanielwoodland Dec 18, 2024
fc9b45a
NYS-83: Address PR comments and 2nd demo feedback [WIP]
nathanielwoodland Jan 9, 2025
35314de
Address PR comments and 2nd demo feedback
nathanielwoodland Jan 14, 2025
9ff7807
Merge branch 'main' into feature/aten-nys-83--node-based-refactor
nathanielwoodland Jan 14, 2025
dbc9bbe
NYS-83: Ensure inline_entity_form hook targets relevant bundle; add d…
nathanielwoodland Jan 15, 2025
efc3301
NYS-83: Merge main and resolve conflicts
nathanielwoodland Jan 15, 2025
31109c2
Merge branch 'feature/aten-nys-83--node-based-refactor' of https://gi…
nathanielwoodland Jan 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"require": {
"ext-curl": "*",
"ext-json": "*",
"bower-asset/colorbox": "^1.6",
"composer/installers": "^1.2",
"cweagans/composer-patches": "^1.7.0",
"dompdf/dompdf": "^2.0",
Expand All @@ -43,6 +44,7 @@
"drupal/charts": "^5.0",
"drupal/clamav": "^2.0",
"drupal/classy": "^1.0",
"drupal/colorbox": "^2.1",
"drupal/comments_ban": "^1.0",
"drupal/components": "^3.1",
"drupal/conditional_fields": "^4.0@alpha",
Expand All @@ -66,6 +68,7 @@
"drupal/entityqueue": "^1.2",
"drupal/environment_indicator": "^4.0",
"drupal/eva": "^3.0",
"drupal/exif_manipulate": "^1.0",
"drupal/facets": "^2.0",
"drupal/fancy_file_delete": "^2.0",
"drupal/field_group": "^3.6",
Expand All @@ -75,6 +78,7 @@
"drupal/flag": "^4.0@beta",
"drupal/flood_control": "^2.2",
"drupal/fontawesome": "^2.26",
"drupal/formblock": "^2.0@beta",
"drupal/fpa": "^4.0",
"drupal/fullcalendar_view": "^5.1",
"drupal/geocoder": "^3.25 || ^4.0",
Expand Down Expand Up @@ -135,6 +139,7 @@
"drupal/seckit": "^2.0",
"drupal/semanticviews": "^3.0",
"drupal/seven": "^1.0",
"drupal/simple_image_rotate": "^2.0",
"drupal/simple_sitemap": "^4.2",
"drupal/site_verify": "^2.0@alpha",
"drupal/stage_file_proxy": "^3.1",
Expand Down Expand Up @@ -324,6 +329,9 @@
"drupal/clamav": {
"3383653 -Support image upload plugin for CKEditor5\n": "https://git.drupalcode.org/project/clamav/-/merge_requests/7.patch"
},
"drupal/simple_image_rotate": {
"3374358 - Inverted picture returns to its original form after adding another picture": "https://www.drupal.org/files/issues/2024-02-09/3374358-inverted-picture-returns-4.patch"
},
"drupal/stage_file_proxy": {
"3457368 - createProxyHeadersArray(): Argument #1 ($headers_string) must be of type string": "https://git.drupalcode.org/project/stage_file_proxy/-/merge_requests/74.patch"
},
Expand Down
265 changes: 264 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions config/sync/auto_entitylabel.settings.node.student_submission.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
status: 1
pattern: "[node:field_student_name]'s [node:field_submission_type] submission"
escape: false
preserve_titles: false
save: false
chunk: 50
dependencies:
config:
- node.type.student_submission
new_content_behavior: 0
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
status: 1
pattern: "[node:field_teacher_name]'s [node:field_form_type] student submissions"
escape: false
preserve_titles: false
save: false
chunk: 50
dependencies:
config:
- node.type.student_submission_container
new_content_behavior: 0
2 changes: 1 addition & 1 deletion config/sync/block.block.committee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
id: committee
theme: nysenate_theme
region: content
weight: -2
weight: -10
provider: null
plugin: 'facet_block:committee'
settings:
Expand Down
Loading
Loading