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

Repeater field component #333

Closed
wants to merge 39 commits into from

Conversation

ethangardner
Copy link
Contributor

Added the repeater pattern with basic support for the available question types at the start of the sprint (short answer and radio group).

There is a bug in the form submission side where the thank you page flashes briefly, and then re-renders the form fields with the user input, so the summary table on the results page was turned off for now.

ethangardner and others added 29 commits September 25, 2024 10:27
New template for managing risks within GitHub, with specific fields to complete.
Copy link

github-actions bot commented Oct 11, 2024

Terraform plan for tts-10x-atj-dev

Plan: 0 to add, 2 to change, 0 to destroy.
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
!~  update in-place

Terraform will perform the following actions:

  # cloudfoundry_app.tts-10x-atj-dev-server-doj_tts-10x-atj-dev-server-doj-app_380DB029 will be updated in-place
!~  resource "cloudfoundry_app" "tts-10x-atj-dev-server-doj_tts-10x-atj-dev-server-doj-app_380DB029" {
!~      docker_image                    = "ghcr.io/gsa-tts/atj-platform/server-doj:6054a6477c7c02e6f55014b9c1273d5565ca1021" -> "ghcr.io/gsa-tts/atj-platform/server-doj:d1ee1233030dfd1ed5c4d3b14b26e8a41c528b97"
        id                              = "6246c063-6cf4-423d-812a-4bfdeb62bcae"
        name                            = "tts-10x-atj-dev-server-doj-app"
#        (17 unchanged attributes hidden)

#        (3 unchanged blocks hidden)
    }

  # cloudfoundry_app.tts-10x-atj-dev-server-kansas_tts-10x-atj-dev-server-kansas-app_337A9CF1 will be updated in-place
!~  resource "cloudfoundry_app" "tts-10x-atj-dev-server-kansas_tts-10x-atj-dev-server-kansas-app_337A9CF1" {
!~      docker_image                    = "ghcr.io/gsa-tts/atj-platform/server-kansas:6054a6477c7c02e6f55014b9c1273d5565ca1021" -> "ghcr.io/gsa-tts/atj-platform/server-kansas:d1ee1233030dfd1ed5c4d3b14b26e8a41c528b97"
        id                              = "f7c60971-bffd-4a6e-a0bb-af1191079918"
        name                            = "tts-10x-atj-dev-server-kansas-app"
#        (17 unchanged attributes hidden)

#        (3 unchanged blocks hidden)
    }

Plan: 0 to add, 2 to change, 0 to destroy.

📝 Plan generated in Post Terraform plan to PR comment #325

@ethangardner ethangardner linked an issue Oct 11, 2024 that may be closed by this pull request
21 tasks
@ethangardner ethangardner changed the title Multiple entries component Repeater field component Oct 14, 2024
@ethangardner ethangardner marked this pull request as ready for review October 14, 2024 13:29
@ethangardner ethangardner marked this pull request as draft October 14, 2024 13:58
@ethangardner ethangardner deleted the feature/310-multiple-entries-component branch October 14, 2024 15:28
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.

Multiple Entries component
2 participants