-
Notifications
You must be signed in to change notification settings - Fork 0
S.T.A.R.
Oleg Dutsyak edited this page May 24, 2017
·
4 revisions
Situation: Application features. Task: Not enough time to implement all features. Action: Trying to implement base CRUD operations and base user inteface. Result: Many features remained unimplemented.
Situation: Application GUI. Task: Create simple and user-friendly interface. Action: Used standard Presentation Framework controls. Result: User interface looks simple, old-school and provides necessary features.
Situation: Date and time picker. Task: Add control, where administrator can select date and time for creating schedule. Action: Because there is not needed control in WPF base library, it was used DateTimePicker from Extended WPF Toolkit. Result: Administrator can select date and time.