Skip to content

Commit 0a0ed67

Browse files
author
Ashley Bailey
committed
docs: 📖 Updated TODO list
1 parent fdf6fcc commit 0a0ed67

File tree

1 file changed

+42
-25
lines changed

1 file changed

+42
-25
lines changed

TODO.md

Lines changed: 42 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,66 @@
11
## TODO
22

3-
1. [ ] **Fix Vue Route State Flow**
4-
- Ensure setup occurs **before** login state checks.
3+
1. [ ] **Fix Vue Route State Flow**
54

6-
2. [ ] **Complete Invitation Screen**
7-
- Finalize design and functionality.
5+
- Ensure setup occurs **before** login state checks.
86

9-
3. [x] **Refactor API Endpoint**
10-
- Moved `/bull` to `/api/bull` (Completed ✅).
7+
2. [ ] **Complete Invitation Screen**
118

12-
4. [ ] **Add Preloading to Carousel**
13-
- Improve UX by preloading carousel items.
9+
- Finalize design and functionality.
1410

15-
5. [ ] **Implement Cache Auto-Clear**
16-
- Automatically clear cache when a failed token has an invalid signature.
11+
3. [x] **Refactor API Endpoint**
1712

18-
6. [ ] **Add Custom Onboarding**
19-
- Pull onboarding functionality from the old repo into the new repo.
13+
- Moved `/bull` to `/api/bull` (Completed ✅).
2014

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**
2316

24-
8. [ ] **Fix Translations Workflow**
25-
- Add Weblate and workflows for translations.
17+
- Improve UX by preloading carousel items.
2618

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**
2940

30-
10. [ ] **Disable Vue Cache for API Endpoint**
3141
- Ensure Vue cache is disabled for API endpoints to prevent stale data issues.
3242

33-
11. [ ] **Enable/Disable `/api/bull` Screen**
43+
11. [x] **Enable/Disable `/api/bull` Screen**
44+
3445
- 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**
3550

36-
12. [ ] **Verify Passkey Authentication**
3751
- Ensure Passkey-based authentication is functional and secure.
3852

39-
13. [ ] **Add UI/CSS Customization**
53+
13. [ ] **Add UI/CSS Customization**
54+
4055
- Allow users to customize the UI and CSS for branding purposes.
4156

42-
14. [ ] **Add Custom URL Redirect After Onboarding**
57+
14. [ ] **Add Custom URL Redirect After Onboarding**
58+
4359
- Implement a feature to redirect users to a custom URL after onboarding.
4460

45-
15. [ ] **Invite Payments Using Stripe**
61+
15. [ ] **Invite Payments Using Stripe**
62+
4663
- Integrate Stripe for processing payments with invitation workflows.
4764

48-
16. [ ] **Connect Task Queue to Bull APIs**
65+
16. [ ] **Connect Task Queue to Bull APIs**
4966
- Link task queues UI screen to the Bull API system for job management.

0 commit comments

Comments
 (0)