jmkaneshiro / stayontrack

StayOnTrack is a clone of Pivotal Tracker -- an agile project management tool.
https://stay-on-track-app.herokuapp.com/
5 stars 0 forks source link

Adds styling for viewing/editing story previews in project #48

Closed jmkaneshiro closed 4 years ago

jmkaneshiro commented 4 years ago

Summary

Updated styling for viewing/editing story previews in project.

Details:

Technical Notes

Took a few shortcuts with regard to the logic for showing the story type icon. Used short-circuiting inside the component, but probably should have used a case statement. Will investigate that for future improvements.