Git Product home page Git Product logo

gscale's People

Contributors

dependabot[bot] avatar glaciyan avatar rosariofrontino avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

gscale's Issues

Option to take checked off items into account for "Show Total"

Should be a simple checkbox next to the modal header with a label saying something like "Subtract Checked off Items" or "Subtract Completed Items", when the checkbox is on true it should subtract checked off items, when its false it should show total of everything regardless of any items being checked off. Default should be false.

The total is calculated here:

const total = computed(() => {
if (buildsData.value) return mergeAmountByName(buildsData.value.map((build) => build.items));
else return [];
});

image

Total materials required

A sum of all materials required based on "Your Builds" would be nice. Could be under same tab at bottom or top of page (for easy viewing) or it could have its own tab.

JSON export/import

I've noticed myself that it can get quite annoying when resetting browser data

Custom Character

In case people want to calculate based on unofficial information.
Will save a simple object in IDB which the calculator can handle.

Image Caching

Set cache-control: max-age=31536000, immutable for all assets on /images
This requires make images to include a hash in the filename and should generate a map which make it possible to access those hashes in code for functions like getCharacterImage

Suggestions for new features

I am Japanese.
I also use a translation tool to send this message.
I'm sorry if there are some sentences that are not correct.
First of all, I would like to thank you for creating this wonderful site.

[Suggestions for new features].
First. I would like to be able to swap the order of characters in [Your Builds].

Second. I would like the ability to input the materials I have and calculate the amount I am missing!

Third. I would also like to see a screen for training weapons.

I'm not used to using github, so sorry if there are any mistakes.

I'm satisfied with the current version that I use it every day.
Thank you.

Size optimization

With cache disabled and refreshing the page (no prefetching from links when navigating)

/ -> 3.3 MB transferred
/build/[character] -> 5.6 MB transferred (large size because all item icons are prefetched as base64 40x40)
/builds -> 5.9 MB transferred (same reason here)

In fresh incognito window navigating / -> /build/kazuha (Max build) -> /builds -> /

At the end: 3.1 MB resources

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.