mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-10-31 19:25:04 +03:00
Update README.md
This commit is contained in:
parent
c5c7f7c3b4
commit
bdfaae50c1
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
@ -1,7 +1,7 @@
|
||||||
# akf-forum
|
# akf-forum
|
||||||
<img src="https://raw.githubusercontent.com/Akif9748/akf-forum/main/public/images/logo.jpg" align="right" width="300px" />
|
<img src="https://raw.githubusercontent.com/Akif9748/akf-forum/main/public/images/logo.jpg" align="right" width="300px" />
|
||||||
|
|
||||||
A forum script written in Node.js.
|
A Node.js based forum software.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
- Clone this repo. Or download it.
|
- Clone this repo. Or download it.
|
||||||
|
@ -17,12 +17,13 @@ And, you can learn informations about API in `APIDOCS.md`.
|
||||||
* [Akif9748](https://github.com/Akif9748) - Project owner, main developer
|
* [Akif9748](https://github.com/Akif9748) - Project owner, main developer
|
||||||
* [Camroku](https://github.com/Camroku) - Made stylesheets
|
* [Camroku](https://github.com/Camroku) - Made stylesheets
|
||||||
|
|
||||||
## To Do (Backend, bug fixes) :
|
## To Do (Backend, bug fixes)
|
||||||
- Middleware. For logged in etc.
|
- Middleware. For logged in etc.
|
||||||
- Better error codes, example 400 for bad request
|
- Better error codes, example 400 for bad request
|
||||||
- Database change. (To MongoDB)
|
- Database change. (To MongoDB)
|
||||||
- Better DB writing. Example, not `message.author.id`, `messsage.authorID`
|
- Better DB writing. Example, not `message.author.id`, `messsage.authorID`
|
||||||
- `/errors/error` will change
|
- `/errors/error` will change, better error page.
|
||||||
|
- Support for not logins...
|
||||||
|
|
||||||
## Roadmap
|
## Roadmap
|
||||||
- [x] User
|
- [x] User
|
||||||
|
@ -41,12 +42,13 @@ And, you can learn informations about API in `APIDOCS.md`.
|
||||||
- [ ] Edit message
|
- [ ] Edit message
|
||||||
- [x] React message
|
- [x] React message
|
||||||
- [ ] Threads
|
- [ ] Threads
|
||||||
|
- [x] Open it!
|
||||||
- [ ] Edit it!
|
- [ ] Edit it!
|
||||||
- [ ] Delete it!
|
- [ ] Delete it!
|
||||||
- [ ] Other
|
- [ ] Other
|
||||||
- [x] API
|
- [x] API
|
||||||
- [x] Other client for forum via API
|
- [x] Other client for forum via API
|
||||||
- [ ] Footer of the site
|
- [x] Footer of the site
|
||||||
- [ ] Multiple theme support
|
- [ ] Multiple theme support
|
||||||
- [ ] Search
|
- [ ] Search
|
||||||
- [x] New Thread theme, better render for messages
|
- [x] New Thread theme, better render for messages
|
||||||
|
|
Loading…
Reference in a new issue