Question

What is the preferred way to treat tiny interface tweaks such as "make the menu colour lighter when you hover over it" when using stories.

My first though was to treat it as a bug; stick it on an index card and add it to the bugs file for scheduling into an up-coming iteration.

I just wondered if anyone else had any alternatives that they would recommend

Was it helpful?

Solution

If you have a lot of those small interface tweaks, you could make them tasks within an overall "improve GUI" user story. Of course that overall story should have a certain business value (easier navigation) and have a good description "as a user I want to... in order to.. ".

OTHER TIPS

They are a user story like any other.

If it's a single, trivial UI tweak, it can be a cheap user story - but I'd still represent it as a story so that it's taken into account in velocity, estimation and planning.

If you want to collect a bunch of small UI tweaks on the same thing - e.g. slightly different colour text for a div tag and a different font family, then by all means group them together into a bigger user story - so long as the description of the user story makes sense.

If it's a requested feature then i would create a new story for it for the next sprint/iteration. "Implement Visual Feedback for User Interaction via Pointer Device with the Page Selection Module" sounds like a nice story for that... or simply "UI Layout Enhancements" to group several of such small tweaks together.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top