GithubHelp home page GithubHelp logo

ljungmark / eggup-node Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 1.0 6.37 MB

๐Ÿฅš Node, websockets, audio context, l10n, RFID client, DOM node toggles, feGaussianBlur & feColorMatrix filters

HTML 22.58% JavaScript 58.29% CSS 19.14%

eggup-node's Introduction

๐Ÿฅ‚ Cheers!

eggup-node's People

Contributors

ljungmark avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

kevinlovgren

eggup-node's Issues

Infinity on timers

When the timers start, the bars aren't moving and the timers are showing INFINITY%.

The values are set in eggup.js:

  let soft_bar = ((start_soft - (difference - start_hard)) / start_soft) * 100,
      soft_percent = soft_bar.toFixed(1),
      hard_bar = ((start_soft + start_hard) - difference) / (start_soft + start_hard) * 100,
      hard_percent = hard_bar.toFixed(1);

On reload, the timers are showing the correct value and the bars are moving as expected.

Individual timers

Today, you can set two different timer lengths for soft- and hard-boiled eggs. But once you start the timer, both timers tick.

Timer starts in Eggup.prototype.start, which creates a new instance of Countdown;

function Countdown(duration, granularity) {
  this.duration = duration;
  this.granularity = granularity || 1000; /** Defines the tick frequency */
  this.functions = [];
}

Create a way to start the timers individually.

Cannot unlock app after reload

In constant locked down mode, regardless of ownership of controller.
Thread gateway isn't set to false to availability flag.

Feedback on eggs

I'd considering implementing a feedback function to measure user satisfactory levels.

Criteria;

  • Feedback should be optional
  • Feedback should be one tap/click
  • Visual feedback on your own rating

I'd considering implementing a five tier feedback tap, saved on the days order, available in the docket module; Undercooked - Slightly undercooked - Perfect - Slightly overcooked - Overcooked

That way there's an accessible and universal feedback that can be aggregated. One can also derive ratings on individual chefs.

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.