Giter Site home page Giter Site logo

eternity's People

Contributors

elysio2 avatar manel-gm avatar mattl75 avatar redkroker avatar zee366 avatar

Watchers

 avatar  avatar  avatar

eternity's Issues

Make initially loaded resources local

Some resources (font + icons) are loaded through download. This is not efficient and we should load them from a local asset folder instead.

We should be able to save around 0.15s with this.

Improve keyboard support

Currently, keyboard support is only enabled through tabbing, or through first selecting the input. Ideally, selecting the input would be optional.

Add calculator buttons for each function + PI button

  • Button for each transcendental function which applies the correct format in the input.
  • Button for the PI constant which appends the pi symbol in the input, this should also be made a constant in the math parser.

Add automated documentation

We should have documentation available on all the components, classes... etc. We can accomplish automatic documentation through Typedoc, Compodoc, docusaurus... etc. and putting doc comments in the code similar to how javadoc works.

pi constant

Should we go for more precision of the value of pi in sin and cos? 3.142 might give some errors.
example try sin(3.14159265359)

Fix unchainable functions

Some functions (10^x I think?) are not chainable with regular operations.

Not sure what the cause of this is, but it could be due to not converting the output to a number when it's displayed. We can use toNumber() on type BigNumber to get the raw number type.

Link settings modal with theme selector

Currently the settings modal is not linked to the theme selector. This is because the modal is appended to the body and not actually in the regular component hierarchy. Easy fix.

Add and document design patterns

We already implement Observable and Dependency Injection. We should find a couple more and integrate them in our code. Or find some which we already accidentally implemented.

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.