|
15 | 15 | "title": "Story 1: Introduce STokenLoginBoundary component", |
16 | 16 | "prStackBranch": "feat/stoken-login-boundary-story-1-component", |
17 | 17 | "subtasks": [ |
18 | | - { "key": "FR-2628", "title": "[1.1] Rename useEduAppApiEndpoint to useResolvedApiEndpoint" }, |
19 | | - { "key": "FR-2629", "title": "[1.2] Extend tokenLogin helper with optional extraParams" }, |
20 | | - { "key": "FR-2630", "title": "[1.3] Add useSToken hook (nuqs) with stoken fallback and deprecation warning" }, |
21 | | - { "key": "FR-2631", "title": "[1.4] Implement STokenLoginBoundary component core" }, |
22 | | - { "key": "FR-2632", "title": "[1.5] Default fallback and error card UI" }, |
23 | | - { "key": "FR-2633", "title": "[1.6] Unit tests for STokenLoginBoundary state transitions and invariants" }, |
24 | | - { "key": "FR-2634", "title": "[1.7] CI grep rule forbidding URL APIs in STokenLoginBoundary" }, |
25 | | - { "key": "FR-2635", "title": "[1.8] Verify Manager/Webserver cookie decoding for sToken (Q5)" } |
| 18 | + { |
| 19 | + "key": "FR-2628", |
| 20 | + "title": "[1.1] Rename useEduAppApiEndpoint to useResolvedApiEndpoint", |
| 21 | + "prNumber": 6850, |
| 22 | + "prUrl": "https://github.com/lablup/backend.ai-webui/pull/6850" |
| 23 | + }, |
| 24 | + { |
| 25 | + "key": "FR-2629", |
| 26 | + "title": "[1.2] Extend tokenLogin helper with optional extraParams", |
| 27 | + "prNumber": 6851, |
| 28 | + "prUrl": "https://github.com/lablup/backend.ai-webui/pull/6851" |
| 29 | + }, |
| 30 | + { |
| 31 | + "key": "FR-2630", |
| 32 | + "title": "[1.3] Add useSToken hook (nuqs) with stoken fallback and deprecation warning", |
| 33 | + "prNumber": 6852, |
| 34 | + "prUrl": "https://github.com/lablup/backend.ai-webui/pull/6852" |
| 35 | + }, |
| 36 | + { |
| 37 | + "key": "FR-2631", |
| 38 | + "title": "[1.4] Implement STokenLoginBoundary component core", |
| 39 | + "prNumber": 6853, |
| 40 | + "prUrl": "https://github.com/lablup/backend.ai-webui/pull/6853" |
| 41 | + }, |
| 42 | + { |
| 43 | + "key": "FR-2632", |
| 44 | + "title": "[1.5] Default fallback and error card UI", |
| 45 | + "prNumber": 6855, |
| 46 | + "prUrl": "https://github.com/lablup/backend.ai-webui/pull/6855" |
| 47 | + }, |
| 48 | + { |
| 49 | + "key": "FR-2633", |
| 50 | + "title": "[1.6] Unit tests for STokenLoginBoundary state transitions and invariants", |
| 51 | + "prNumber": 6856, |
| 52 | + "prUrl": "https://github.com/lablup/backend.ai-webui/pull/6856" |
| 53 | + }, |
| 54 | + { |
| 55 | + "key": "FR-2634", |
| 56 | + "title": "[1.7] CI grep rule forbidding URL APIs in STokenLoginBoundary", |
| 57 | + "prNumber": 6854, |
| 58 | + "prUrl": "https://github.com/lablup/backend.ai-webui/pull/6854" |
| 59 | + }, |
| 60 | + { |
| 61 | + "key": "FR-2635", |
| 62 | + "title": "[1.8] Verify Manager/Webserver cookie decoding for sToken (Q5)", |
| 63 | + "prNumber": null, |
| 64 | + "prUrl": null, |
| 65 | + "note": "investigation only; no PR; Jira comment with findings" |
| 66 | + } |
26 | 67 | ] |
27 | 68 | }, |
28 | 69 | { |
29 | 70 | "key": "FR-2626", |
30 | 71 | "url": "https://lablup.atlassian.net/browse/FR-2626", |
31 | 72 | "title": "Story 2: Migrate LoginView sToken path to STokenLoginBoundary", |
32 | 73 | "prStackBranch": "feat/stoken-login-boundary-story-2-loginview", |
33 | | - "blockedBy": ["FR-2625"], |
| 74 | + "blockedBy": [ |
| 75 | + "FR-2625" |
| 76 | + ], |
34 | 77 | "subtasks": [ |
35 | | - { "key": "FR-2636", "title": "[2.1] Wrap / and /interactive-login routes with STokenLoginBoundary conditionally" }, |
36 | | - { "key": "FR-2637", "title": "[2.2] Move postConnectSetup side effects into route-level onSuccess" }, |
37 | | - { "key": "FR-2638", "title": "[2.3] Remove connectUsingSession sToken branch and URL parsing in LoginView" }, |
38 | | - { "key": "FR-2639", "title": "[2.4] E2E regression for LoginView sToken entry" } |
| 78 | + { |
| 79 | + "key": "FR-2636", |
| 80 | + "title": "[2.1] Wrap / and /interactive-login routes with STokenLoginBoundary conditionally" |
| 81 | + }, |
| 82 | + { |
| 83 | + "key": "FR-2637", |
| 84 | + "title": "[2.2] Move postConnectSetup side effects into route-level onSuccess" |
| 85 | + }, |
| 86 | + { |
| 87 | + "key": "FR-2638", |
| 88 | + "title": "[2.3] Remove connectUsingSession sToken branch and URL parsing in LoginView" |
| 89 | + }, |
| 90 | + { |
| 91 | + "key": "FR-2639", |
| 92 | + "title": "[2.4] E2E regression for LoginView sToken entry" |
| 93 | + } |
39 | 94 | ] |
40 | 95 | }, |
41 | 96 | { |
42 | 97 | "key": "FR-2627", |
43 | 98 | "url": "https://lablup.atlassian.net/browse/FR-2627", |
44 | 99 | "title": "Story 3: Migrate EduAppLauncher sToken path to STokenLoginBoundary", |
45 | 100 | "prStackBranch": "feat/stoken-login-boundary-story-3-eduapplauncher", |
46 | | - "blockedBy": ["FR-2625"], |
| 101 | + "blockedBy": [ |
| 102 | + "FR-2625" |
| 103 | + ], |
47 | 104 | "subtasks": [ |
48 | | - { "key": "FR-2640", "title": "[3.1] Investigate get_user_credential(sToken) liveness (Q8)" }, |
49 | | - { "key": "FR-2641", "title": "[3.2] Wrap /edu-applauncher and /applauncher routes with STokenLoginBoundary" }, |
50 | | - { "key": "FR-2642", "title": "[3.3] Remove _token_login and manual backend-ai-connected dispatch in EduAppLauncher" }, |
51 | | - { "key": "FR-2643", "title": "[3.4] E2E regression for EduApp sToken entry with and without session_id" } |
| 105 | + { |
| 106 | + "key": "FR-2640", |
| 107 | + "title": "[3.1] Investigate get_user_credential(sToken) liveness (Q8)" |
| 108 | + }, |
| 109 | + { |
| 110 | + "key": "FR-2641", |
| 111 | + "title": "[3.2] Wrap /edu-applauncher and /applauncher routes with STokenLoginBoundary" |
| 112 | + }, |
| 113 | + { |
| 114 | + "key": "FR-2642", |
| 115 | + "title": "[3.3] Remove _token_login and manual backend-ai-connected dispatch in EduAppLauncher" |
| 116 | + }, |
| 117 | + { |
| 118 | + "key": "FR-2643", |
| 119 | + "title": "[3.4] E2E regression for EduApp sToken entry with and without session_id" |
| 120 | + } |
52 | 121 | ] |
53 | 122 | } |
54 | 123 | ], |
|
78 | 147 | }, |
79 | 148 | "sourceIssues": [], |
80 | 149 | "createdAt": "2026-04-21T00:00:00Z", |
81 | | - "notes": "Epic FR-2616 filed. Spec Task FR-2618 created as sub-issue under the Epic. Spec PR #6828 resolves FR-2618. Dev plan landed on same PR stack. 3 Stories + 16 sub-tasks created; see stories[] for keys. Directory still uses draft- prefix; rename to FR-2616-stoken-login-boundary as a follow-up." |
| 150 | + "notes": "Epic FR-2616 filed. Spec Task FR-2618 created as sub-issue under the Epic. Spec PR #6828 resolves FR-2618. Dev plan landed on same PR stack. Story 1 implementation PRs #6850-#6856 submitted (FR-2628-FR-2634 + test). FR-2635 closed as investigation-only (comment on issue). Directory still uses draft- prefix; rename to FR-2616-stoken-login-boundary as a follow-up." |
82 | 151 | } |
0 commit comments