-
Notifications
You must be signed in to change notification settings - Fork 2
Clean up code. | Edit multiple routes. #12
Copy link
Copy link
Open
Labels
Description
rdok
opened on Apr 1, 2016
Issue body actions
- Add validation request | EditRouteRequest
- Extract only data we work with. | EditRouterExtractor
- Use single responsibility principle for editing all routes. |
- Add flash messages. Why session messages are preferred:
- Store messages in session data until they are retrieved from any page.
- Pass message to flash array from any where in the project.
Reactions are currently unavailable