ls-vertretungsplan-desktop.meta

Issues/PRs archive for MTRNord/ls-vertretungsplan-desktop
git clone git://archive.git.mtrnord.blog/MTRNord/ls-vertretungsplan-desktop.meta.git
Log | Files | Refs

13.md (595B)


      1 # #13 Add functionality to tell user about updates even if the autoUpdater is Broken
      2 
      3 - **State:** open
      4 - **Author:** @MTRNord
      5 - **Created:** 2016-09-17T10:39:12Z
      6 - **Labels:** enhancement
      7 - **Assignees:** @MTRNord
      8 
      9 ---
     10 
     11 _No description._
     12 
     13 
     14 ## Comments
     15 
     16 ### @MTRNord — 2016-11-29T09:30:38Z
     17 
     18 # Proof of concept:
     19 
     20 Webserver with Websocket checks if latest release has the file with name "manual" and sends the context of on every client login. The client tells the user about the manual update.
     21 
     22 # Resources:
     23 - socket.io
     24 - https://developer.github.com/v3/repos/releases/#get-the-latest-release
     25