Added new user element to add technician form; updates to entities to allow parent-child cascades (esp. Tech and User for now); style tweaks to home.html
obfuscate numbers on boat
Created a little something for the home page.
Created a BaseController and abstracted out repetitive code.
I think I finally have the correct annotations for "deletable" in all the entities
Abstracted out as much repetitive controller code as possible into new services.
Finally completed the pagination controls in the table directive!
Getting started on technician pages
Getting rid of a questionable design choice, that wasn't being used anyway.
Adding some capabilities to the sortPageTable component- column formatting and tooltips
Adding jasmine tests for service. Fixed a typo as a result.
Finishing the service list and form on the UI side.
Beginning work on the Service pages.
Improved a few JavaDoc comments. Added controllers for Service and Technician along with jUnit of these. I wish these were DRYer, but oh well.
Save and Delete validations; Moved "new" to table directive and visually to top of table; extended unit tests, both junit and jasmine; other general cleanup
Accidentally missed
The message bar is now a proper directive. Only the "new" button remains an includes
Adding jasmine unit tests for the angular controllers, new button as "includes" is gone.
Added custom confirm dialog, mostly for deletes. Also, prior change to mysql connect version in pom required a change to the driver package name in datasource.props
(For reasons I can't fully explain, all of my commit messages this week contain bad puns.) May this utility have many happy returns, as the DAO will not. Removed un-needed returns from abstract save and update. On the angular side, pulled out some boiler-plate http from controllers to a new util service
(For reasons I can't fully explain, all of my commit messages this week contain bad puns.) I unit tested my pun skills, and it failed. Junits are back and passing.
(For reasons I can't fully explain, all of my commit messages this week contain bad puns.) I just got bit by a mockito. Expanded junit test of controllers, with Mockito. Note separate app configs now.
(For reasons I can't fully explain, all of my commit messages this week contain bad puns.) The txMan cometh! Fixing my Hibernate configuration by adding Transaction Management.
(For reasons I can't fully explain, all of my commit messages this week contain bad puns.) This sort of table is just what we need around here. Moved the table component into a directive, and added some cool features to it.
(For reasons I can't fully explain, all of my commit messages this week contain bad puns.) A bunch of buttons walked into a bar. Made the standard group of buttons into a directive, eliminating need for many individual buttons.
Moving localhost props files from own folder to base resources folder so that Eclipse recognizes them, then also hgignoring them as they do not impact deployed project.
First end-to-end attempt and ultimate success. Note the embarrasing typos.
Ensuring that pages react well to errors at the Spring service level; simplifying save code.
Moved logging for controller to aspect. Moved localhost log4j props file
Added a favicon
Progress on both Angular and Spring controllers for category, although Spring is still returning mock data.
To avoid confusion with this application's Service entity, the servlet url pattern is changed to websvc
CSS clean-up and organization
Major html, css, svg progress. Looks all pretty!
Adding overrides of equals, hashcode, and toString to all entities
Beginning to create pages and other UI resources
Fix my mis-understanding of how to configure profiles, especially for the unit tests
Adding log4j via aspects
Home
Home
Home
Overview
Expanded javadoc, annotations, and a little clean-up
Needed to switch to Java 8 to get Spring 4 to work. Other config files now tweaked and should be okay. The one jUnit test created so far now passes. Deleting xml based configs.
Making a little progress. Some of the Spring configuration is not quite ready yet.
Adding mappings to the entities (I hope they're right!), plus a little clean-up.
First stab at creating Hibernate entity classes, currently without relationship mappings
A little progress with sql scripts and hibernate config
Initiating project