Continuous enhancement: quality context panel - #237
Open
ryun6249 wants to merge 20 commits into
Open
Conversation
added 20 commits
May 15, 2026 01:04
Add browser-based validation gate, decision-grade research pipeline, web UI, tests, and docs. Archive legacy FinGPT and finogrid sources under legacy/archive while keeping runtime artifacts ignored.
Adds the FinGPT-native Quant Lab router split, artifact-backed workflows, replay/freshness controls, strategy governance, export verification/history, offline package verification, and guarded cross-run cleanup documentation and tests. Verified before commit: python -m pytest tests -q (367 passed, 3 subtests passed), node --check app\\web\\app.js, python scripts\\check_ui_contract.py, python -m core.preflight, scripts\\verify_production_path.ps1, and quant_lab_ui_smoke.py.
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.
Continuous Enhancement Report
1. Current Status
app/webUI, existing API routes, data services, model routing, strategy logic, and dashboard filters were preserved.2. Changes Made
Compatibility
Data Consistency
UI/UX
qualityContextSummaryat the top of the quality dashboard with concise Korean labels.Visualization
AI Briefing
Translation
Performance
Tests / Validation
3. Changed Files
app/web/index.htmlapp/web/app.jsapp/web/styles.cssscripts/check_ui_contract.pyscripts/ai_portfolio_ui_smoke.pytests/test_ui_routing_contract.pydocs/CONTINUOUS_ENHANCEMENT_LOG.md4. Validation Results
git diff --check -- app/web/index.html app/web/app.js app/web/styles.css scripts/check_ui_contract.py scripts/ai_portfolio_ui_smoke.py tests/test_ui_routing_contract.py docs/CONTINUOUS_ENHANCEMENT_LOG.mdpackage.jsonorpnpm-lock.yaml; static UI is FastAPI-served.python -m pytest tests/test_ui_routing_contract.py -q39 passed, 4 subtests passed.python -m pytest tests/test_ui_modules.py -q2 passed.python -m pytest tests/test_quantamental_api.py -q20 passed; AI guard contracts preserved.http://host.docker.internal:8372/ui/?range=1Y#quantamental390x900python scripts/ai_portfolio_ui_smoke.py --base-url http://127.0.0.1:8372 --timeout-s 120 --output reports/ai_portfolio_ui_smoke_continuous_20260519_0702.jsonpython scripts/check_ui_contract.pypython -m pytest tests/test_quantamental_api.py -q5. Remaining Risks
6. Next Enhancement Suggestions
7. Safety Notes