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