Add TUI, Bridge Types, matchers, and Avro/gRPC integration#187
Open
oyvindberg wants to merge 1 commit intomainfrom
Open
Add TUI, Bridge Types, matchers, and Avro/gRPC integration#187oyvindberg wants to merge 1 commit intomainfrom
oyvindberg wants to merge 1 commit intomainfrom
Conversation
2e73195 to
5eb31af
Compare
Interactive TUI (draft): - tui-react: React-like abstraction with EventRegistry, StateStore, RenderContext - Screens: Splash, MainMenu, SchemaBrowser, SpecBrowser, Source/Output/Type editors - Domain Type Builder: 6-step wizard for cross-database composite types - Form components with mouse support, hover states, click handlers - Sliding navigation with animations Bridge Types: - Domain types unifying data models across multiple database sources - Primary source with aligned sources for cross-database compatibility - Code generation for Scala, Java, and Kotlin - CLI `typr check` command for validation Matchers (renamed from selectors): - Negation support with exclude patterns - Split model (schema properties) vs api (parameters) matchers - JSON Schema for typr.yaml with IDE validation Avro/gRPC Integration: - Wire codegen into `typr generate` command - Boundaries system (renamed from sources) - Cats/fs2-kafka framework with IO-based publishers/listeners - Effect types at output level with computed types Other: - Bump tui-scala to 0.0.8 - Regenerate all testers Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
b98efe7 to
bb437ec
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.
Summary
Major infrastructure improvements: interactive TUI (draft), Bridge domain types, enhanced matchers, and unified Avro/gRPC integration.
Interactive TUI (Draft)
Terminal UI for configuring typr.yaml with mouse support and animations.
tui-react - React-like abstraction:
Screens:
Domain Type Builder:
Bridge Types
Domain types that unify data models across multiple database sources:
typr checkcommand for validationMatchers (renamed from selectors)
!pattern)Avro/gRPC Integration
typr generatecommandKafkaProducer[IO, K, V]ConsumerRecordand HeadersIO[Response]methodsOther Changes
Test plan
bleep testbleep run typr -- tui🤖 Generated with Claude Code