DistrictDataLabs / baleen

An automated ingestion service for blogs to construct a corpus for NLP research.
MIT License
86 stars 38 forks source link

Duration colorization #43

Closed bahadasx closed 8 years ago

bahadasx commented 8 years ago

Addresses #35 - Created a property in models.py for Log model to pass color based on duration. If finished is present, then there is no color returned in the property. This property is called within the status.html page in the "Duration" cell.

landscape-bot commented 8 years ago

Code Health Code quality remained the same when pulling f8d81bf on bahadasx:duration-icon into 70379c6 on bbengfort:develop.

bahadasx commented 8 years ago

I didn't mean to make the last PR for master. It was late!

bbengfort commented 8 years ago

@bahadasx no problem - don't worry!

bbengfort commented 8 years ago

I have to say - pull requests make more sense to me on the command line then they do in the web application!

bbengfort commented 8 years ago

Oh - and you should do a pull from develop since I had to resolve a minor merge conflict.