diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-02-22 16:38:00 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-22 16:38:00 +0900 |
| commit | 1dfcd45704317605c8e65090f1110fe5418f2d85 (patch) | |
| tree | 4683c7867174036cc7c499ea37aef05a2fef7712 /ROADMAP.md | |
| parent | Create codecov.yml (diff) | |
| download | sharkey-1dfcd45704317605c8e65090f1110fe5418f2d85.tar.gz sharkey-1dfcd45704317605c8e65090f1110fe5418f2d85.tar.bz2 sharkey-1dfcd45704317605c8e65090f1110fe5418f2d85.zip | |
Update ROADMAP.md
Diffstat (limited to 'ROADMAP.md')
| -rw-r--r-- | ROADMAP.md | 4 |
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 ✔️ |