feat: Updated Form-JS key input to be a dropdown of path options#278
Merged
Justin-MacIntosh merged 1 commit intomainfrom Feb 15, 2026
Merged
feat: Updated Form-JS key input to be a dropdown of path options#278Justin-MacIntosh merged 1 commit intomainfrom
Justin-MacIntosh merged 1 commit intomainfrom
Conversation
| @@ -0,0 +1,295 @@ | |||
| /** | |||
Collaborator
Author
There was a problem hiding this comment.
Very important comment. None of this code is written by BDT.
| * @return A new Map with the "people" object converted to an array, or the original data if no transformation needed | ||
| */ | ||
| @SuppressWarnings("unchecked") | ||
| public static Map<String, Object> transformFormData(Map<String, Object> formData) { |
Collaborator
There was a problem hiding this comment.
I think it might be over-engineering to do this now. But if we add additional transformations, I think it would be great if this function iterated through a list of transformations. Or somehow setup up so that we could easily add new transformations while changing as little code as possible.
Michael-Dratch
approved these changes
Feb 15, 2026
Collaborator
Michael-Dratch
left a comment
There was a problem hiding this comment.
Left one comment about how we might want to try to make the schema transformation more dynamic in the future but I think all of this is great. And the comments are very clear. This is is great work!!
RRodriguez26
pushed a commit
that referenced
this pull request
Feb 15, 2026
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.
ready_log_lineof builder-api and library-api withinprocess-compose.ymlto be "Listening on: http://". This is to prevent issues when the host is logged unpredictably as either0.0.0.0orlocalhost.#271