RoadMap to v0.2 #218
tonymushah
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
It's been a while,...
Anyway,
During this month of November 2023, I didn't code something on Special-Eureka.
The reason is that I was focused on the v3 realease of the mangadex-api crate and has a lot of stuff going on too.
In the meantime, I was thinking of a way to scale up this project.
Quick Reminder :
This project use Tauri and React with Tanstack Query for state management and Chakra UI for the styling.
The problem;
The problem is the project architecture.
During this project, i was learning Tauri (with Rust too 😉) and learned that there is two ways of doing a Tauri App:
FFP is good for beginners, but can become tricky and complex when you want to scale it up to an higher level (like multi-window support, low level control and more).
BPF is hard at first (because you need to learn Rust first), but the project become more and more maintainable in the long term.
In our case, Special Eureka uses the FFP. But i want to add more complex features, like multi-website support, multi-window,...
The code need more effort to maintain and I don't want that.
That's why, this november, i spend most of my time, maintaining the mangadex-api to migrate to BFP in v0.2.0
During this break, I found some cool librairies:
I also want to migrate the frontend to SvelteKit with Sveltris for v0.2
In brief, the v0.2 goals are:
Thanks to your attention,
See you in a v0.1.7
Quick note: v0.1.7 will just fixes bugs present in 0.1.6, might be some UI bugs and such...
Beta Was this translation helpful? Give feedback.
All reactions