chiyadev / genshin-schedule

🕑 Genshin farming scheduler
https://genshin.chiya.dev
MIT License
72 stars 17 forks source link

Merging of `sync` project into `web` #103

Open luaneko opened 2 years ago

luaneko commented 2 years ago

Currently, the sync project contains code for user authentication, data storage and Discord notification server written in C#, but it is updated infrequently.

The plan is to eventually deprecate that project and merge the above responsibilities into the web server itself, rewritten in Typescript. The motivation is to simplify the backend architecture and streamline all development into one language.

At the moment, there is zero progress on this rewrite. This is not a high priority, but it is certainly nice to have. If anyone is interested in taking on this challenge, we should discuss about it further.