Merged
Conversation
ba054ad to
1048879
Compare
c6a84c9 to
9739c40
Compare
f627707 to
d99891a
Compare
9739c40 to
28a24ed
Compare
- prevent global namespace leakage - use "canvas" instead of "app" in entrypoint
b0c0271 to
070b478
Compare
- Improve Manifest and Step models - Apply extra=forbid configuration to all models - Implement submanifest support for Step fields. - Add "render_jsonschema" helper script. - incremental improvements to models (adding examples) - Add additional manfiest model title, example, or description - Begin refactoring models using Annotated field pattern - refactor manifest models using annotated pattern feat(web): - apply step spec schema to editor - add help pages to step spec editor - implement hide/trash campaign - add blueprints for additional campaign overview filters - Implement manifest add feature to campaign edit page - add basic new-step dialog to campaign detail page - refactor editor dialog
- update types
672acef to
2291ee0
Compare
ctslater
approved these changes
Feb 23, 2026
Member
ctslater
left a comment
There was a problem hiding this comment.
Looks good in the browser and I'm not going to quibble with all the CSS that it took to make it that way. Thanks for the various tiny tweaks. Only one trivial comment on a help string.
| dimension: str = Field( | ||
| description="The name of a Butler dimension to associate with each " | ||
| "grouping `value` to form a query predicate.", | ||
| examples=["tract", "raw"], |
Member
There was a problem hiding this comment.
["tract", "visit"], raw isn't a dimension.
- increase padding for node cards in campaign detail - refactor campaign overview grid with scrolling container
fb342dc to
910f02f
Compare
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.
Adds features or improvements to the CM Web package, including:
/helppage and subpages with a link on every page.