8756964f0badd get user contracted hours procedure to supply the TimeLogList object HoursPerWeekMinutes property.chris.watts90@outlook.com2017-02-14 22:50:47 +0000
906ec10a5bfixed issue where GetLogDirection would return the first log of the day, not the latest in the DB.chris.watts90@outlook.com2017-02-13 22:23:21 +0000
923e4473a9formatting changes. corrected pagination options at the bottom of users page to be aligned correctly, both horizontally and vertically.Chris.Watts90@outlook.com2017-02-13 11:48:57 +0000
cce10f98d1added sentinel configuration to view any NLog Chainsaw messages output from the system.chris.watts90@outlook.com2017-02-10 22:40:52 +0000
24ba9480e9changed Configuration to bind ninject assemblies from xml file using Ninject.Extentions.Xmlchris.watts90@outlook.com2017-02-10 22:40:18 +0000
d2035a776dfixed selected date for the datepicker. will now highlight the selected date that it is showing time logs for.chris.watts90@outlook.com2017-02-10 16:55:58 +0000
19b718a946changed IRepository to accept a DateTime for the arg, instead of an int for calendar week/year.Chris.Watts90@outlook.com2017-02-10 12:07:02 +0000
760f37b14badded manuallog object to allow users to create a sign in/out log for the swipedatacontroller log.chris.watts90@outlook.com2017-02-09 21:36:22 +0000
24d35d24d2use nameof compiler method to prevent the SQLiteProcedures constants needing to be rewritten and being too hard-coded.chris.watts90@outlook.com2017-02-08 22:23:45 +0000
3d64fc90ffcreated enum for LogDirection (in, out or unknown) added extra parameters to TimeLog to provide sufficient data on the log event.chris.watts90@outlook.com2017-02-08 22:19:58 +0000
ea6fc3721dfixed update/create where HoursPerWeek/IsContractor info wasnt being updated/changed.Chris.Watts90@outlook.com2017-02-07 17:23:04 +0000
29cc798097added out param to IRepository to return the UserId of the user that has been created/updated.Chris.Watts90@outlook.com2017-02-07 17:20:37 +0000
83cef61519Implemented some proper stubbing out method to return the defined object for testing.chris.watts90@outlook.com2017-02-06 22:18:37 +0000
35cc0c46b1added html code for a simple datepicker. shows all dependencies, in their required order, plus highlights week on hover, to emphasise selecting week.chris.watts90@outlook.com2017-02-04 15:42:46 +0000
7596eb7d3f#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.Chris.Watts90@outlook.com2017-02-03 12:39:38 +0000
974ffe4b13updated html/js/css to latest codepen code. will out of box point to the json-server endpoint. needs to be modified to work with the datacenter apichris.watts90@outlook.com2017-02-01 21:10:38 +0000
3fe792d36cmanually merging static files etc from branch, this way i can make sure it still works.. seems to be some package going belly up with its dependencies.. no idea what.chris.watts90@outlook.com2017-02-01 20:05:30 +0000
ff20c6abdfadded static files owin host and dalsoft webapi help pages package manually to merge in branch. (preventing app from running after merge otherwise, no idea why)chris.watts90@outlook.com2017-02-01 19:46:17 +0000
8585f0fe77moved NinjectDependencyResolver, NinjectDependencyScope and NinjectHelper to their own fileschris.watts90@outlook.com2017-01-31 22:00:40 +0000
bc1947a31fMove the database calls/procedures out into the SQLiteRepository, IRepository implementation.chris.watts90@outlook.com2017-01-31 21:59:42 +0000
a7d23d9e7cAdded Ninject and ninject resolvers to enable dependency inject on the ApiController Classes.chris.watts90@outlook.com2017-01-30 22:39:34 +0000
3579f750ccmoved ValuesController to its own class, remove UsersController and SwipeDataController classes, pending sqlite implementation.chris.watts90@outlook.com2017-01-30 22:34:25 +0000
eca081f63dadded extra method documentation to a dummy controller method to test out the dalsoft package.chris.watts90@outlook.com2017-01-30 20:25:18 +0000
904ec01118update the json-server file to incorporate "valid" card data, tied to the users.chris.watts90@outlook.com2017-01-29 22:46:05 +0000
532ed16bbdAdded package DalSoft.WebApi.HelpPage which will create help pages for every ApiController in the solution.chris.watts90@outlook.com2017-01-29 16:09:26 +0000
7c8dd36605added userstest endpoint to respond with an object with embedded array, this makes knockout binding easier for SPA.Chris.Watts90@outlook.com2017-01-27 09:28:30 +0000
f625396537Add test data directory, with generate.js data file and users.txt which has some users + id cards in (testing purposes).Chris.Watts90@outlook.com2017-01-26 16:53:31 +0000