Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 742 Bytes

README.adoc

File metadata and controls

25 lines (17 loc) · 742 Bytes

ToDo Task Model

This is a Java/JPA model for the ToDo.txt Task format. You MUST have JPA 2.1 available to compile this (should be no problem as it’s included in Java EE 7+).

What works:

  1. The Task, Context, Status classes

  2. parsing simple tasks

  3. converting simple tasks to strings

What should be added:

  1. Add MetaWidget tags to entity classes.

What’s not right yet:

  1. It is known that Eclipse flags a false error due to the lack of persistence.xml; this file MUST NOT be here (nor in the output Jar file) as different implementations such as ../TodoService must be allowed to provide it instead.

  2. Must remove Project/Context when parsing input, else you get (A) Call Mom @Home @Home @Home…​