chore(evidence): add QA evidence and notepads from debugging sessions

Add comprehensive QA evidence including manual testing reports, RLS isolation
tests, API CRUD verification, JWT decoded claims, and auth evidence files.
Include updated notepads with decisions, issues, and learnings from full-stack
debugging sessions.

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
WorkClub Automation
2026-03-05 19:22:55 +01:00
parent 3d14ace20a
commit 5fb148a9eb
41 changed files with 3106 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
# Phase 2: RLS Isolation Tests (Task 13)
## Test Environment
- Tennis Club ID: 4bb42e74-79a8-48b3-8a3e-130e0143fd15
- Cycling Club ID: 176a3070-063a-46db-9b1f-363683fb3f17
- Test User: admin@test.com (Admin in Tennis, Member in Cycling)
## Scenario 1: Tenant Isolation - Tasks API
### Test 1.1: Tennis Club Tasks
**Request**: GET /api/tasks with X-Tenant-Id: 4bb42e74-79a8-48b3-8a3e-130e0143fd15
**Response**: 1 tasks returned
```json