mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-08 23:23:08 +02:00
Update ROADMAP.md
This commit is contained in:
parent
1786de8ce0
commit
6241ed9621
1 changed files with 7 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
||||||
The order of individual tasks is a guide only and is subject to change depending on the situation.
|
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.
|
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)
|
- Make the number of type errors zero (backend)
|
||||||
- Probably need to switch some libraries to others that make it difficult to reduce type errors
|
- 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
|
- 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
|
- Improve documentation
|
||||||
|
|
||||||
## (2) Improve functionality
|
## (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
|
- OAuth2 support https://github.com/misskey-dev/misskey/issues/8262
|
||||||
- GraphQL support?
|
- GraphQL support?
|
||||||
|
|
||||||
## (3) Improve scalability
|
## (3) Improve scalability
|
||||||
|
Once the development of the feature has settled down, this may be an opportunity to make larger modifications.
|
||||||
|
|
||||||
- Rewriting in Rust?
|
- Rewriting in Rust?
|
||||||
|
|
Loading…
Reference in a new issue