Skip to content

Extract the error messages into a better configuration file #13

@jwir3

Description

@jwir3

Right now, our configuration file is pretty lame. We have a bunch of defaults all over the place. Instead of this, we should put all of our error messages into a .JSON file, that is first searched for in the current usage directory, then in the package directory. It should be in the following form, and be baked into the web build of the application:

{
  "errorMessages": {
    "validation": {
      "password": {
        <CAUSE> : <MESSAGE>
      }
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions