Skip to content

Releases: gprendi/adobe_exercise

Extras

10 Mar 03:47
Compare
Choose a tag to compare

Extended range from 1-255 to 1 - 3999

Extended functionality:

  1. Added tests for range queries
  2. Implemented range query function, to compute range asynchronously.
  3. Modified /romannumeral route to accommodate queries
    Added Monitoring
    Dockerfile
    Static code analysis with snyk
    Automated workflows with github actions

Full Changelog: https://github.com/GPrendi30/adobe_exercise/commits/extras

Base Requirements

08 Mar 13:02
Compare
Choose a tag to compare

Completed base requirements:

  • decimal to roman calculation for integers in range 1 - 255
  • http server with endpoint /romannumeral
  • test suite
  • error handling
  • documentation