Commit Graph

268 Commits

Author SHA1 Message Date
1e8d56ab82 csproj update to reference Interfaces and SQLiteRepository implementation.
Complete IRepository migration into the ApiControllers.
remove any nuget packages from the packages.config which refer to sqlite and entity framework.
missing csproj update for SQLiteRepository project. Sorry..
2017-01-31 22:09:40 +00:00
dd8d91279f moved Configuration class to its own file. 2017-01-31 22:01:42 +00:00
8585f0fe77 moved NinjectDependencyResolver, NinjectDependencyScope and NinjectHelper to their own files 2017-01-31 22:00:40 +00:00
bc1947a31f Move the database calls/procedures out into the SQLiteRepository, IRepository implementation.
created SQLiteProcedures to hold all the strings for procs. Constants also serves similar purpose.
renamed Class1 to SQLiteRepository.cs
added all the necessary nuget packages for SQLite.Net-PCL
2017-01-31 21:59:42 +00:00
440c1f44ce Added IRepository comments.
Changed oder of response codes.
changed HoursPerWeek to use float not int.
Changed AssociatedIdentifierCount to use count property on AssociatedIdentifiers instead of needing to populate separately.
Changed UserCount in UserList for the same reason.
Added Users list initialisation to prevent null ref exception.
overrode Equals and GetHashCode to allow use of List.Except method. (tests show without this, Except is useless).
2017-01-31 21:57:21 +00:00
a0d050acd2 Created the SQLiteRepository stub. ready for implementation..
(move to Ninject/Dependency Injection model)
2017-01-31 17:25:01 +00:00
1ad53fbe76 Added Interfaces project which holds everything required for the IRepository Interface 2017-01-31 17:24:16 +00:00
a7d23d9e7c Added Ninject and ninject resolvers to enable dependency inject on the ApiController Classes. 2017-01-30 22:39:34 +00:00
a892e1d2c8 suspect service1 file incomplete due to selected line commits.
Added sqlite references.
added new CardsController, SwipeDataController and UsersController classes which all pull in SQLite to retrieve, or store their data.
2017-01-30 22:38:49 +00:00
3579f750cc moved ValuesController to its own class, remove UsersController and SwipeDataController classes, pending sqlite implementation. 2017-01-30 22:34:25 +00:00
bc3c7a5e31 moved owin config to its own file,
removed predefined route definition in favour of mapping attributes on ApiController classes.
Added JsonpFormatter to ensure cross-domain api web requests will work to this API.
added formatter to HTTPConfiguration for owin config.
2017-01-30 22:30:58 +00:00
10027d7f22 added sqlite dependency 2017-01-30 22:28:20 +00:00
c7424d806b added sqlite third party dependencies. 2017-01-30 22:27:43 +00:00
eca081f63d added extra method documentation to a dummy controller method to test out the dalsoft package.
removed "RouteController" - redundant now with dalsoft nuget package.
2017-01-30 20:25:18 +00:00
532ed16bbd Added package DalSoft.WebApi.HelpPage which will create help pages for every ApiController in the solution. 2017-01-29 16:09:26 +00:00
fba15b89f3 changed to reference cdn bootstrap (as it does on codepen.io demo/test page). 2017-01-29 15:44:59 +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
e5ce621827 Initial commit of Windows Service DataCenter variant (pulling code from the RPi variant). 2017-01-26 16:45:04 +00:00