Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 670 Bytes

techdebt.md

File metadata and controls

15 lines (12 loc) · 670 Bytes
  • TECHDEBT BY COMPONENT *

  • GENERAL ** remove heredocs, replace by erb templates ** move all general configuration to a ~/.relevance_rails.yml file (AWS stuff, keys git repo stuff) ** TESTING, at minimum an acceptance test script a human executes to ensure correctness across key functional areas

  • APP GENERATION ** If no git keys url file AND no ssh agent active, complain noisily and refuse to continue

  • deployment generator ** Don't hardcode path to chef binstub, caused by ubuntu installing weirdness ** Make the deployment generator idempotent ** Better error handling when the aws.yml is not present ** On an uncaught exception, destroy the ec2 instances (?)