mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-11-22 20:10:40 +03:00
targetss
This commit is contained in:
parent
691c916b6d
commit
1447e2187f
1 changed files with 8 additions and 6 deletions
14
README.md
14
README.md
|
@ -22,8 +22,8 @@ And, you can learn about API in `util/APIDOCS.md`.
|
||||||
## To do (Backend, bug fixes)
|
## To do (Backend, bug fixes)
|
||||||
- `/errors/error` will change, better error page.
|
- `/errors/error` will change, better error page.
|
||||||
- Redirect query.
|
- Redirect query.
|
||||||
- Will fix API
|
|
||||||
- message.js/12, so, admin perms,(req.user?.admin || !thread.deleted), and api in message
|
- message.js/12, so, admin perms,(req.user?.admin || !thread.deleted), and api in message
|
||||||
|
- the forum will only use api path...
|
||||||
## Roadmap
|
## Roadmap
|
||||||
### User
|
### User
|
||||||
| To do | Is done? | Priority |
|
| To do | Is done? | Priority |
|
||||||
|
@ -34,10 +34,9 @@ And, you can learn about API in `util/APIDOCS.md`.
|
||||||
| Admin | 🟢 | HIGH |
|
| Admin | 🟢 | HIGH |
|
||||||
| Message count | 🟢 | MEDIUM |
|
| Message count | 🟢 | MEDIUM |
|
||||||
| Delete user | 🟢 | HIGH |
|
| Delete user | 🟢 | HIGH |
|
||||||
| Signature | 🔴 | LOW |
|
|
||||||
| About me | 🔴 | LOW |
|
| About me | 🔴 | LOW |
|
||||||
| Edit user | 🔴 | HIGH |
|
| Edit user | 🔴 | HIGH |
|
||||||
| IP ban | 🔴 | HIGH |
|
| IP ban | 🔴 | MEDIUM |
|
||||||
|
|
||||||
### Messages
|
### Messages
|
||||||
| To do | Is done? | Priority |
|
| To do | Is done? | Priority |
|
||||||
|
@ -51,6 +50,7 @@ And, you can learn about API in `util/APIDOCS.md`.
|
||||||
### Threads
|
### Threads
|
||||||
| To do | Is done? | Priority |
|
| To do | Is done? | Priority |
|
||||||
| ----- | -------- | -------- |
|
| ----- | -------- | -------- |
|
||||||
|
| Ratelimit | 🟢 | HIGH |
|
||||||
| Create | 🟢 | HIGH |
|
| Create | 🟢 | HIGH |
|
||||||
| Delete | 🟢 | HIGH |
|
| Delete | 🟢 | HIGH |
|
||||||
| Edit | 🔴 | HIGH |
|
| Edit | 🔴 | HIGH |
|
||||||
|
@ -62,16 +62,18 @@ And, you can learn about API in `util/APIDOCS.md`.
|
||||||
| Send message | 🟢 | MEDIUM |
|
| Send message | 🟢 | MEDIUM |
|
||||||
| Create thread | 🟢 | MEDIUM |
|
| Create thread | 🟢 | MEDIUM |
|
||||||
| Get info about thread | 🟢 | MEDIUM |
|
| Get info about thread | 🟢 | MEDIUM |
|
||||||
| Delete message | 🔴 | MEDIUM |
|
| Delete message & thread | 🔴 | MEDIUM |
|
||||||
|
| Edit message & thread | 🔴 | MEDIUM |
|
||||||
|
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
| To do | Is done? | Priority |
|
| To do | Is done? | Priority |
|
||||||
| ----- | -------- | -------- |
|
| ----- | -------- | -------- |
|
||||||
| Footer | 🟢 | LOW |
|
| Footer | 🟡 | LOW |
|
||||||
| Multi-theme support | 🔴 | LOW |
|
| Multi-theme support | 🔴 | LOW |
|
||||||
| Search | 🔴 | MEDIUM |
|
| Search | 🔴 | MEDIUM |
|
||||||
| Better view | 🟢 | MEDIUM |
|
| Better view | 🟢 | MEDIUM |
|
||||||
| Sending message etc. will use fetch API | 🔴 | MEDIUM |
|
| Sending message etc. will use fetch API | 🔴 | HIGH |
|
||||||
|
|
||||||
## Screenshot
|
## Screenshot
|
||||||
![akf-forum](https://user-images.githubusercontent.com/70021050/160255959-ef216cba-1348-4d4b-9347-fe67e21348e7.png)
|
![akf-forum](https://user-images.githubusercontent.com/70021050/160255959-ef216cba-1348-4d4b-9347-fe67e21348e7.png)
|
||||||
|
|
Loading…
Reference in a new issue