elxris/Turnip-Calculator

[2.1] Next features

elxris opened this issue · 4 comments

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.

  • Total sell value (#104)
  • Copy Share Data (#87)
  • Add a table (#106), which should help with #1 and maybe #78
  • Tracking multiple sets of turnip prices (#88)
  • Sampling Probabilities (#6) will be fairly easy as we now calculate probabilities
  • Synchronization system (#104)

I am very open to opinions and PRs!

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.

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.

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

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

image