Copyright © 2021 Jordan Hyde, Devon Fox, Vinh Nguyen, Anteny Erdmand, Joel Crouch
TimeFlo is an implementation of a Pomodoro®-like timer for breaking out of flow state.
This timer will run on windows, it will save user preferences, and will feature a slider timer display that can be moved while the timer is running.
- Requirements complete.
- Project plan complete.
- Design complete.
- Implementation complete.
- Validation complete.
Run Instructions:
- Run project on Windows system only
- After downloading TimeFlo, select the downloaded folder. A new window will open. There are two
time periods one may choose to use: work and break periods. The work period is used for the amount
of time used on the productive time, and the break time is the amount of time used for a break time.
Use the slider to choose a time beneath their respective time periods, or choose a specific time
to the right. Minutes, seconds, and hours may be selected for the work or rest periods, if the
specific time option is used.
After the user has chosen times for the work and break periods, the "Start" button will begin the
timer.
The "Pause" button may be used to pause the timer. The "Stop" button stops the timer. After the time has completed, a bell and a pop-up will alert the user to the end of the time period. The user may opt to use the same time again, if necessary.
Build Instructions:
- Add project via HTTPS to visual studios or other windows IDE
- Build Timeflo Project.cpp
Development documentation is available for TimeFlo, including: