Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.23 KB

TODO.md

File metadata and controls

32 lines (24 loc) · 1.23 KB

TODO

Lib

  • Check all GoodData::Something[:all], they used to return Array of Hashes in many cases now they are all returning Objects
  • Use less strict versioning See #96
  • Library wide-logging to tmp/logs/{{TIMESTAMP}}.log
  • Globar library crash handler storing stacktraces to tmp/crashes/{{TIMESTAMP}}.log
  • High Level Error Handling
  • Pretty Print Rest Client & Connection
  • Unify
  • Use more of pmap
  • Create class (GoodData::Storage) for abstracting remote FS (=> WebDav)
  • Print stats at client disconnect and not at_exit as now!
  • Make stats optional via cmd-line switch

Tests

  • Pending tests
  • Rubocop spec/**/*.rb
  • Properly split unit and integration tests

All Timers

Done

  • walked through Project and added majority of the helpers for getting project related objects (fact, attr, metric, etc)