The meaning of life is to explore the world

(Shifted from Jan.31) Email file names are generated from special data

Posted on By Jason Liu

What have been done:

  1. (Shifted from Jan.31) Email file names can now be generated from special data.

Note:

  1. E.g. of JPA format used in the program:
     @Query("{\"status\" : { $ne: \"INCOMPLETE\"} }")
     List<Special> excludeIncompletes(Status status);