GithubHelp home page GithubHelp logo

fizzypop109.github.io's People

Contributors

aprilsylph avatar d0-0k avatar fizzypop109 avatar kmartin26 avatar lclc98 avatar seehamrun avatar slovo88 avatar

Stargazers

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

Watchers

 avatar

fizzypop109.github.io's Issues

Incorrect hours for one bug

Hi! Thanks a lot for your progress tracker that works very well!
I have noticed there seems to be an incorrect time listed for the "Great Purple Emperor". It is written 4am to 7am where it should be 4am to 7pm! I haven't been able to verify that myself though.

Introduce proper data update procedure

b40f05e just broke the site for me, as my localstorage object was referencing the old names, resulting in a null document.getElementById call on these two lines, halting execution for the rest of the loads:

fizzypop109.github.io/pt.js

Lines 436 to 445 in dbb924d

document.getElementById(name).checked = value;
}
}
// Iterate through donatedValues
if (typeof data[itemType]['donatedValues'] != "undefined") {
var donatedValues = Object.entries(data[itemType]['donatedValues']);
for (const [name, value] of donatedValues) {
document.getElementById(name).checked = value;

Perhaps you could use some sort of mapping table from old to new names, or just make renames visual in future, keeping the backend variable name always the same? You could also just catch and throw this away, but that will introduce data loss for those who have marked something that's been renamed as caught/donated.

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.