diff options
| author | Teddy Wing | 2013-03-23 18:58:19 -0400 |
|---|---|---|
| committer | Teddy Wing | 2013-03-23 18:59:07 -0400 |
| commit | e4750f02abdd41bb2578298dea3153e66f810fd7 (patch) | |
| tree | ad4402715e5813ca6ca9db8eee441077b10757f6 | |
| parent | b79761638f7e089d40b49f545dc61bdc131b873f (diff) | |
| download | ScrumDo-Trellic-e4750f02abdd41bb2578298dea3153e66f810fd7.tar.bz2 | |
Add README, add a couple new TODOs
| -rw-r--r-- | README.md | 5 | ||||
| -rw-r--r-- | TODO | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..34f8156 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +README +====== + +# Resources +- [KeyCode finder](http://jsfiddle.net/vWx8V/)
\ No newline at end of file @@ -1,6 +1,7 @@ TODO ==== +# 2013.02.22: - Create mechanism to select stories on board using arrow keys - Use 'i' key (or other that makes sense) to bring up story info/edit modal - 'a' to bring up modal and focus on Assignees field @@ -10,3 +11,5 @@ TODO - 'L' to open a new tab with the iteration in list view - 't' to open and close tasks drop-down. On open focus to Summary field - Add a Chrome options panel to allow users to select the refresh interval +- If you press numbers and then Enter in a short enough amount of time, the + story corresponding to the numbers you typed in gets selected |
