Skip to content

Commit bd7e31f

Browse files
committed
docs: Add ROADMAP guide to documentation section
1 parent 50b19a6 commit bd7e31f

File tree

2 files changed

+25
-24
lines changed

2 files changed

+25
-24
lines changed

README.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -16,33 +16,10 @@ web 2.0 style notification systems for discord, email, and sms
1616
| ------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
1717
| <img width="350" alt="Component Library" src="https://github.com/user-attachments/assets/1cd7ea63-e860-4b02-ace7-5b6454968333"> | <img width="350" alt="Settings Panel" src="https://github.com/user-attachments/assets/d3ed2bab-9875-4a8b-8739-19d3c99e5054"> | <img width="350" alt="Chart Interface" src="https://github.com/user-attachments/assets/08b1f616-5899-43d6-b954-e13971879d6a"> |
1818

19-
# ✅ Todo
20-
21-
- [x] ~~pagination on jobs page~~
22-
- [x] ~~infer types from validation to handler - 🤔 maybe use zod?~~
23-
- [x] ~~search on apps page~~
24-
- [x] ~~search on apps page~~
25-
- [x] ~~adjust styles for mobile~~
26-
- [x] pagination on notifications page
27-
- [x] pagination on app notifications page
28-
- [x] pagination on apps page
29-
- [x] filters on apps page
30-
- [x] post notifications with api auth
31-
- [x] marketing page
32-
- [x] emoji
33-
- [x] csrf
34-
- [x] encrypt all configs
35-
- [x] basic faqs
36-
- [x] performance tuning - sql/handlers
37-
- [x] structure logging instead of console.log - use pino
38-
- [x] admin panel
39-
- [x] validations on all routes
40-
- [x] rbac on all handlers
41-
- [ ] self hosted docs
42-
- [ ] tests
4319

4420
# 📑 Docs
4521

22+
- See [ROADMAP](./docs/roadmap.md) for `roadmap` guide.
4623
- See [DEVELOPMENT](./docs/development.md) for `development` guide.
4724
- See [CONTRIBUTION](./docs/contribution.md) for `contribution` guide.
4825

docs/roadmap.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# ✅ Todo
2+
3+
- [x] ~~pagination on jobs page~~
4+
- [x] ~~infer types from validation to handler - 🤔 maybe use zod?~~
5+
- [x] ~~search on apps page~~
6+
- [x] ~~search on apps page~~
7+
- [x] ~~adjust styles for mobile~~
8+
- [x] pagination on notifications page
9+
- [x] pagination on app notifications page
10+
- [x] pagination on apps page
11+
- [x] filters on apps page
12+
- [x] post notifications with api auth
13+
- [x] marketing page
14+
- [x] emoji
15+
- [x] csrf
16+
- [x] encrypt all configs
17+
- [x] basic faqs
18+
- [x] performance tuning - sql/handlers
19+
- [x] structure logging instead of console.log - use pino
20+
- [x] admin panel
21+
- [x] validations on all routes
22+
- [x] rbac on all handlers
23+
- [ ] self hosted docs
24+
- [ ] tests

0 commit comments

Comments
 (0)