thegreenwebfoundation / green-cost-explorer

See how much of your cloud bill is spent on fossil fuels ,so you can do the right thing and switch. We're in a climate crisis, remember?
Apache License 2.0
171 stars 18 forks source link

Show by service #14

Closed vsmart closed 5 years ago

vsmart commented 5 years ago

Closes #10

Screenshot 2019-08-14 at 17 24 25

Todo

mrchrisadams commented 5 years ago

This looks really nice @vsmart !

I've created #9 for hiding this behind the tags.

https://github.com/thegreenwebfoundation/green-cost-explorer/issues/9

My preference is to merge this in, and then sketch out the design for breaking the bits of this into separate objects responsible for only their own job.

So we might move some of the CLI parsing into a separate file, using something like commander, and some of the filtering and grouping into another one, and the renderer into it's own file/object too, to make it easier to write the tests and make them easier to change, as long as we have a consistent interface.

Sound good?

vsmart commented 5 years ago

My preference is to merge this in, and then sketch out the design for breaking the bits of this into separate objects responsible for only their own job.

👍 :shipit: