You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
- 2"Working software is the primary measure of progress.", not UX. UX is worth nothing if it's not working software. You would have a point if you advocated having UX at the same time or later w/r/t the actual feature, but you don't so, so this answer is flatly wrong.Sklivvz– Sklivvz2014-03-16 11:19:32 +00:00Commented Mar 16, 2014 at 11:19
- 3@Sklivvz: I guess we have to agree to disagree. While it's true that working software is the primary measure of progress, it's not the only measure. Some amount of design must be done up front before a team can start coding. UX isn't something you can just tack on at the end.Bryan Oakley– Bryan Oakley2014-03-16 12:21:25 +00:00Commented Mar 16, 2014 at 12:21
- 4@BryanOakley I agree that some thought needs to be given to all work up-front, not just ux. However, the value of that work is decided by the stakeholders. If ux work is done one sprint ahead, the feedback loop has just been extended by at least one sprint. I would suggest that this is an unnecessary risk. UX is no different from design, or architecture, or database design, or report format. It CAN all be done in one sprint, with product backlog items that are created as vertical slices of functionality.Derek Davidson PST CST– Derek Davidson PST CST2014-03-16 14:02:34 +00:00Commented Mar 16, 2014 at 14:02
- It can be done in one Sprint, but without knowing what the user experience will be how can you plan the rest of the work? If you don't know the detailed software design you can still plan the work. But if you don't even know what the screen and functionality will be like, how can you plan anything?Eugene– Eugene2014-03-16 18:45:10 +00:00Commented Mar 16, 2014 at 18:45
- 1By working incrementally, as is the usual agile way. The developers produce a prototype either in real-time collaboration with a ux designer or based on their own ideas about ux; once a prototype is working a designer reviews it and provides a list of changes. A story doesn't need detailed planning; all it needs is an estimate of size (and some dispute even that).Jules– Jules2015-10-03 18:49:43 +00:00Commented Oct 3, 2015 at 18:49
| Show 2 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. design-patterns), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you