ucsb-cs56-projects / cs56-utilities-todo

-
0 stars 6 forks source link

Saving and Loading todo list from file #10

Closed bkiefer13 closed 10 years ago

bkiefer13 commented 10 years ago

Save the todo list in a file that can be opened and read outside the program (ie a text file) with reasonably good formatting. Allow user to save the file under a specified file name.

Also, add a function to be able to read a todo list from file.

~200 points

pconrad commented 10 years ago

@sososohan and @khaliddhanani

erdinckorpeoglu commented 10 years ago

Significant progress.

pconrad commented 10 years ago

So, there is now some code in what @khaliddhanani and @sososohan are about to "pull request" that tries to address this issue. It does not work, but since there is now code there (but with a bug), I'm going to close this issue (without awarding them any points for it) and let it be replaced by #15 (fix bug loading from text file)--ALSO not giving them any points for that one either, but leaving that to a future student. I propose that @khaliddhanani and @sososohan do get points for the issue they DID address, which I've captured in issue #13