-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
- Create a copy of your monolithic web application (see class handout) ✅
- Decide the resources (verbs + routes) your API will respond to ✅ Your API is well designed in the controller; in the future, you could also document your route design in README.md!
- Create representers for your domain entities/values ✅
- Update input validation and service objects ✅
- Update controller routes to return Json representation of objects ✅
- Write acceptance tests for your API ✅
Robocop/Smell:
A few offenses. First, try to shorten the block length. If necessary, consider using # rubocop:disable Metrics/BlockLength or # :reek:TooManyStatements to ignore the warning.
Metadata
Metadata
Assignees
Labels
No labels