diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-03-27 19:13:20 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-27 19:13:20 +0900 |
| commit | ebe1b78579e9670296b5ccae4a257470cd2d2fdc (patch) | |
| tree | 8b08829082d2c4fc782b9e4627772db399129517 /ROADMAP.md | |
| parent | chore(deps): bump follow-redirects from 1.14.1 to 1.14.8 (#8313) (diff) | |
| download | sharkey-ebe1b78579e9670296b5ccae4a257470cd2d2fdc.tar.gz sharkey-ebe1b78579e9670296b5ccae4a257470cd2d2fdc.tar.bz2 sharkey-ebe1b78579e9670296b5ccae4a257470cd2d2fdc.zip | |
Create ROADMAP.md
Diffstat (limited to 'ROADMAP.md')
| -rw-r--r-- | ROADMAP.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ROADMAP.md b/ROADMAP.md new file mode 100644 index 0000000000..cb6518feda --- /dev/null +++ b/ROADMAP.md @@ -0,0 +1,21 @@ +# Roadmap +The order of individual tasks is a guide only and is subject to change depending on the situation. +Also, the later tasks are more indefinite and are subject to change as development progresses. + +## (1) Improve maintainability \<current stage\> +- Make the number of type errors zero (backend) + - Probably need to switch some libraries to others that make it difficult to reduce type errors + - e.g. koa to fastify https://github.com/misskey-dev/misskey/issues/7537 +- Improve CI + - Fix tests + - mocha, jest, etc. do not support the combination of `TypeScript + ESM + Path alias`, and the tests currently do not work. + - Fix random test failures - https://github.com/misskey-dev/misskey/issues/7985 and https://github.com/misskey-dev/misskey/issues/7986 + - Add more tests + - May need to implement a mechanism that allows for DI +- Improve documentation + +## (2) Improve functionality +- OAuth2 support https://github.com/misskey-dev/misskey/issues/8262 + +## (3) Improve scalability +- Rewriting in Rust? |