sujith90 / Pi

Rasp Pi
1 stars 2 forks source link

Create an ETS reminder #18

Closed BrianPearTree closed 8 years ago

BrianPearTree commented 8 years ago

Within x minutes if time to leave, if the employee leaves desk without notifying monkey time card is filled out, give a gentle reminder!

noebrito commented 8 years ago

settings1 settings2

Making good progress here.... Learned how to save and persist settings using .json files. Much easier than just writing to a .txt file.

noebrito commented 8 years ago

The "Settings" aspect of this feature is implemented . The user can set the 1. Time that the user leaves work and 2. The x amount of minutes within the time time. The settings properly persist as the application is opened and closed.

noebrito commented 8 years ago
main_screen settings_screen

I believe I have finished implementing this feature. I won't be able to make the meeting on Monday so I recorded a demo of the functionality in action: http://www.screencast.com/t/VygEugb7OV5

I checked in the code to Github.

BrianPearTree commented 8 years ago

Wow! This is really cool. Nice implementation, great demo.