Commit Graph

10 Commits

Author SHA1 Message Date
380b976f3d add code to support nodes providing their own time (in support of satellite modes)
#72
2019-09-11 17:38:43 +01:00
3446dda710 changed api method to use the return type of IRepository.LogEventTime method and return the Id and Direction from the endpoint.
#17
2017-04-16 19:41:31 +01:00
Watts
c2de9a0575 created LogsController with
Create/Edit/Delete Logs methods on it.
#29
2017-04-12 22:01:48 +01:00
caa7408465 add mapping for ManuallyPostData method (housekeeping)
correct 20 minute swipe event blocker and change to 3 min.
2017-02-23 16:55:13 +00:00
a2cb93bf83 fixup! add foreach to group logs by the day of the week in which they are entered. #15 2017-02-14 14:04:03 +00:00
00a6894197 added trace logging to the controller classes.
changed nlog config file to output trace logging.
#9
2017-02-13 14:07:09 +00:00
760f37b14b added manuallog object to allow users to create a sign in/out log for the swipedatacontroller log. 2017-02-09 21:36:22 +00:00
34b427293a return the new Id of the created time log event.
tidied code too.
2017-02-08 22:26:33 +00:00
54d11ddf9d added stub/comment for manual swipe data log submission.
returned user id in user edit
started working on the direction/logtime method
2017-02-08 16:51:23 +00:00
532bf2b105 Moved CardsController, SwipeDataController, UsersController, ValuesController to a "Controllers" dir. 2017-02-03 12:21:54 +00:00