FlexitimeTracker/DataCenter_Windows/WindowsDataCenter/Interfaces
Chris.Watts90@outlook.com 59e27c2991 Flatten the TimeLogsList object.
put DayOfWeek and Day into the DailyLogs object to help flatten.
changed GetTimeLogList to return List<DailyLogs>.
#15
2017-02-15 16:51:19 +00:00
..
Properties Added Interfaces project which holds everything required for the IRepository Interface 2017-01-31 17:24:16 +00:00
DailyLogs.cs Flatten the TimeLogsList object. 2017-02-15 16:51:19 +00:00
Identifier.cs Added IRepository comments. 2017-01-31 21:57:21 +00:00
IdentifierList.cs Added Interfaces project which holds everything required for the IRepository Interface 2017-01-31 17:24:16 +00:00
ILogger.cs added ILogger interface to support a logging output for errors etc. 2017-02-09 16:26:42 +00:00
Interfaces.csproj ignore csproj.user files. 2017-02-14 21:03:02 +00:00
IRepository.cs added pagination to the repository GetUser method. 2017-02-12 22:26:00 +00:00
ManualLog.cs 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
OperationResponse.cs Added IRepository comments. 2017-01-31 21:57:21 +00:00
TimeLog.cs created enum for LogDirection (in, out or unknown) added extra parameters to TimeLog to provide sufficient data on the log event. 2017-02-08 22:19:58 +00:00
TimeLogList.cs Flatten the TimeLogsList object. 2017-02-15 16:51:19 +00:00
User.cs #4 Added IsContractor flag to the UserIdentity and User Object, the Api will now relate that status to the output object. note, notimplemented in the UI yet to control this flag. 2017-02-03 12:39:38 +00:00
UserList.cs added pagination to the repository GetUser method. 2017-02-12 22:26:00 +00:00