Continuous enhancement: range support transparency - #238
Open
ryun6249 wants to merge 21 commits into
Open
Conversation
added 21 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, Python API/service boundaries, deterministic Quantamental engines, and existing Core/Diagnostics/Operations/All filtering were preserved.2. Changes Made
Compatibility
Data Consistency
globalRangeSupportSummary()so the selected dashboard range exposes date-supported targets, capped Research lookback, and Quantamental lookback bucket conversion.UI/UX
旮瓣皠 鞝侅毄 氚╈嫕item to the quality panel so the top-right quality detail explains range conversion without exposing internal diagnostics.Visualization
AI Briefing
Translation
Performance
Tests / Validation
3. Changed Files
app/web/app.jsapp/web/index.htmlapp/web/styles.cssscripts/check_ui_contract.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 tests/test_ui_routing_contract.py docs/CONTINUOUS_ENHANCEMENT_LOG.mdnode --check app/web/app.jspython -m pytest tests/test_ui_routing_contract.py -qpython -m pytest tests/test_ui_modules.py -qpython -m pytest tests/test_quantamental_api.py -qhttp://127.0.0.1:8382/ui/?range=1Y#quantamentalpython scripts/quantamental_ui_smoke.py --base-url http://127.0.0.1:8382 --output reports/quantamental_ui_smoke_continuous_20260519_0804.jsonGET /api/v1/quantamental/analysis/AAPL?...include_ai=true&use_llm=falsereports/quantamental_api_continuous_20260519_0804.jsonnpm/pnpm build/lint/testpackage.json/pnpm-lock.yaml5. Remaining Risks
6. Next Enhancement Suggestions
7. Safety Notes