xtablo-source/backend/internal/web
Arthur Belleville 5d0c201e86
Some checks failed
backend-ci / Backend tests (pull_request) Failing after 53s
backend-ci / Backend tests (push) Failing after 1s
Some work
2026-05-23 17:26:01 +02:00
..
ui Some work 2026-05-23 17:26:01 +02:00
catalog_route_catalog.go feat(13-05): create catalog package with route files and router wiring 2026-05-16 14:13:30 +02:00
catalog_route_stub.go feat(13-05): create catalog package with route files and router wiring 2026-05-16 14:13:30 +02:00
csrf_debug_test.go feat(02-07): gorilla/csrf integration — mount middleware, wire all forms, env-driven key 2026-05-14 22:59:06 +02:00
csrf_test.go feat(12-01): implement discussion tab and posting 2026-05-16 10:11:14 +02:00
discussion_broker.go feat(12-03): add discussion SSE stream 2026-05-16 10:18:33 +02:00
handlers.go feat(07-01): embed.go + RunMigrations + HealthzHandler()/ReadyzHandler() split 2026-05-15 18:14:26 +02:00
handlers_account.go feat(18-01): update all handler call sites with per-page breadcrumbs 2026-05-17 15:27:38 +02:00
handlers_account_test.go feat(08): disable apple sign-in 2026-05-15 21:41:22 +02:00
handlers_auth.go feat(08): disable apple sign-in 2026-05-15 21:41:22 +02:00
handlers_auth_test.go test(14): add Nyquist validation tests for AUTH-UI-01/02/03 2026-05-16 20:43:31 +02:00
handlers_discussion.go feat(18-01): update all handler call sites with per-page breadcrumbs 2026-05-17 15:27:38 +02:00
handlers_discussion_test.go test(phase-12): add discussion schema validation 2026-05-16 10:37:29 +02:00
handlers_etapes.go feat(09-02): manage etapes 2026-05-15 22:44:50 +02:00
handlers_etapes_test.go test(phase-09): add etape schema validation 2026-05-16 10:45:29 +02:00
handlers_events.go feat(18-01): update all handler call sites with per-page breadcrumbs 2026-05-17 15:27:38 +02:00
handlers_events_test.go feat(12-01): implement discussion tab and posting 2026-05-16 10:11:14 +02:00
handlers_files.go feat(18-01): update all handler call sites with per-page breadcrumbs 2026-05-17 15:27:38 +02:00
handlers_files_test.go feat(12-01): implement discussion tab and posting 2026-05-16 10:11:14 +02:00
handlers_planning.go style(planning): implement Month/Week/Day calendar views from sketch 005 2026-05-18 16:56:44 +02:00
handlers_planning_test.go feat(12-01): implement discussion tab and posting 2026-05-16 10:11:14 +02:00
handlers_social.go feat(08): disable apple sign-in 2026-05-15 21:41:22 +02:00
handlers_social_test.go feat(12-01): implement discussion tab and posting 2026-05-16 10:11:14 +02:00
handlers_tablos.go Some work 2026-05-23 17:26:01 +02:00
handlers_tablos_test.go Some work 2026-05-23 17:26:01 +02:00
handlers_tasks.go feat(16-03): update all three KanbanBoard call sites to pass etapes 2026-05-16 23:42:46 +02:00
handlers_tasks_test.go feat(12-01): implement discussion tab and posting 2026-05-16 10:11:14 +02:00
handlers_test.go feat(12-01): implement discussion tab and posting 2026-05-16 10:11:14 +02:00
middleware.go feat(01-03): pgxpool wrapper, RequestID/slog middleware, slog handler switch 2026-05-14 19:24:16 +02:00
router.go feat(18-03): add page-header CSS, /settings stub route, and header tests 2026-05-17 15:34:58 +02:00
slog.go feat(01-03): pgxpool wrapper, RequestID/slog middleware, slog handler switch 2026-05-14 19:24:16 +02:00
social_identity_migration_test.go feat(08-01): add social identity schema foundation 2026-05-15 20:59:34 +02:00
social_identity_schema_test.go feat(08-01): add social identity schema foundation 2026-05-15 20:59:34 +02:00
testdb_test.go feat(02-04): signup handler, router wiring, and integration tests 2026-05-14 22:17:50 +02:00