FlexitimeTracker/DataCenter_Windows/WindowsDataCenter/Interfaces
Chris.Watts90@outlook.com 69f3e502e0 Add LastEventDateTime property to User object
Add Code to populate the LastEventDateTime property in SQLiteRepository - getting the last TimeLogEvent datetime. will return min value if no logs available.
#53
2017-03-03 13:00:01 +00:00
..
Properties updated the AssemblyInfo properties to be the right version. 2017-02-27 16:47:51 +00:00
AppDetails.cs created AppDetails object 2017-02-27 16:47: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 created ApplicationController which returns an AppDetails object with the properties filled. 2017-02-27 16:48:44 +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 add new property to TimeLogList object to contain the user details - UserInformation 2017-02-24 22:13:44 +00:00
User.cs Add LastEventDateTime property to User object 2017-03-03 13:00:01 +00:00
UserList.cs added pagination to the repository GetUser method. 2017-02-12 22:26:00 +00:00