summaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-03-27 19:37:50 +0900
committerGitHub <noreply@github.com>2022-03-27 19:37:50 +0900
commit6241ed9621973a2ba1497c174b6391fa3719abed (patch)
treeeafc2491d5dad6267d1fc08e8e18de1e9ed7bfcd /ROADMAP.md
parentUpdate ROADMAP.md (diff)
downloadsharkey-6241ed9621973a2ba1497c174b6391fa3719abed.tar.gz
sharkey-6241ed9621973a2ba1497c174b6391fa3719abed.tar.bz2
sharkey-6241ed9621973a2ba1497c174b6391fa3719abed.zip
Update ROADMAP.md
Diffstat (limited to 'ROADMAP.md')
-rw-r--r--ROADMAP.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index 641ccb93a6..c12526bbce 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -2,7 +2,9 @@
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\>
+## (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)
- 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
@@ -15,8 +17,12 @@ Also, the later tasks are more indefinite and are subject to change as developme
- Improve documentation
## (2) Improve functionality
+Once Phase 1 is complete and an environment conducive to the development of a stable system is in place, the implementation of new functions can begin gradually.
+
- OAuth2 support https://github.com/misskey-dev/misskey/issues/8262
- GraphQL support?
## (3) Improve scalability
+Once the development of the feature has settled down, this may be an opportunity to make larger modifications.
+
- Rewriting in Rust?