Changes for page System Design
Last modified by Robert Schaub on 2025/12/22 13:50
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,1 +1,1 @@ 1 -Test.FactHarbor pre10 V0\.9\.70.Specification.WebHome1 +Test.FactHarbor.Specification.WebHome - Content
-
... ... @@ -6,7 +6,6 @@ 6 6 == 1. Design Philosophy == 7 7 8 8 **Core Principles:** 9 - 10 10 1. **Transparency First:** Show how verdicts were reached 11 11 2. **Clarity Over Completeness:** Don't overwhelm users 12 12 3. **Progressive Disclosure:** Details available on demand ... ... @@ -13,6 +13,7 @@ 13 13 4. **Quality Indicators Visible:** Users should see confidence levels immediately 14 14 5. **Mobile-First:** Majority of users on mobile devices 15 15 15 + 16 16 == 2. POC1 Interface Design == 17 17 18 18 === 2.1 Input Screen === ... ... @@ -37,11 +37,11 @@ 37 37 {{/code}} 38 38 39 39 **Design Notes:** 40 - 41 41 * Simple, single-purpose interface 42 42 * Clear POC disclaimer 43 43 * No authentication/accounts needed 44 44 44 + 45 45 === 2.2 Results Display === 46 46 47 47 {{code}} ... ... @@ -82,12 +82,12 @@ 82 82 {{/code}} 83 83 84 84 **Design Features:** 85 - 86 86 * Quality score prominently displayed 87 87 * Color coding for verdict confidence 88 88 * Expandable details (progressive disclosure) 89 89 * Clear blocked claims with explanations 90 90 90 + 91 91 === 2.3 Claim Detail View === 92 92 93 93 {{code}} ... ... @@ -127,7 +127,8 @@ 127 127 === 3.1 Added Features === 128 128 129 129 **Scenario Display:** 130 -{{code}}┌──────────────────────────────────────┐ 130 +{{code}} 131 +┌──────────────────────────────────────┐ 131 131 │ CLAIM: [text] │ 132 132 ├──────────────────────────────────────┤ 133 133 │ │ ... ... @@ -141,52 +141,51 @@ 141 141 │ Verdict: UNCERTAIN (45%) │ 142 142 │ [Show details ▼] │ 143 143 │ │ 144 -└──────────────────────────────────────┘{{/code}} 145 +└──────────────────────────────────────┘ 146 +{{/code}} 145 145 146 146 **Evidence Provenance:** 147 - 148 148 * Show if multiple sources cite same underlying evidence 149 149 * Display deduplication results 150 150 * Provenance chain visualization 151 151 152 152 **Quality Metrics Dashboard:** 153 - 154 154 * Internal view showing all 4 gates 155 155 * Historical performance trends 156 156 * Hallucination rate tracking 157 157 158 + 158 158 == 4. Full System Design (V1.0+) == 159 159 160 160 === 4.1 Additional Features === 161 161 162 162 **User Accounts:** 163 - 164 164 * Save analyses 165 165 * Track corrections 166 166 * Contribute feedback 167 167 168 168 **Advanced Search:** 169 - 170 170 * Find previous analyses 171 171 * Filter by topic, verdict type 172 172 * Sort by date, relevance 173 173 174 174 **Corrections Banner:** 175 -{{code}}┌──────────────────────────────────────┐ 174 +{{code}} 175 +┌──────────────────────────────────────┐ 176 176 │ ⚠️ This analysis was corrected │ 177 177 │ [View correction log →] │ 178 -└──────────────────────────────────────┘{{/code}} 178 +└──────────────────────────────────────┘ 179 +{{/code}} 179 179 180 180 **Public Quality Dashboard:** 181 - 182 182 * Real-time metrics 183 183 * Transparency reports 184 184 * Historical trends 185 185 186 + 186 186 == 5. Responsive Design == 187 187 188 188 **Mobile-First Approach:** 189 - 190 190 * Single column layout 191 191 * Touch-friendly targets 192 192 * Collapsible sections by default ... ... @@ -193,15 +193,14 @@ 193 193 * Fast load times 194 194 195 195 **Desktop Enhancements:** 196 - 197 197 * Multi-column layout where appropriate 198 198 * Side-by-side evidence comparison 199 199 * Advanced filters always visible 200 200 200 + 201 201 == 6. Accessibility == 202 202 203 203 **WCAG 2.1 AA Compliance:** 204 - 205 205 * Keyboard navigation 206 206 * Screen reader support 207 207 * Color contrast ratios ... ... @@ -208,11 +208,14 @@ 208 208 * Alternative text for icons 209 209 * Focus indicators 210 210 210 + 211 211 == 7. Related Pages == 212 212 213 -* [[Architecture>>Test.FactHarbor pre10 V0\.9\.70.Specification.Architecture.WebHome]] - System architecture214 -* [[Requirements>>Test.FactHarbor pre10 V0\.9\.70.Specification.Requirements.WebHome]] - UI requirements215 -* [[Roadmap>>Test.FactHarbor pre10 V0\.9\.70.Roadmap.WebHome]] - Implementation phases213 +* [[Architecture>>Test.FactHarbor.Specification.Architecture.WebHome]] - System architecture 214 +* [[Requirements>>Test.FactHarbor.Specification.Requirements.WebHome]] - UI requirements 215 +* [[Roadmap>>Test.FactHarbor.Roadmap.WebHome]] - Implementation phases 216 216 217 + 217 217 **Document Status:** ✅ Design Specified (POC1, POC2, V1.0) 218 218 **Version:** V0.9.70 220 +