Appsmith UI updates for bare entity IDs - #124
Open
Oluwajuwon-O wants to merge 9 commits into
Open
Conversation
Align DOT App V2 test forms with bare entity references and the generic possible_duplicate_forms keys (date_column, group_column, id_column, period).
Same CI pylint threshold issue as datakind#122; this stacked branch still carried the pre-fix test module and failed lint at 6.79 (< 7.0).
Integration CI failed because the expected UUID was computed from alphabetical JSON key order, while the insert trigger's jsonb cast produces a different deterministic test_id.
Postgres jsonb returns keys in a deterministic order that differs from the hand-edited fixture string; align the expected summary row.
…e/appsmith_ui_updates Bring forward parent CI fixes: pylint disable, fixture test_id, and jsonb test_parameters key order.
Oluwajuwon-O
marked this pull request as ready for review
August 7, 2026 10:01
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.
Description
This PR addresses the Appsmith UI configuration issues described in the technical documentation:
Unreadable UI Configurations and Fragile Prefix Stripping
.replace()string manipulation insideJSFunctions.getEntityColumnsto stripdot_model__prefixes from entity IDs.Resolution
DOT App V2.json. While this generates a massive line-count diff, it introduces no behavioral changes by itself and makes the file readable for future PR reviews.possible_duplicate_formstest form fields to use the new generic keys (date_column,group_column,id_column,period) to align with the backend dbt macro updates..replace()prefix stripping fromJSFunctions.getEntityColumns.Asana Task
Deployment Readiness*
Testing
Describe or check:
Deployment Notes
Describe or check:
Rollback Plan
Describe or check:
git revert)Reviewer Guidance / Questions*
Screenshots / Testing Evidence*
SOC 2 Change Management Checklist
./vendor/bin/pest)Provide justification if you are submitting a PR with any boxes checked other than the first.
Reminder for Reviewers: By approving this PR you are confirming that you have reviewed the code for correctness, security, and compliance with our engineering and SOC 2 standards. Do not approve PRs where SOC 2 checklist items are checked without documented justification.
*Optional