UWIT-IAM / cert-service

UW certificate service website
2 stars 0 forks source link

Add search button and improve dev QOL #54

Closed stea-uw closed 1 year ago

stea-uw commented 1 year ago

Task: https://github.com/orgs/UWIT-IAM/projects/2?pane=issue&itemId=28088142

This PR also adds a build check to the PR workflow for this package, which will help make reviews faster in the future.

It also removes the Maven dependencies hack (and associated README file), by extracting the Spring Velocity beans directly into our source org/ directory. At the end of the day, Java zips up all classfiles into one file heirachy anyway, so one-off packages create unneccessary maintenance effort.

I'm happy to split this up into 3 PRs if requested.

stea-uw commented 1 year ago

Closing this and splitting it up