Giter Club home page Giter Club logo

homecontrol's People

Contributors

zeilmannnoah avatar

Watchers

 avatar

homecontrol's Issues

Replace forEach() with for-of

Pretty sure I use some the forEach() array method a few times in which I wanted to break from it, which isn't possible in for_forEach()_ . Introduced in ES6 was a new loop, for-of , which is a sweet and simple for loop and with the ability to break out of it.

Check helpful example here: 4.6 From for to forEach() to for-of

Replace var with let

This should have been done in the beginning but I have gotten to used to using var at work. Of course, a find and replace will not do.

Develop panel pages

Each panel should have their own page within the app. At some point in the future, each panel will have to have that so additional settings/actions can occur. I.E. for light panel's page, setting default light(s) in light panel.

Handle authorization after login

As of 9/10/18, there is no authorization for this application, I need to implement something such as PassportJS to have some sort of security when it comes to authorization.

Find an idea for panel #4

I originally wanted this to be some sort of AC unit control, but because I do not have a smart AC, it is not possible. Maybe in the future? But as of now, I would like to find an idea that I could use personally in panel #4.

Use ES6 modules

Currently exporting and using modules with concerns to ES5 specs, fix that Noah...

Use ES6 syntax for AJAX

Lots of AJAX calls are using old school ways, exchange that then with some await and add an async to those functions

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.