Go to file
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
CardReaderService removed args argument, was annoying. 2017-01-26 16:44:07 +00:00
DataCenter removed interfaces reference (unused in RPI variant.) 2017-01-30 22:27:02 +00:00
DataCenter_Windows/WindowsDataCenter corrected uiPages method to return correct home endpoint. 2017-02-06 22:18:09 +00:00
TestData update the json-server file to incorporate "valid" card data, tied to the users. 2017-01-29 22:46:05 +00:00
UI added html code for a simple datepicker. shows all dependencies, in their required order, plus highlights week on hover, to emphasise selecting week. 2017-02-04 15:42:46 +00:00
.gitignore ignore resharper dotSettings file. 2017-02-03 12:22:56 +00:00