- User & Account Singleton services
- Test refactor: most api requests to be separate browser commands
- Browser tests: get rid of all unnecessary
done
callbacks - Move fetches up to route, pass down promise and not resolve until needed
- Separate sections from pages
- Groups service for storing off macros / views specific groups
- Unify rule list pages
- Clean up fixtures. Most of our fixtures for a given resource are the same except for one thing, maybe we can cut down on some of these fixtures and just overwrite the one property we're focusing on?
- turn on eslint sort-imports.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Zendesk::TicketMetric::EventDeleter.new("z3nstone".to_account).run! | |
Zendesk::TicketMetric::EventDeleter.new("deadlift".to_account).run! |