Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 937 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 937 Bytes

HelloWorldApp

CURRENT REQUIREMENTS

  1. Write a static string "Hello World" to an output destination.
    (Future tasks - Integration tests)

  2. Retrieve a static string from the Message API.

  3. A configurable module to specify the output destination.
    Current Phase: Specify console as the output destination.
    (Future Enhancements Supported - the capability to plug in different output destinations and the option to provide configuration settings for the output destination, logging and error handling, unit tests)

DELIVERABLES

  1. Jira user stories/subtasks (pending)
  2. Code artifacts for the above tasks.
  3. High Level Design document. (pending)

ASSUMPTIONS

  1. In case the API is unavailable or an error response is received, the following string will be displayed: "We are sorry, you request cannot be processed currently. Please contact Customer Support for further assistance".