Commit Graph

139 Commits

Author SHA1 Message Date
Andreas Zweili 1a780a4e35 remove the "Status" model
It doesn't mather which status a doctor has for the application.
2018-06-04 15:59:42 +02:00
Andreas Zweili e982cd6f64 Merge branch 'server_dev' 2018-06-03 23:35:54 +02:00
Andreas Zweili c90a13e01d Add a class to generate static test data 2018-06-03 23:33:28 +02:00
Andreas Zweili 2d1173eb28 Revert "move the data generation into its own class"
This reverts commit b4635fe0fd.
2018-06-03 20:18:46 +02:00
Andreas Zweili b4635fe0fd move the data generation into its own class 2018-06-03 20:15:38 +02:00
Strati ac23ad0857 initial commit
adds new wpf client
2018-06-03 17:24:48 +02:00
Strati 2670087a6f Revert "initial commit"
This reverts commit 18e30ebfd7.
2018-06-03 14:24:12 +02:00
Strati 8c5324cfb1 Revert "add person form functionality"
This reverts commit 2a99089eee.
2018-06-03 14:24:09 +02:00
Andreas Zweili dcdbacfe29 Create a DB initializer 2018-06-01 22:35:05 +02:00
Andreas Zweili ed322846b5 Rename properties to match Microsoft style guide 2018-06-01 22:35:05 +02:00
Andreas Zweili a8a8ea6e50 fix a typo 2018-06-01 22:35:05 +02:00
Strati 2a99089eee add person form functionality 2018-05-23 19:02:52 +02:00
Strati 18e30ebfd7 initial commit 2018-05-23 18:45:26 +02:00
Strati fd1323f74b Revert "initial commit"
This reverts commit bab4e71620.
2018-05-23 18:43:35 +02:00
Strati bab4e71620 initial commit 2018-05-22 21:53:31 +02:00
Strati 080a210fe2 changed IIS port 2018-05-22 20:43:17 +02:00
Strati 71c306ba33 Merge branch 'master' of https://git.2li.ch/ibz/oop_AM-6 2018-05-22 20:14:23 +02:00
Strati 7d80a3d1a2 updated .net.compiler 2018-05-22 20:14:15 +02:00
Andreas Zweili 3c34187abe Rewrite the Doctor to inherit from Person 2018-05-22 19:21:30 +02:00
Andreas Zweili 774f2eafcd remove the oboslete marker
It caused problems when using inheritance
2018-05-22 19:21:23 +02:00
Andreas Zweili e7faf6ce82 Add the virtual parameter to properties
Adding "virtual" to a property ensures that the property gets lazy
loaded.
2018-05-22 19:18:20 +02:00
Andreas Zweili e0f7d9413e Visual Studio Config updates 2018-05-21 14:17:36 +02:00
Andreas Zweili 8a2242ebd6 implement the DB classes into the service 2018-05-21 14:17:16 +02:00
Andreas Zweili 3cc2179f21 Add the DB classes for earch model 2018-05-21 14:15:39 +02:00
Andreas Zweili 38ecf02e34 Add an ID and an empty constructor to the models
The entity framework needs and ID on each model and an empty
constructor to be able to save the object to the database.

With the obsolete paremeter the constructor won't show up in Visual
Studio to be used.
2018-05-21 14:13:58 +02:00
Andreas Zweili 07e0e8b449 add the entity framwork 2018-05-21 14:09:03 +02:00
Andreas Zweili 203031d5a1 Update the service 2018-05-21 12:24:39 +02:00
Andreas Zweili 92f472caa8 add the models 2018-05-21 12:24:20 +02:00
Andreas Zweili 273cbe002c Start again with the project 2018-05-20 13:43:01 +02:00
Andreas Zweili fa24a502d6 use the gitignore from the other repo 2018-05-20 13:42:38 +02:00
Andreas Zweili fd4b3b1aaf remove visual studio stuff from gitignore
Shit keeps breaking because I'm missing files...
2018-05-20 13:26:43 +02:00
Andreas Zweili 75698bc22a Add a landing page 2018-05-20 12:36:57 +02:00
Andreas Zweili 0e49d0d6ad Add service 2018-05-20 12:35:49 +02:00
Andreas Zweili 04d9075351 add server project 2018-05-20 12:34:41 +02:00
Andreas Zweili 24d2e49830 remove a faulty git ignore 2018-05-20 12:32:10 +02:00
Andreas Zweili 3f196328f2 reformat the readme 2018-05-20 12:02:15 +02:00
Andreas Zweili 0db62a8a71 Update the gitignore file 2018-04-24 07:50:05 +02:00
Andreas Zweili a6aebfff2a Update 'README.md'
Add description text to the readme.
2018-04-24 07:40:15 +02:00
ibz eeef6f8f7f Initial commit 2018-04-24 07:39:49 +02:00