You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
800 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# TodoList
A simple TodoList application which uses xml-files for data-storage.
A project for class "programming 2" at Baden-Wuerttemberg Cooperative State University.
- Professor: Johannes Unterstein
- student: Thomas Battermann
- course: TINF14K
## Known bugs
- If the TodoList-view is to small, changing names and adding new ones doest work.
## Todo
- Highlight items with priority
- Highlight items past due (and TodoList!)
- filter items (include/exclude done items)
## Dependencies
- [Apache Commons Lang](https://commons.apache.org/proper/commons-lang/)
- [Apache Commons Validator](https://commons.apache.org/proper/commons-validator/)
- [Apache Commons Codec](https://commons.apache.org/proper/commons-codec/download_codec.cgi)
or simply:
cd ext
bash get-dependencies.sh