|
1 | 1 | ## TODO |
2 | 2 |
|
3 | | -1. [ ] **Fix Vue Route State Flow** |
4 | | - - Ensure setup occurs **before** login state checks. |
| 3 | +1. [ ] **Fix Vue Route State Flow** |
5 | 4 |
|
6 | | -2. [ ] **Complete Invitation Screen** |
7 | | - - Finalize design and functionality. |
| 5 | + - Ensure setup occurs **before** login state checks. |
8 | 6 |
|
9 | | -3. [x] **Refactor API Endpoint** |
10 | | - - Moved `/bull` to `/api/bull` (Completed ✅). |
| 7 | +2. [ ] **Complete Invitation Screen** |
11 | 8 |
|
12 | | -4. [ ] **Add Preloading to Carousel** |
13 | | - - Improve UX by preloading carousel items. |
| 9 | + - Finalize design and functionality. |
14 | 10 |
|
15 | | -5. [ ] **Implement Cache Auto-Clear** |
16 | | - - Automatically clear cache when a failed token has an invalid signature. |
| 11 | +3. [x] **Refactor API Endpoint** |
17 | 12 |
|
18 | | -6. [ ] **Add Custom Onboarding** |
19 | | - - Pull onboarding functionality from the old repo into the new repo. |
| 13 | + - Moved `/bull` to `/api/bull` (Completed ✅). |
20 | 14 |
|
21 | | -7. [ ] **Remove Database Selection from ENV** |
22 | | - - Allow users to select the database and other ENV options from the setup wizard. |
| 15 | +4. [ ] **Add Preloading to Carousel** |
23 | 16 |
|
24 | | -8. [ ] **Fix Translations Workflow** |
25 | | - - Add Weblate and workflows for translations. |
| 17 | + - Improve UX by preloading carousel items. |
26 | 18 |
|
27 | | -9. [ ] **Disable Sentry Reporting from Setup** |
28 | | - - Provide an option to disable Sentry reporting during the setup process. |
| 19 | +5. [ ] **Implement Cache Auto-Clear** |
| 20 | + |
| 21 | + - Automatically clear cache when a failed token has an invalid signature. |
| 22 | + |
| 23 | +6. [ ] **Add Custom Onboarding** |
| 24 | + |
| 25 | + - Pull onboarding functionality from the old repo into the new repo. |
| 26 | + |
| 27 | +7. [ ] **Remove Database Selection from ENV** |
| 28 | + |
| 29 | + - Allow users to select the database and other ENV options from the setup wizard. |
| 30 | + |
| 31 | +8. [ ] **Fix Translations Workflow** |
| 32 | + |
| 33 | + - Add Weblate and workflows for translations. |
| 34 | + |
| 35 | +9. [ ] **Disable Sentry Reporting from Setup** |
| 36 | + |
| 37 | + - Provide an option to disable Sentry reporting during the setup process. |
| 38 | + |
| 39 | +10. [ ] **Disable Vue Cache for API Endpoint** |
29 | 40 |
|
30 | | -10. [ ] **Disable Vue Cache for API Endpoint** |
31 | 41 | - Ensure Vue cache is disabled for API endpoints to prevent stale data issues. |
32 | 42 |
|
33 | | -11. [ ] **Enable/Disable `/api/bull` Screen** |
| 43 | +11. [x] **Enable/Disable `/api/bull` Screen** |
| 44 | + |
34 | 45 | - Add functionality to allow enabling or disabling the `/api/bull` screen. |
| 46 | + - (Completed ✅) Placed BullBoard at `/admin/bull` and API at `/api/queues` |
| 47 | + - Both are behind Authentication (Completed ✅) |
| 48 | + |
| 49 | +12. [ ] **Verify Passkey Authentication** |
35 | 50 |
|
36 | | -12. [ ] **Verify Passkey Authentication** |
37 | 51 | - Ensure Passkey-based authentication is functional and secure. |
38 | 52 |
|
39 | | -13. [ ] **Add UI/CSS Customization** |
| 53 | +13. [ ] **Add UI/CSS Customization** |
| 54 | + |
40 | 55 | - Allow users to customize the UI and CSS for branding purposes. |
41 | 56 |
|
42 | | -14. [ ] **Add Custom URL Redirect After Onboarding** |
| 57 | +14. [ ] **Add Custom URL Redirect After Onboarding** |
| 58 | + |
43 | 59 | - Implement a feature to redirect users to a custom URL after onboarding. |
44 | 60 |
|
45 | | -15. [ ] **Invite Payments Using Stripe** |
| 61 | +15. [ ] **Invite Payments Using Stripe** |
| 62 | + |
46 | 63 | - Integrate Stripe for processing payments with invitation workflows. |
47 | 64 |
|
48 | | -16. [ ] **Connect Task Queue to Bull APIs** |
| 65 | +16. [ ] **Connect Task Queue to Bull APIs** |
49 | 66 | - Link task queues UI screen to the Bull API system for job management. |
0 commit comments