summaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-02-09 09:54:30 +0900
committerGitHub <noreply@github.com>2023-02-09 09:54:30 +0900
commit8a95e850ad19561fe4d604bb0138e0c4a2267668 (patch)
treefadb5ed0262d4c1602cf7368ad13a0e316440dc8 /ROADMAP.md
parent:art: (diff)
downloadsharkey-8a95e850ad19561fe4d604bb0138e0c4a2267668.tar.gz
sharkey-8a95e850ad19561fe4d604bb0138e0c4a2267668.tar.bz2
sharkey-8a95e850ad19561fe4d604bb0138e0c4a2267668.zip
Update ROADMAP.md
Diffstat (limited to 'ROADMAP.md')
-rw-r--r--ROADMAP.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index b2c5c87575..c95bb8d92b 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -6,16 +6,13 @@ Also, the later tasks are more indefinite and are subject to change as developme
This is the phase we are at now. We need to make a high-maintenance environment that can withstand future development.
- 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
+ - ~~May need to implement a mechanism that allows for DI~~ → Done ✔️
- https://github.com/misskey-dev/misskey/pull/9085
- - Measure coverage
+ - ~~Measure coverage~~ → Done ✔️
- https://github.com/misskey-dev/misskey/pull/9081
- Improve documentation
- Refactoring