Go to file
Marcel Grześ 0806b25c79 Basic funcionality was completed.
- EditRecordDialog has been added and edited; Others pages (View) has been added and completed;
- All ViewModel and Models was completed;
- WebService, ApiComandProvider has full funcionality,
- New interface has been created;
- Application is working now :) it's time to refractoring and testing
2019-01-07 19:49:48 +01:00
.vs/HospitalServerManager/v15 Basic funcionality was completed. 2019-01-07 19:49:48 +01:00
Assets Initial commit 2018-11-18 18:49:40 +01:00
InterfacesAndEnums Basic funcionality was completed. 2019-01-07 19:49:48 +01:00
Model Basic funcionality was completed. 2019-01-07 19:49:48 +01:00
Properties Initial commit 2018-11-18 18:49:40 +01:00
View Basic funcionality was completed. 2019-01-07 19:49:48 +01:00
ViewModel Basic funcionality was completed. 2019-01-07 19:49:48 +01:00
bin/x86/Debug Basic funcionality was completed. 2019-01-07 19:49:48 +01:00
obj Basic funcionality was completed. 2019-01-07 19:49:48 +01:00
.gitattributes Initial commit 2018-11-18 18:49:40 +01:00
App.xaml Initial commit 2018-11-18 18:49:40 +01:00
App.xaml.cs Initial commit 2018-11-18 18:49:40 +01:00
HospitalServerManager.csproj Basic funcionality was completed. 2019-01-07 19:49:48 +01:00
HospitalServerManager.csproj.user Basic function development 2018-12-22 15:52:17 +01:00
HospitalServerManager.sln Basic function development 2018-12-22 15:52:17 +01:00
HospitalServerManager_TemporaryKey.pfx Initial commit 2018-11-18 18:49:40 +01:00
Package.appxmanifest Initial commit 2018-11-18 18:49:40 +01:00
README.md Create README.md 2018-11-18 18:59:37 +01:00

README.md

HospitalServerManager

It is online version of the AdmissionManager (www.github.com/SirLecram/AdmissionManager). I decided that I would do both projects at the same time :). This app is the client. I would like to implement to the client MVVM pattern. Responsibility for database management will be transferred to the server in Golang. Repository of Golang server is here: www.git.wmi.amu.edu.pl/s439397/admissionServer