Open
Conversation
Improve the management console UI with layout, naming, and data display refinements: update browser title, move system info to top of dashboard, add minted-today count, align page content to top, sort block sizes ascending, use dot separator for patterns, rename shoulder allocations to block allocations, and show combined block identifiers with capacity in the allocations table. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Allow any non-blank purpose text instead of enforcing a 20-character minimum on the frontend and 10-character minimum on the backend. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…cations Add bidirectional guard between external allocations and minter initialization: - External flag on allocations prevents minter creation (403) - Existing minters prevent marking allocation as external (400) - PATCH endpoint for toggling external flag on allocations - Allocations page shows Purpose, External toggle, and Initialize Minter action - Request Block form includes external use checkbox - 8 new backend tests covering all external allocation scenarios Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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
minted_todayfield on/api/minter/statistics/to.across RequestBlock and Statistics pagesshoulder.blade_patternblock identifier and add Capacity column in Allocations tableCloses #32, closes #33, closes #34, closes #35, closes #36, closes #37, closes #38, closes #39
Test plan
yarn tsc --noEmitpasses with no type errorsyarn buildcompletes successfullypytestpasses all 104 backend tests (96 existing + 8 new)shoulder.blade(dot separator)shoulder.blade_pattern, Capacity column present/api/minter/statisticsand confirmminted_todayfield is present/api/authority/requestwithexternal: truereturnsexternal: truein response/api/authority/allocations/{id}withexternal: truetoggles flag/api/minter/initializefor external allocation returns 403🤖 Generated with Claude Code