Commits
Marek Vsechovsky committed 5af7ae7b8a3
Session 163, Step 2: Add last-session info to issue detail meta - AIM-3087 Add last-session info to issue detail meta - AIM-3088 Add Latest processed issues section after #latestIssuesSection - AIM-3089 Add Latest processed steps section after #latestSessionsSection - AIM-3090 Add Latest processed stories section after #latestStoriesSection Outcome: Implemented all 4 features: last-session info in issue meta, Latest processed issues/steps/stories sections with real-time updates. All JS syntax checks pass, C# build succeeds. Session 163, Step 3: Add Latest processed issues section after #latestIssuesSection - AIM-3112 Add Latest processed issues section after #latestIssuesSection - AIM-3113 Add Latest processed steps section after #latestSessionsSection - AIM-3114 Add Latest processed stories section after #latestStoriesSection Outcome: Refactored all three 'Latest processed' endpoints to use efficient SQL queries with server-side grouping and integrated their data into the main init calls for their respective tabs. All JS syntax checks pass, C# build succeeds.