FlexitimeTracker/DataCenter_Windows/WindowsDataCenter/Interfaces
chris.watts90@outlook.com 0bb6c8bc08 corrected uiPages method to return correct home endpoint.
changed references to User.Id to User.UserId.
added relativePath option to createRequestUrl(..).
added documentation to returnButtonClick and createRequestUrl methods.
changed initDatePicker to have separate assign handler method to make code simpler.
changed all URL references to relative urls, no longer JSONP/crossdomain compatible.
tidied code.
added query parameter to home/users page.
added search getJson method.
changed all property names to match the WebApi endpoint.
added js to conditionally highlight the datepicker row on hover.
changed script and css references to proper CDN urls.
tidied html.
added form for querying user list.
UserController will conditionally choose to GetUsersList or Search, based on Query Parameter.
Add search method to IRepository
Implement Search method on IRepository interface
added search procedure to SQLiteProcedures
added Query property to UserList to allow UI to display the last filter/query parameter.
2017-02-06 22:18:09 +00:00
..
Properties Added Interfaces project which holds everything required for the IRepository Interface 2017-01-31 17:24:16 +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
Interfaces.csproj Added Interfaces project which holds everything required for the IRepository Interface 2017-01-31 17:24:16 +00:00
IRepository.cs corrected uiPages method to return correct home endpoint. 2017-02-06 22:18:09 +00:00
OperationResponse.cs Added IRepository comments. 2017-01-31 21:57:21 +00:00
TimeLog.cs Added Interfaces project which holds everything required for the IRepository Interface 2017-01-31 17:24:16 +00:00
TimeLogList.cs add TimeLog initialiser. 2017-02-06 22:05:50 +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 corrected uiPages method to return correct home endpoint. 2017-02-06 22:18:09 +00:00