FoamFactory / FoamFactory/taphandle

Extract the error messages into a better configuration file

Open
#13 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
JavaScript
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

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:

```json
{
"errorMessages": {
"validation": {
"password": {
:
}
}
}
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.