elxris / Turnip-Calculator

ACNH Turnip Calculator Responsive Web App
https://ac-turnip.com
MIT License
619 stars 102 forks source link

[2.1] Next features #115

Open elxris opened 4 years ago

elxris commented 4 years ago

After 2.0 WASM work, and some fixes, later on, #113 and #95. I am finally ready to do some more features.

I will start with some of the ones listed by the community.

I am very open to opinions and PRs!

brisberg commented 4 years ago

For a synchronization system, I was wondering if you had considered Google Firebase's Firestore?

Firebase makes it pretty easy to login with an online identity, and Firestore can store any blob data you need (such as all of the filters on your page).

I'd understand if that is a lot of technology to learn, but it can be pretty light weight.

elxris commented 4 years ago

I'm still considering my options. But, I am already using Firebase's Cloud Functions to generate the previews, I think using Firestore would be easy enough. But, I have to think more about it.

elxris commented 4 years ago

Pushed the first version of 2.1:

Includes a new visual representation of the data: image

I used quantiles with probability-weighted predictions to craft those values. So, the "Most Likely" range is the middle 50%. I hope is more useful than the average we had before.

6, #101, #78

elxris commented 4 years ago

2.1.1 Includes a new Patterns Table #1 #78 #106

image