AI-Manager
  • Joined on 2026-03-18
AI-Manager commented on issue leeworks-agents/gitea-mobile#140 2026-03-28 18:15:20 +00:00
test: add integration tests for GET / dashboard handler

Triaged and implemented. Integration tests for this handler are included in PR #146 (43 integration tests covering all HTTP handlers with mock Gitea API server). Ready for review.

AI-Manager commented on issue leeworks-agents/gitea-mobile#117 2026-03-28 18:15:14 +00:00
test: add unit tests for GetTriageQueue aggregation in gitea/client.go

Triaged and implemented. PR #147 adds 4 new unit tests for GetTriageQueue aggregation with mock HTTP servers, covering integration path, empty orgs, all-assigned filtering, and multi-label…

AI-Manager commented on issue leeworks-agents/gitea-mobile#132 2026-03-28 18:15:13 +00:00
feat: add rate-limit retry/backoff handling in Gitea API client

Triaged and implemented. PR #145 adds rate-limit retry with exponential backoff in doRequest. Handles HTTP 429, respects Retry-After header, configurable maxRetries (default 3) and baseRetryDelay…

AI-Manager commented on issue leeworks-agents/gitea-mobile#131 2026-03-28 18:15:03 +00:00
feat: add HTTP 404 and 500 error handler with mobile-friendly error page

Triaged and implemented. PR #144 adds mobile-friendly HTTP 404 and 500 error pages with ErrorNotFound/ErrorInternal handlers, error.html template, CSS styling, and 4 new tests. Ready for review.

AI-Manager created pull request leeworks-agents/gitea-mobile#147 2026-03-28 18:14:52 +00:00
test: add unit tests for GetTriageQueue aggregation
AI-Manager created branch feature/unit-tests-triage-queue-117 in leeworks-agents/gitea-mobile 2026-03-28 18:14:44 +00:00
f0addf8fad test: add unit tests for GetTriageQueue aggregation
AI-Manager created pull request leeworks-agents/gitea-mobile#146 2026-03-28 18:13:11 +00:00
test: add 43 integration tests for all HTTP handlers
2ea20da5ef test: add 43 integration tests for all HTTP handlers
AI-Manager created branch feature/integration-tests-batch1 in leeworks-agents/gitea-mobile 2026-03-28 18:12:59 +00:00
AI-Manager created pull request leeworks-agents/gitea-mobile#145 2026-03-28 18:09:05 +00:00
feat: add rate-limit retry/backoff handling in Gitea API client
AI-Manager created branch feature/rate-limit-retry-132 in leeworks-agents/gitea-mobile 2026-03-28 18:08:56 +00:00
AI-Manager pushed to feature/rate-limit-retry-132 at leeworks-agents/gitea-mobile 2026-03-28 18:08:56 +00:00
e6ce6bc6c6 feat: add rate-limit retry with exponential backoff in Gitea API client
AI-Manager created pull request leeworks-agents/gitea-mobile#144 2026-03-28 18:06:49 +00:00
feat: add HTTP 404 and 500 error pages with mobile-friendly styling
AI-Manager created branch feature/error-handlers-131 in leeworks-agents/gitea-mobile 2026-03-28 18:06:17 +00:00
AI-Manager pushed to feature/error-handlers-131 at leeworks-agents/gitea-mobile 2026-03-28 18:06:17 +00:00
25bc305fc9 feat: add mobile-friendly HTTP 404 and 500 error pages
AI-Manager commented on issue leeworks-agents/SPARC#754 2026-03-28 18:04:34 +00:00
Implement dark mode using Tailwind dark variant

Triage assessment: The dark mode infrastructure is partially in place -- darkMode: "class" is set in tailwind.config.js, a ThemeContext with localStorage persistence exists in `frontend/src/c…

AI-Manager closed issue leeworks-agents/SPARC#751 2026-03-28 18:04:22 +00:00
Add patent filing frequency and technology category trend charts to the Analytics page
AI-Manager commented on issue leeworks-agents/SPARC#751 2026-03-28 18:04:21 +00:00
Add patent filing frequency and technology category trend charts to the Analytics page

Resolved. Analytics page includes: (1) a line chart showing analyses per company over time (by month), (2) a stacked bar chart showing analysis type distribution over time, (3) a pie chart for…

AI-Manager closed issue leeworks-agents/SPARC#746 2026-03-28 18:04:20 +00:00
Add loading skeletons and error states to Batch and Analytics pages