Files
trail-mate/docs/review/issues/route-navigation-domain-model-missing.html
T

8 lines
969 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!doctype html><html lang="zh-CN"><head><meta charset="utf-8"><title>路线导航模型缺失</title></head><body><main data-praxis-anchor="finding:route-navigation-domain-model-missing"><h1>P1 · 【设计未形成】路线导航规则仍由 UI Runtime 持有</h1><p>设计缺陷 · acknowledged</p><h2>证据</h2><p><code>nearest_route_distance_m</code> 与 <code>update_route_deviation_state</code> 位于 gps_page_runtime.cpp;route storage 位于 platform/ui 边界。</p><h2>缺失词汇</h2><p>Route、RouteLeg、NavigationSession、RouteProgress、DeviationPolicy 与 navigation events。</p><pre class="mermaid">flowchart LR
RouteStorage --&gt; Route
ValidFix --&gt; NavigationSession
Route --&gt; NavigationSession
DeviationPolicy --&gt; NavigationSession
NavigationSession --&gt; RouteProgress
NavigationSession --&gt; Events</pre><p>这些是目标语言,不是当前源码实体,因此不能在 Model Explorer 制造空壳。</p></main></body></html>