Closed chri55w closed 8 years ago
Requires addition of a Context Menu Item 'Hide' to the Timer Button. Creation of HideTimerType Command and Database call to update the TimerType as Hidden. Accessor Properties 'TimerTypes' 'RecentTimerTypes' and 'TodaysTimerTypes' will all require update to filter any Types considered 'Hidden'
Progress update: Timer Hiding implemented - Context menu added, commends hooked up, user confirmation implemented and database updated on confirmation.
Final change requires modification to Timer Types property accessors
Hiding implemented successfully
It should be noted that Timer Types cannot be shown again once hidden, pending further updates to hiding functionality.
Database includes column 'HIDDEN' as Char(1).
Implement hiding of Timer Types in List (Main Window and Time Log Edit Panel) to avoid using Timer Types once hidden.
Add Right Click Option 'Hide' to the Timer Button User Control. Implement the ICommand to call Database Update Function.