-
Notifications
You must be signed in to change notification settings - Fork 1
S.T.A.R.
- Situation: For DoctorVisinitgSystem application I needed to have an database.
Task: I had to develop all tables(and fill it with data), constraints, functions and procedures that would be convenient to use and would satisfy all application features and requirements.
Action: I started to develop that. After creating tables I started to create functions and procedures that would cover all features and requirements.
Result: As a result my database was created and filled with data.
- Situation: For my application I needed to have entities and repositories.
Task: I had to create classes that correspond to tables and procedures.
Action: I created entities and repositories methods of which corresponded to procedures. To ensure that all procedures work correctly in Visual Studio I created console project and started to test all methods.
Result: As a result I fixed all bugs and I was sure that all methods were working well.