Skip to content

Commit

Permalink
Added "wireframe" of GUI.
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertaylor committed Dec 2, 2013
1 parent 9d7bf41 commit e11879e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions roadmap.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Roadmap
=======

Sprint 1:

- Be able to set daily time limit that counts application run time cumulatively
Test with Spectromancer.exe and Hearthstone.exe.
- When 5 minutes are left popup a warning.
- After time limit expires always kill the blocked processes.
- Reset time after midnight.

Not doing for Sprint 1:

- No MVVM.
- GUI code can be thrown away after Sprint 1 and re-done from scratch if need be.

Sprint 2:

- lameover runs in background and popups warning with 1 minute kill delay on any new attempt to start banned processes
after timeout+kill has already happened.
- Be able to pick the banned process names out of a window populated from current processes.
- Make lameover low priority. Research hooks that don't require always running.
- Assembly packaging.
- ??

0 comments on commit e11879e

Please sign in to comment.