feat(iter-13): keyboard shortcuts panel, interest accrual & SRM levels 74-75 - #27
Merged
Merged
Conversation
…s 74-75 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
martinl5
marked this pull request as ready for review
July 7, 2026 01:29
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
?button and?key open a floating maritime-themed shortcuts reference card listing all key bindings (Run⌘↵, Submit⇧⌘↵, toggle?, closeEsc) with gold<kbd>chips and a Compass iconJULIANDAYdays / 365) on 12 active loans; teaches the MAS/IFRS 9 accrual formula used in regulatory loan-book reporting[UI/UX Improvements]
Added the "Navigator's Chart" floating shortcuts panel to
SQLPanel.tsx:HelpCircleicon button in the header (left of Run), toggles on click or?key press?when the Monaco editor textarea has focus (avoids intercepting SQL input)Escapecloses the panel⌘↵,⇧⌘↵,?,Esc), maritime footer note[Game Design Tweaks]
Level 74 (Expert, difficulty 4) — Interest Accrual:
principal × (rate/100) × JULIANDAY_days / 365computed inline — no CTE neededLevel 75 (Expert, difficulty 4) — A/B Test SRM Check:
counts→total→expected(CROSS JOIN); outer query:deviation_pct+CASE srm_check[Database & Code Optimizations]
LevelUpModalhint map extended with entries for levels 74 and 75;nextHintKeysentinel extended[…,73]→[…,73,74,75]; fallback?? 73→?? 75MAX_LEVELauto-derives fromlevels[levels.length-1].id(75) — no other touch pointsloans,customers, andcustomers.ab_test_groupTest Results
npm ci— ✅ installed (7 pre-existing vulnerabilities, none introduced)npx tsc --noEmit— ✅ 0 errorsnpm test— ✅ 415 tests pass (up from 395 in iter-12; both new levels auto-picked up by determinism invariants suite)Generated by Claude Code