bicarbon8 / todoTxtWebUi

A web UI to use with a todo.txt file
GNU General Public License v3.0
108 stars 21 forks source link

Web UI should provide a checkbox that will include or when unchecked, exclude all closed tasks from display and save command #1

Closed bicarbon8 closed 9 years ago

bicarbon8 commented 12 years ago

The current index.html has a (currently hidden) checkbox with id of "showClosed-checkbox" that should be bound to javascript events inducing the displaying of and filtering out of closed tasks based on the state of the checkbox.

REPRO:

  1. open index.html and see the checkbox with id of "showClosed-checkbox"
  2. open js/todoTxt.js and see the TODO: calling out filtering out of closed items (inside of "processTasksFromLocalStorage")

ACTUAL: the checkbox is hidden and has no functionality

EXPECTED: the checkbox, when unchecked will update the UI to display only the active (not closed) list of tasks and when checked will display the active and closed list of tasks. Additionally, when unchecked, no closed tasks will be saved to the output file when saving to a local machine

bicarbon8 commented 9 years ago

fixed in 1b442be10d4e4df7545349810e1a41c1fe92a604