fbd299d386
docs: update roadmap — mark Phase 4 and 5 complete with commit links
...
Made-with: Cursor
2026-03-29 20:58:02 -07:00
02bcb0d122
feat: integrate feedback, broadcast, survey, offline-queue clients + settings page + devops
...
Phase 4: Add @bytelyst/feedback-client, broadcast-client, survey-client, offline-queue
wrappers. Revamp settings page with profile, password change, feedback form.
Add BroadcastBanner and SurveyBanner to app layout. Wire offline queue flush on boot.
Phase 5: Fix .env.example branding (NoteLett), update docker-compose with all env vars,
enable GitHub Actions CI workflow with lint steps.
Made-with: Cursor
2026-03-29 20:57:27 -07:00
a5b0a89527
feat: add Pagination component, file upload, fix N+1, remove unused deps
...
Phase 3 (Web UX Polish) of the execution roadmap:
- Add reusable Pagination component for list views
- Fix getNoteDetail to avoid fetching all notes when workspaceId is unknown
- Add file upload button to ArtifactPanel using uploadArtifact() from blob-client
- Remove unused zustand and zod from web dependencies
- SSR safety already addressed via existing lazy-init patterns
Made-with: Cursor
2026-03-29 20:49:13 -07:00
8d84bcb841
feat: add DELETE endpoints, role enforcement, telemetry and feature flags
...
Phase 2 of the execution roadmap:
- Add DELETE endpoints for notes (soft-delete), workspaces, tasks, artifacts, relationships
- Add requireWriter() role enforcement on all write routes (POST/PATCH/DELETE)
- Activate trackEvent() telemetry on note.created, note.updated, note.archived, workspace.created
- Gate notes search behind isFeatureEnabled('notes.enabled')
- Update all test mocks to include role and new auth exports
Made-with: Cursor
2026-03-29 20:47:12 -07:00
839218a19c
feat: add auth pages, AuthGuard, Tiptap editor, workspace CRUD, toast notifications
...
Phase 1 of the execution roadmap:
- Build login, register, forgot-password pages using useAuth() from @bytelyst/react-auth
- Add AuthGuard with kill-switch check wrapping (app) routes
- Replace plain textarea NoteEditor with Tiptap rich text editor
- Add workspace create/delete with CreateWorkspaceModal
- Wire sonner toast notifications on all mutation handlers
Made-with: Cursor
2026-03-29 20:38:33 -07:00
7babee791d
feat: replace broken @bytelyst/ui with sonner, adopt dashboard-components, use @bytelyst/extraction
...
Phase 0.5 of the execution roadmap:
- Remove phantom @bytelyst/ui dep, add sonner for toast notifications
- Replace custom error.tsx, not-found.tsx, loading.tsx with @bytelyst/dashboard-components
- Replace raw extraction-client.ts with @bytelyst/extraction createExtractionClient()
- Add @bytelyst/dashboard-components and @bytelyst/extraction to transpilePackages
Made-with: Cursor
2026-03-29 20:33:33 -07:00
f308a362fd
fix(docs): correct agent task roadmap after codebase verification
...
- Add Phase 0: 5 backend @bytelyst/* packages missing from common_plat
(backend-config, backend-flags, backend-telemetry, fastify-auth,
field-encrypt) — shared blocker with NomGap
- Remove dead-code deletion task: mock-data.ts and review-data.ts
already do not exist
- Flag stale .env.example product identity (agentic-notes → notelett)
- Note that Gitea CI is already active alongside disabled GitHub CI
- Update task counts (28 → 32) and effort estimates
Made-with: Cursor
2026-03-29 19:25:38 -07:00
6be7ee470f
docs: add agent task roadmap for delegated execution
...
Systematic review identified 28 tasks across 6 phases covering
auth UI, backend hardening, web UX polish, MCP wiring, and DevOps.
Made-with: Cursor
2026-03-29 19:21:29 -07:00
saravanakumardb1
3fdd2d0bca
fix: add missing @playwright/test devDep for E2E CI
2026-03-29 11:05:59 -07:00
saravanakumardb1
5be6a18813
ci: fix YAML formatting — normalize blank lines
2026-03-29 11:04:16 -07:00
saravanakumardb1
c0a33473f4
chore: update dependencies
2026-03-29 10:50:57 -07:00
saravanakumardb1
d6cf0d1265
chore: add .nvmrc pinning Node 22
2026-03-29 10:48:30 -07:00
saravanakumardb1
360ef367d0
fix(a11y): add confirmation dialog for saved view delete
2026-03-29 01:57:19 -07:00
saravanakumardb1
00fd39f594
fix(tokens): remove duplicate hand-written token block — now imported via design-tokens pkg
2026-03-29 01:54:46 -07:00
saravanakumardb1
275f966441
fix(tokens): import product-specific notelett tokens instead of generic base
2026-03-29 01:49:41 -07:00
saravanakumardb1
a75c22b5c0
docs(agents): add @bytelyst/ui and @bytelyst/design-tokens to AGENTS.md
2026-03-29 01:44:00 -07:00
saravanakumardb1
547031531b
feat(settings): add dark/light theme toggle to Settings page
2026-03-29 01:33:01 -07:00
saravanakumardb1
82ede5a107
fix(web): add Next.js module mocks for Vitest — all 14 tests pass (was 10/14)
2026-03-29 01:03:11 -07:00
saravanakumardb1
e716ca1ef6
fix(e2e): fix escaped backticks in visual-regression template literals
2026-03-29 01:01:13 -07:00
saravanakumardb1
c6a86dd220
feat(web): wire ToastProvider from @bytelyst/ui into NoteLett providers
2026-03-29 00:12:47 -07:00
saravanakumardb1
d3bfc0c538
fix(web): add next/navigation mock to AppShell test after client component conversion
2026-03-29 00:09:55 -07:00
saravanakumardb1
89edf59a4e
fix(web): wire responsive sidebar — add toggle to AppShell, open prop on Sidebar, CSS !important overrides
2026-03-29 00:03:27 -07:00
saravanakumardb1
e362f2aefe
feat(web): add responsive sidebar CSS breakpoints for mobile
2026-03-28 23:30:02 -07:00
saravanakumardb1
7ee0c6d481
fix(web): add interactive hover/active states for buttons and links
2026-03-28 23:20:59 -07:00
saravanakumardb1
96b4453e95
test(visual): add Playwright visual regression screenshot tests
2026-03-28 00:56:17 -07:00
saravanakumardb1
619b27103b
fix(web): add id=main-content to main element for skip-link target
2026-03-28 00:51:29 -07:00
saravanakumardb1
36a95609ff
chore(design-system): add responsive sidebar CSS breakpoints (768px collapse)
2026-03-28 00:50:31 -07:00
saravanakumardb1
0db213af1c
fix(web): add skip-to-content link for WCAG keyboard accessibility
2026-03-28 00:46:50 -07:00
saravanakumardb1
926c3b4b12
fix(web): add prefers-reduced-motion media query for accessibility
2026-03-28 00:38:47 -07:00
saravanakumardb1
f05b7474f3
ci: add Playwright E2E job + test:e2e script
2026-03-28 00:35:42 -07:00
saravanakumardb1
8e26b91ae1
fix(web): wire next/font CSS variables into product font-family declarations
2026-03-28 00:34:22 -07:00
saravanakumardb1
7a032be9e3
fix(web): add sr-only, prefers-color-scheme, and next/font canonical fonts
2026-03-28 00:25:57 -07:00
saravanakumardb1
0a4c13b1d6
chore: add Husky pre-commit hooks + secret-scan scripts
2026-03-27 23:07:30 -07:00
saravanakumardb1
760afbbc41
chore(backend): add FIELD_ENCRYPT env vars to .env.example
2026-03-27 23:01:36 -07:00
saravanakumardb1
f9cb3a323d
ci: add lint steps to Gitea CI for backend + web
2026-03-27 22:59:50 -07:00
saravanakumardb1
0f56b12f3c
feat(a11y): add semantic <main> landmark to app layout
2026-03-27 16:43:55 -07:00
saravanakumardb1
1bab8a87ac
feat(a11y): add axe-core accessibility E2E spec with focus-visible test
2026-03-27 16:42:03 -07:00
saravanakumardb1
4905e351e2
feat(design-system): add use-theme hook for dark/light toggle
2026-03-27 16:39:22 -07:00
saravanakumardb1
fcd555f5cf
feat(design-system): add design review PR template with screenshot requirement
2026-03-27 16:37:28 -07:00
saravanakumardb1
bc8c120145
feat(design-system): add focus-visible CSS for keyboard accessibility
2026-03-27 16:36:21 -07:00
saravanakumardb1
99292bdb1d
feat(design-system): add not-found, error, loading pages
2026-03-27 16:34:37 -07:00
saravanakumardb1
ac1d48bd2f
fix(e2e): add page.route() API mocking to dashboard spec
2026-03-27 13:34:51 -07:00
saravanakumardb1
ef5ff92e7a
chore(backend): add vitest.config.ts
2026-03-26 23:10:12 -07:00
saravanakumardb1
891754f16a
chore(backend): add eslint config and lint script
2026-03-26 23:03:09 -07:00
saravanakumardb1
b8849885f8
chore: .npmrc use ${GITEA_NPM_HOST}:3300 instead of hardcoded localhost
...
Enables NETWORK-aware Gitea registry resolution:
- NETWORK=corp → localhost (local Gitea)
- NETWORK=home → Azure VM host (from ~/.gitea_vm_host)
switch-network.sh in common-plat sets GITEA_NPM_HOST accordingly.
Matches existing .npmrc.docker pattern used during Docker builds.
2026-03-24 15:46:34 -07:00
saravanakumardb1
aa0f720b6e
fix(docker): correct web Dockerfile EXPOSE/PORT to 3045 matching docker-compose
2026-03-24 11:45:27 -07:00
saravanakumardb1
e9dc45d9bc
fix(docker): remove hardcoded corporate proxy and jfrog registry from Dockerfiles
2026-03-24 11:10:33 -07:00
saravanakumardb1
e9f4aedb7a
chore: remove docker-prep.sh — replaced by Gitea registry-backed Dockerfiles
2026-03-24 06:20:47 -07:00
saravanakumardb1
41477323df
fix(ci): remove stale common-plat build step — packages from Gitea registry now
2026-03-24 05:54:50 -07:00
saravanakumardb1
33f9379f4a
feat(docker): migrate NoteLett to Gitea registry-backed Docker pattern
...
- Convert all @bytelyst/* file: refs to semver ^0.1.0 (backend, web, mobile)
- Remove sibling common-plat workspace references from pnpm-workspace.yaml
- Add .npmrc and .npmrc.docker for local Gitea registry
- Rewrite backend/web Dockerfiles: pnpm + BuildKit secret mount + corp proxy
- Fix backend tsconfig.json: remove explicit lib to resolve fetch Response types
- Verified: host-side pnpm install, backend tests (86 pass), backend+web Docker builds
2026-03-23 20:11:12 -07:00