Skip to content

Instantly share code, notes, and snippets.

View alex-stone's full-sized avatar

Alexander Stone alex-stone

  • Coinbase
  • San Francisco
View GitHub Profile
@alex-stone
alex-stone / admin_checklist.md
Last active May 14, 2016 00:10
Beautifying Admin Checklist

Todo:

  • 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.
@alex-stone
alex-stone / gist:7a95200b4f525ec324d8
Created July 13, 2015 21:50
Delete pre-rollout ticket metric events for internal accounts
Zendesk::TicketMetric::EventDeleter.new("z3nstone".to_account).run!
Zendesk::TicketMetric::EventDeleter.new("deadlift".to_account).run!