FlexitimeTracker/DataCenter_Windows/WindowsDataCenter/SQLiteRepository
chris.watts90@outlook.com 0e1e23a770 create GET_LOGS_IN_LAST_X_MINUTES procedure.
implement logs in last x minute check.
can be configured from app.config file using "SwipeTimeGap" configuration. defaults to 3 minutes if configuration is not there.
#36
2017-02-22 21:17:53 +00:00
..
Properties Created the SQLiteRepository stub. ready for implementation.. 2017-01-31 17:25:01 +00:00
CardUniqueId.cs Move the database calls/procedures out into the SQLiteRepository, IRepository implementation. 2017-01-31 21:59:42 +00:00
Constants.cs Move the database calls/procedures out into the SQLiteRepository, IRepository implementation. 2017-01-31 21:59:42 +00:00
LogDirectionDb.cs renamed TimeLogDB to TimeLogDb. 2017-02-09 21:33:52 +00:00
packages.config fix relative file paths (file not found errors). 2017-02-16 17:07:48 +00:00
SQLiteProcedures.cs create GET_LOGS_IN_LAST_X_MINUTES procedure. 2017-02-22 21:17:53 +00:00
SQLiteRepository.cs create GET_LOGS_IN_LAST_X_MINUTES procedure. 2017-02-22 21:17:53 +00:00
SQLiteRepository.csproj fix relative file paths (file not found errors). 2017-02-16 17:07:48 +00:00
TimeLogDb.cs renamed TimeLogDB to TimeLogDb. 2017-02-09 21:33:52 +00:00
UserIdentity.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