[x] Remove your pem from Github! Anyone could find this and start trying to use it. I've seen aws accounts hacked in the past because a private key found it's way into GitHub.
[ ] Time to flush out the details of the upcoming weeks in your project plan.
[ ] Remember to keep your project plan current by checking off completed items using - [x].
[x] You have a good start on the DAOs in your project - time to refactor to the generic dao. You should leave your current unit test, just modify them to use the generic dao. Any new entities or untested entities, should likewise be unit tested with regard to the hibernate/db "stuff”.
[x] Remember to check off completed Github Issue items using - [x], and then close the issue when all tasks are complete. This includes peer review feedback.
[x] It's also time to start thinking about what classes you will need to create yet. Which controllers and which additional entities, for example.