Commits
Marek Vsechovsky committed e4f0cb50619
Direct session 34, Step 1: Fix missing UserId assignments and simplify step-issue query includes - Fix missing SessionByUserId in WorkflowController non-SSE batch processing path - Fix missing IssueCreatedByUserId in IssuesController.Create - Fix missing SessionByUserId in SessionsController.Create - Simplify GetStepIssues: remove IssueIStatus and Project joins, pass IDs only - Simplify GetIssuesCreated: remove IssueIStatus and Project joins, pass IDs only - Simplify GetStepIssuesCreated: remove IssueIStatus and Project joins, pass IDs only Direct session 34, Step 2: Fix client JS for simplified API response and clarify instructions - Fix renderSessionCreatedIssuesHtml: use F.getProjectAcronym and F.statusName instead of server-supplied fields - Fix loadStepIssues: use F.getProjectAcronym and F.statusName instead of server-supplied fields - Add prominent SESSION vs STEP callout box to instructions.md - Mirror session vs step clarity improvements in aisman-instructions-template.md - Delete stale ds_000_033-02.json (wrong session/step numbering from previous pass)