Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 479 Bytes

ROADMAP.md

File metadata and controls

21 lines (17 loc) · 479 Bytes

Roadmap

Enhancements

  • Place html templates to app/templates folder
  • Try chi.Router
  • Tests
  • Legacy branch for easy migration from the original version
    • remove healthcheck from dockerfile
  • Cache for values for not to DDOS Docker Hub

CI

  • Add GitHub actions to build and push the image
    • :snapshot
    • :latest
    • :X.Y.Z
    • :X.Y
    • :X
  • Add test reports for CI
  • Automated CodeReview for PRs