feat: add workflow engine and interactive terminal UI - #20
Merged
Conversation
Convert to the 3-crate workspace (ags-protocol / ags-runtime / accelbyte-ags-cli); add the runtime workflow engine and built-in workflows (player-overview, in-game-store, season-pass, competitive-multiplayer); add the plain/inline/fullscreen interactive terminal surfaces, dynamic-enum pickers, JSON editor, and date-time widget; restructure frontend into output/ + terminal/ and invocation into routes/ + handlers/; add ratatui/crossterm; allow workspace path-deps and ignore RUSTSEC-2024-0436 in deny.toml.
clippy 1.97's useless_borrows_in_formatting flags the redundant & on a {:?} format arg (Debug auto-refs). Test-only change, semantically inert.
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
First public release of the workflow engine and the interactive terminal UI. This is the content half of the 0.4.0 release; the version bump lands in a separate
chore/release-0.4.0PR.What's included
ags-protocol,ags-runtime,accelbyte-ags-cli.output/+terminal/; invocation intoroutes/+handlers/.ratatui+crossterm;deny.tomlupdated to allow internal workspace path-deps and ignore RUSTSEC-2024-0436 (paste: unmaintained, transitive via ratatui, no upgrade available).Verification (local)
cargo build --locked— passcargo clippy --all-targets -- -D warnings— cleancargo deny check— advisories/bans/licenses/sources okcargo test -- --test-threads=1— 2986 passed, 0 failed, 20 ignored (17 suites)