feat: Implement USWDS-Compliant Binary Component and Related Features#520
Merged
kalasgarov merged 8 commits intomainfrom Mar 18, 2025
Merged
feat: Implement USWDS-Compliant Binary Component and Related Features#520kalasgarov merged 8 commits intomainfrom
kalasgarov merged 8 commits intomainfrom
Conversation
|
5f551c2 to
5919232
Compare
Plan: 0 to add, 1 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-forms-dev-server-doj_tts-10x-forms-dev-server-doj-app_22D74DC4 will be updated in-place
~ resource "cloudfoundry_app" "tts-10x-forms-dev-server-doj_tts-10x-forms-dev-server-doj-app_22D74DC4" {
~ docker_image = "ghcr.io/gsa-tts/forms/server-doj:1faf24bb5dc2b78ead1924e4090e912f7506277a" -> "ghcr.io/gsa-tts/forms/server-doj:20a67daa8a519f4e02aa2e200c469394d22f683e"
id = "8ad75c3a-28fa-430c-b723-404e19b35de8"
name = "tts-10x-forms-dev-server-doj-app"
# (17 unchanged attributes hidden)
# (3 unchanged blocks hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy. |
a408d55 to
6d8b842
Compare
…t required TCKT-514
6d8b842 to
d2ea8dc
Compare
mpflex
approved these changes
Mar 18, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
The changes are part of the TCKT-514 task and aim to improve the form builder's capabilities by adding a new component and supporting features.
Key Changes
USWDS-Compliant Binary Component:
Modal for Binary Component:
Configuration Schema and Validation:
Testing:
Dependencies:
Related Tickets
TCKT-514