- Aug 7, 2020
- 14
- 21
Hello everyone
I am looking for feedback and ideas for an desktop app I have written for F95. It's entirely based on the public undocumented API behind the Latest Updates page. I decided to make this post since I plan to release a beta in the coming time (not sure when tho, real life is unpredictable) and wanted to get the general vibe for such a thing and maybe some inspiration for the future at the same time I want to share the current state and whats planned till first release and what I have planned for after that at the moment.
The current design can be seen in the attachments.
Current State
Some Additional Information:
This application is based on tauri and uses rust in the backend and svelte (so HTML, JS, CSS) in the frontend. It doesn't do any connection to the internet except for the F95Zone Search API mentioned at the start of this post. The token in the settings page is the cookie you send as header in the request to the API, if I release this I will add an tutorial how to get this cookie, but this code is never shared and only used in the requests to the Search API.
Good luck have fun and thanks for reading and (hopefully) the feedback you can give me
I am looking for feedback and ideas for an desktop app I have written for F95. It's entirely based on the public undocumented API behind the Latest Updates page. I decided to make this post since I plan to release a beta in the coming time (not sure when tho, real life is unpredictable) and wanted to get the general vibe for such a thing and maybe some inspiration for the future at the same time I want to share the current state and whats planned till first release and what I have planned for after that at the moment.
The current design can be seen in the attachments.
Current State
- Home page with recently updated as well as best rated and most liked games display
- Search for Games, Comics, Animations and Assets
- Automatic update of database entries if the database is enabled in settings as well as adding to watched games to watch list.
- Watchlist for Games
- Basic Library
- Basic Settings
- Automatic adding of watched games to the watchlist if the token/cookie is specified in settings when you update the database.
- Adding prefix filtering/search support
- Better prefix support for the game cards
- Extend tag support for assets
- Watchlist search and filter support
- Watchlist clear functionality
- Better database progress log in settings
- Editing games in Library
- (Maybe) Sort Functionalities for all results
- Designing an actually usable icon
- Adding games to library from game card (for now planned without actually downloading the game)
- Rework Library and Watchlist partly (For support of assets, animations,...)
- (Maybe) Rework of search bar in search
- Different themes + if possible custom themes
- (Maybe) In App "Notification" for updated games in watchlist
Some Additional Information:
This application is based on tauri and uses rust in the backend and svelte (so HTML, JS, CSS) in the frontend. It doesn't do any connection to the internet except for the F95Zone Search API mentioned at the start of this post. The token in the settings page is the cookie you send as header in the request to the API, if I release this I will add an tutorial how to get this cookie, but this code is never shared and only used in the requests to the Search API.
Good luck have fun and thanks for reading and (hopefully) the feedback you can give me