Josh
Josh
## Description The default settings json file is missing a coma which makes it invalid json. ## Changelog: - add coma
### Overview We need to write unit tests so that functionality is not broken across updates to this fundamental piece of logic. This will also help us define how we...
### Overview Front end is making a PUT request to `/candidate`. The method type is POST (since we are creating a new candidate resource, not updating an existing one). ###...
### Overview Conform REST calls to w3 HTTP spec. ### Action Items Also, should think about which HTTP spec version to adhere to. This will be reviewed as a separate...
### Overview Write documentation explaining the technologies, software decisions, design decisions, and install guide ### Action Items - [ ] refine set up process - [ ] add software decisions...