FirstLegoLeague / fllscoring

FLL Scoring app. See Demo:
http://firstlegoleague.github.io/fllscoring/
GNU General Public License v2.0
14 stars 19 forks source link

Scorekeep interface #77

Open kmeesters opened 9 years ago

kmeesters commented 9 years ago

The scorekeeper interface (our current pages/tabs) should be moved to a /admin url and ideally password protected (hard-coded for now)

Referring to #75

rikkertkoppes commented 9 years ago

Note that in the case of exe and app deployment there are no urls. Do not rely on them as a user interface.

I'd rather have a mode switch (password protection remains to be seen, since I am hesitant in hard coding passwords

We haf better solve this in the receiver side, only accept data from particular devices. On Nov 12, 2014 10:47 PM, "Kenny meesters" notifications@github.com wrote:

The scorekeeper interface (our current pages/tabs) should be moved to a /admin url and ideally password protected (hard-coded for now)

Referring to #75 https://github.com/FirstLegoLeague/fllscoring/issues/75

— Reply to this email directly or view it on GitHub https://github.com/FirstLegoLeague/fllscoring/issues/77.

rikkertkoppes commented 9 years ago

As a quick win for v2.1:

Create a separate view (scoring) for this. Copy the main index.html and strip out all other tabs. Remove js files that are not needed.

hansloomans commented 9 years ago

Could we possibly use HTTP basic authentication for the upcoming finals? That way we can also host on the public network which gives addtional connectivity options (eduroam / 4G).

rikkertkoppes commented 9 years ago

yes https://github.com/FirstLegoLeague/fllscoring/issues/107

On Mon, Nov 24, 2014 at 11:03 AM, hansloomans notifications@github.com wrote:

Could we possibly use HTTP basic authentication for the upcoming finals? That way we can also host on the public network which gives addtional connectivity options (eduroam / 4G).

— Reply to this email directly or view it on GitHub https://github.com/FirstLegoLeague/fllscoring/issues/77#issuecomment-64172348 .

rikkertkoppes commented 9 years ago

See #110 to create a splash menu to lead to the two versions

lowering urgency for now