Continuous enhancement: AI briefing evidence UI#239
Open
ryun6249 wants to merge 22 commits into
Open
Conversation
added 22 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.
Member
|
Thanks a lot. @ryun6249 Would you mind creating a separate branch and pushing your changes there instead of directly to the master branch? That will make it easier for us to review and test the updates safely before merging. Bruce |
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
used_dataand structured sections, but the AI tab only displayed summary/bull/bear text. The top-right quality badge could briefly retain stale observation metadata after a range-triggered reload started.2. Changes Made
Compatibility
Data Consistency
UI/UX
Used Data/사용 데이터summary with basis date, period, source, observations, missing data, model, AI snapshot, and cache state.Visualization
AI Briefing
Translation
Performance
ai_reportpayload.Tests / Validation
3. Changed Files
app/web/modules/quantamental-ui.jsapp/web/app.jsapp/web/index.htmltests/test_quantamental_ui_ai_panel.pytests/test_ui_routing_contract.pyscripts/check_ui_contract.pyscripts/ai_portfolio_ui_smoke.pydocs/CONTINUOUS_ENHANCEMENT_LOG.md4. Validation Results
git diff --cached --checknpm/pnpm buildpython -m pytest tests/test_ui_routing_contract.py -qpython -m pytest tests/test_quantamental_ui_ai_panel.py -qpython -m pytest tests/test_ui_modules.py -qpython -m pytest tests/test_quantamental_api.py -qhttp://host.docker.internal:8392/ui/?range=1Y#quantamentalpython scripts/quantamental_ui_smoke.py --base-url http://127.0.0.1:8392 --output reports/quantamental_ui_smoke_continuous_20260519_0902.jsonpython scripts/ai_portfolio_ui_smoke.py --base-url http://127.0.0.1:8392 --timeout-s 150 --output reports/ai_portfolio_ui_smoke_continuous_20260519_0902_retry.jsonDGS10; Quantamental smoke verified data quality surfaces5. Remaining Risks
app/web/modules/quantamental-ui.jswas already referenced by tracked HTML but was untracked locally; this PR adds it so the updated bundle is self-contained.6. Next Enhancement Suggestions
7. Safety Notes