Table of Contents |
---|
All services
- Standardize utility classes into the util package, NOT utils.
- Turn on disabled tests.
- Audit to make sure all relevant unit tests/automated tests from v2 are covered in v3.
- Add more thorough logging. (A quick review of the reference-data and requisition services suggest that controllers sometimes perform CRUD operations without logging anything.)
- Showing a service's version creates a new Java object. Seems like it should just be a static method, since version info doesn't change over the life of the application.
...