Commit graph

7 commits

Author SHA1 Message Date
0b9b781fef Make ampel aware of the order in bearbeiter.txt
Technically this commit makes ampel way more fragile.
It now uses an array to store each employee and identifies
employees now by the index of this array. All this requires
everything to be in order (e.g. the dropdown in the login -
if this is out of order, then login results in another user
than the displayed one).
This was just a simple solution which works way to good.
An alternative whould be of cause another entry in the
previously used dict which shows an index.
2017-06-30 21:34:32 +02:00
8af63207d8 Fix visibility of lights 2017-06-29 18:42:34 +02:00
185668b27f Improve design of login and management 2017-06-27 22:54:30 +02:00
52441753e2 Rework design of management page 2017-06-27 19:59:04 +02:00
91abcaa470 Add dedicated traffic light to management page 2017-06-27 19:29:37 +02:00
1681bcc41e Huge rewrite to make ampel more dynamic and more responsive 2017-06-27 18:47:03 +02:00
e3139e671e Pooof - Ampel appears 2017-04-03 22:34:23 +02:00