Commit Graph

3 Commits

Author SHA1 Message Date
sqozz 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
sqozz 185668b27f Improve design of login and management 2017-06-27 22:54:30 +02:00
sqozz e3139e671e Pooof - Ampel appears 2017-04-03 22:34:23 +02:00