Skip to content

v1.0

No due date 88% complete

In the interest of setting project milestones for ourselves, it's time to define what "v1" means for the smart-mirror.

  • Easy installer for the Pi (this is basically done, but will have to be tuned up a bit)
  • Better configuration (not nessesarally a mobile configuration agent, but we do need some improvements here for defaults and whatnot)
  • Ditch Chromium sp…

In the interest of setting project milestones for ourselves, it's time to define what "v1" means for the smart-mirror.

  • Easy installer for the Pi (this is basically done, but will have to be tuned up a bit)
  • Better configuration (not nessesarally a mobile configuration agent, but we do need some improvements here for defaults and whatnot)
  • Ditch Chromium speech keys (they are complicated and a pain to deal with. We should use the new Google Cloud Speech API once it GAs. Unfortunately this is an external dependency. On the plus side it will make microphone configuration waaaaay easier)
  • Code cleanup (lots of contorbutions with different style and "hacky" fixes have left the code in a bit of disarray)
  • Performance improvements (not sure what things can be done here, but it would be awesome if we could smooth out animations and fix some of the more "jank" boot behavior)
  • Continuous Integration Testing! In order to enforce code style (and possibly some real tests) so maintenance stays easy and we only merge in good code.