Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 13 additions & 6 deletions CURRENT_STATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,16 +126,23 @@ report exported. CLI and web inspector.
- ✅ Workspace dependencies on `@ocpp-debugkit/core`, `scenarios`, `reporter`
- ✅ `"private": true` (never publishable to npm)

### Landing Page + Inspector (in progress — this PR)
### Landing Page + Inspector (PR #43)

- ✅ Landing page: hero, features, what-it's-not, architecture, quick start, footer
- ✅ Inspector: trace paste textarea + file upload + sample scenario selector
- ✅ Inspector: session timeline (click events to inspect)
- ✅ Inspector: message inspector panel (raw + normalized fields)
- ✅ Inspector: failure summary (severity, description, suggested steps)
- ✅ Inspector: Markdown report export (download)
- ✅ Inspector: loading/empty/error states
- ✅ Browser-local processing only (all parsing client-side)

### Inspector Polish (in progress — this PR)

- ✅ Loading state with spinner ("Parsing trace…")
- ✅ Error state improvements (non-sensitive messages, empty input guidance)
- ✅ Responsive layout (mobile-friendly: flex-wrap, smaller text on small screens)
- ✅ Keyboard navigation (arrow up/down to move through events)
- ✅ Sticky header for better UX on long traces
- ✅ Analyze button shows "Analyzing…" and disables during parsing

## What's Next

Expand All @@ -146,9 +153,9 @@ report exported. CLI and web inspector.
5. **Issue #24** → complete (PR #40): reporter package (Markdown report generator)
6. **Issue #25** → complete (PR #41): CLI package (scaffold + inspect + report + scenario commands)
7. **Issue #26** → complete (PR #42): Next.js app scaffold (Next.js + Tailwind, routes for /, /inspector, /docs)
8. **Issue #27** (this PR) → complete: Landing page (hero, features, architecture, quick start, footer)
9. **Issue #28** (this PR) → complete: Inspector (trace input + timeline + message inspector + failures + report export)
10. **Issue #29**: Inspector polish (responsive, keyboard nav, loading states)
8. **Issue #27** → complete (PR #43): Landing page (hero, features, architecture, quick start, footer)
9. **Issue #28** → complete (PR #43): Inspector (trace input + timeline + message inspector + failures + report export)
10. **Issue #29** (this PR) → complete: Inspector polish (loading states, responsive, keyboard nav)
11. **Issue #30**: Playwright smoke tests

## Known Blockers / Decisions Pending
Expand Down
Loading
Loading