Load mobile issue-filing metadata in one resilient request #848

Merged
timmy merged 1 commits from timmy/847-issue-filing-metadata into main 2026-08-14 20:02:52 +00:00
Owner

What changed

  • authorize mobile issue-filing metadata once, then load labels, milestones, and templates concurrently
  • isolate section failures so blank filing and healthy metadata remain usable
  • route searchable, restored-draft, and native repository selection through one stale-response-safe loader
  • keep the aggregate UI controller in the lazy issue-capture feature chunk

Verification

  • RED: aggregate route test failed with 404 before implementation
  • RED: aggregate client test failed because loadFilingMetadata was absent
  • RED: stale repository response test accepted old metadata before request generation was added
  • focused tests passed
  • python3 -m pytest tests/ -q → 1605 passed

Closes #847

## What changed - authorize mobile issue-filing metadata once, then load labels, milestones, and templates concurrently - isolate section failures so blank filing and healthy metadata remain usable - route searchable, restored-draft, and native repository selection through one stale-response-safe loader - keep the aggregate UI controller in the lazy issue-capture feature chunk ## Verification - RED: aggregate route test failed with 404 before implementation - RED: aggregate client test failed because `loadFilingMetadata` was absent - RED: stale repository response test accepted old metadata before request generation was added - focused tests passed - `python3 -m pytest tests/ -q` → 1605 passed Closes #847
timmy added 1 commit 2026-08-14 20:00:22 +00:00
feat: load resilient issue filing metadata
All checks were successful
CI / lint (pull_request) Successful in 1m55s
CI / build-release (pull_request) Successful in 5s
CI / release-candidate (pull_request) Has been skipped
a226addcc4
timmy merged commit 8edc83893f into main 2026-08-14 20:02:52 +00:00
timmy deleted branch timmy/847-issue-filing-metadata 2026-08-14 20:02:52 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: stackchain/stackchain-dashboard#848
No description provided.