summaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-02-22 16:38:00 +0900
committerGitHub <noreply@github.com>2023-02-22 16:38:00 +0900
commit1dfcd45704317605c8e65090f1110fe5418f2d85 (patch)
tree4683c7867174036cc7c499ea37aef05a2fef7712 /ROADMAP.md
parentCreate codecov.yml (diff)
downloadsharkey-1dfcd45704317605c8e65090f1110fe5418f2d85.tar.gz
sharkey-1dfcd45704317605c8e65090f1110fe5418f2d85.tar.bz2
sharkey-1dfcd45704317605c8e65090f1110fe5418f2d85.zip
Update ROADMAP.md
Diffstat (limited to 'ROADMAP.md')
-rw-r--r--ROADMAP.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index c95bb8d92b..420f728758 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -5,9 +5,9 @@ Also, the later tasks are more indefinite and are subject to change as developme
## (1) Improve maintainability \<current phase\>
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)
+- ~~Make the number of type errors zero (backend)~~ → Done ✔️
- Improve CI
- - Fix tests
+ - ~~Fix tests~~ → Done ✔️
- 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~~ → Done ✔️