Ask HN: What does an Epic represent for your team?
From the conversations I've had, for most software teams, epic basically equals to a feature they are building. It's broken down to user stories and tasks. I'm curious to know if you use an Epic to represent something else within your software team?
5 comments
[ 1.5 ms ] story [ 19.3 ms ] threadDisclosure: I'm the founder of kitemaker.co, an issue tracker that is quite focused on themes and trying to help teams improve.
e.g. Epic -> "We want to georeference imagery in ${app}" Feature1 -> Upload Imagery to app Feature2 -> Manipulate imagery that is visible on the map with the mouse cursor FeatureX -> ... TaskY -> Warp an image via canvas TaskZ -> ...