Added redirect query, and fetch api

This commit is contained in:
Akif9748 2022-08-11 00:38:38 +03:00
commit 0d158c4fef

View file

@ -9,10 +9,10 @@ A forum software written in Node.js.
- Run `npm start` for run it. - Run `npm start` for run it.
### Extra ### Extra
Run `node util/reset` to **reset the database**, and run `node util/admin` for give admin perms for first member. Run `node util/reset` to **reset the database**, and run `node util/admin` for give admin perms to first member.
## API ## API
Akf-forum has got an API for other clients etc. You can test api with run apitest.py. Akf-forum has got an API for other clients etc. You can test api with python files in `test` folder. python is only for testing 😭
And, you can learn about API in `util/APIDOCS.md`. And, you can learn about API in `util/APIDOCS.md`.
## Credits ## Credits
@ -20,10 +20,10 @@ And, you can learn about API in `util/APIDOCS.md`.
* [Camroku](https://github.com/Camroku) - Made stylesheets * [Camroku](https://github.com/Camroku) - Made stylesheets
## To do (Backend, bug fixes) ## To do (Backend, bug fixes)
- `/errors/error` will change, better error page. - `/errors/error` will ~~change~~ deprecate, it will be in res.error . And we will use "alert" for errors with fetch api.
- Redirect query. - 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... - the forum will only use api path...
## Roadmap ## Roadmap
### User ### User
| To do | Is done? | Priority | | To do | Is done? | Priority |
@ -62,9 +62,14 @@ 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 |
<<<<<<< HEAD
| Delete message & thread | 🔴 | MEDIUM | | Delete message & thread | 🔴 | MEDIUM |
| Edit message & thread | 🔴 | MEDIUM | | Edit message & thread | 🔴 | MEDIUM |
=======
| Delete message | 🔴 | MEDIUM |
| React | 🟢 | MEDIUM |
>>>>>>> 9f10a32b7ce05cbb81acacb8277b68c25d4baa34
### Other ### Other
| To do | Is done? | Priority | | To do | Is done? | Priority |