Commit Graph

312 Commits

Author SHA1 Message Date
d11071d394 added ui mockup for the hours viewer page. 2017-01-29 15:26:09 +00:00
b7492479c9 updated file to generate testcard data.
updated userstest endpoint to return the usercount parameter.
2017-01-29 15:25:47 +00:00
430f91ce18 add package Microsoft.Owin.StaticFiles.
added www folder to project, with bootstrap css/js files.
added the main single page app files to the project, pulled from codepen.io test/demo pages.
set properties to copy always for the main app files, bootstrap stuff is copy if newer.
added filesystem options to the StartOwin method.
2017-01-29 15:24:23 +00:00
283ce5ceec add node modules to ignore list. 2017-01-29 15:18:40 +00:00
7c8dd36605 added userstest endpoint to respond with an object with embedded array, this makes knockout binding easier for SPA. 2017-01-27 09:28:30 +00:00
f625396537 Add test data directory, with generate.js data file and users.txt which has some users + id cards in (testing purposes). 2017-01-26 16:53:31 +00:00
e5ce621827 Initial commit of Windows Service DataCenter variant (pulling code from the RPi variant). 2017-01-26 16:45:04 +00:00
9eed5e827a removed args argument, was annoying.
changed debug writelines to console writelines for desktop operation.
tidied code.
moved over to use PostAsync, to prevent app hanging when trying to post to DataCenter.
changed api endpoint to windows datacenter desktop endpoint.
--end Service1 changes.
remove args from Start method
--end Program changes
added try catch to stop errors when the data center endpoint isnt up.
--end DataCenterHelper changes.
removed topshelf configuration stuff.
--end ConfigureService changes.
2017-01-26 16:44:07 +00:00
dbe1425a16 adding localhistory ignore stuff. 2017-01-26 16:40:53 +00:00
ed5162b9e7 Initial commit of data center code to receive HTTP Posts from remote card readers and write them into the database.
Also supports Get request for /api/users and /api/users?userId=x and /api/timelogs?userId=x and /api/stats

stats needs fleshing out.
also logic behind when someone is checking in/out..
2017-01-25 22:47:02 +00:00
dd264224b3 ignore binary output files etc. 2017-01-25 22:43:56 +00:00
fd78367fb9 first commit of code to sit as service on machine, wait for card reader input, read the unique Id from the card, then post to the remote endpoint. 2017-01-25 22:43:41 +00:00