diff options
| -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 |
