agile

How to write User Stories for technical implementation details? [closed]

本秂侑毒 提交于 2019-12-03 03:34:31
I'm trying to work in a more organised way and started adopting user stories. I think I have misunderstanding of how should I use user stories for technical stuff. Let's say I'm coding an app that gives me the ranking of my site for a certain Keyword in Google. The user story goes like that: As an Internet Marketer I want to find out where my website ranks for a keyword So I'll know whether my SEO efforts work Now this is pretty straight forward and user centric... However, what happens if I need to introduce Proxies into the loop. On one hand, Proxies are technical implementation detail on

What is the definition / difference of “backend” and a “frontend” in a software development / project? [closed]

半世苍凉 提交于 2019-12-03 03:24:17
Closed . This question needs details or clarity. It is not currently accepting answers. Learn more . Want to improve this question? Add details and clarify the problem by editing this post . How a newbie differentiate between this? How one can know he/she is working is back-end system or front-end system? "Front-end" typically means the parts of the project a user interacts with--such as the graphical user interface or command line. It's a vague term, there isn't an exact definition. "Back-end" means the parts that do the work, but the user is unaware of or cannot see. Databases, services, etc

How do you do version numbering in an agile project? [closed]

浪子不回头ぞ 提交于 2019-12-03 03:10:18
Closed . This question is opinion-based. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it can be answered with facts and citations by editing this post . Currently, we're using the following version numbering scheme for our C# winforms project: "Major Release"."Minor Release"."Iteration Number"."Build Number within that Iteration" We wanted to be able to identify the iteration number and the build number within that iteration just by looking at the version number. In the past, we had done something like:"Major Release"."Minor Release"

Agile development; on-line free tools! [closed]

眉间皱痕 提交于 2019-12-03 03:06:39
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . We have been looking to implement Agile methodology within our geographically distributed development team, so i need suggestions on any free on-line application that you have used and find useful. Right now we are using paper cards and wall to manage this :), but we want to shift to an on-line version

How to compete on a scarce spec'd project to avoid team death-march [closed]

跟風遠走 提交于 2019-12-03 03:05:36
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. I'm time+cost estimating a semi-complex software solution, that hasn't got specific requirements in about 75% of features. I would still like to make as good estimate as possible, by getting additional data from the client. There will still be parts that may end up not being able to develop, since there's too many dependencies with other products/technologies and lack of definition. I also have a very tight schedule to

Difference between agile and iterative and incremental development [closed]

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-03 02:42:56
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 2 years ago . What are the difference between Agile and iterative and incremental development? Is Agile considered as iterative and incremental? Some info shown the Agile is the latest of iterative and incremental. I need a clear clarification on this. 回答1: Iterative - you don't finish a

In agile/scrum user stories, how much detail is enough? [closed]

强颜欢笑 提交于 2019-12-03 02:33:25
Enough detail is enough is the usual response. On the project we are currently busy with (which was incomplete and handed over to us without any brs/documentation/user stories of any sort, we get stories like: As a Product Owner I need the developer to test the XXX workflow so that it works correctly. and As a Product Owner I need the developer to test the YYY workflow so that it works correctly. No indication is given of what "correctly" means. When asking for more detail, one is informed that you are asking for too much detail and since this is agile, the requirement will become clearer

Building an Aircraft using Agile? [closed]

孤者浪人 提交于 2019-12-03 02:10:33
Developers can learn a lot from other industries. As a thought exercise, is it possible to build a passenger aircraft using agile techniques? Forgetting cost for now; how feasible is it to use iterative and incremental development for both the hardware (fuselage, wings, etc) as well as software, and still come out with a working and safe product which meets the customer’s requirements at the time of delivery? Does it make sense to refactor a plane? I'm going to say "kind of". In fact there's one example right now that I think is pretty close to answering this question. Boeing is attempting to

Role of Testers in Agile? [closed]

我怕爱的太早我们不能终老 提交于 2019-12-03 01:59:49
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 2 years ago . I work in a team which has been doing the traditional waterfall method of development for many years. Recently, we've been told that future projects are going to be moving towards an agile (particularly Scrum) methodology. It so happens that my project will be one of the

What is the difference between a User Story and a Feature in Agile terminology? [closed]

北战南征 提交于 2019-12-03 01:09:50
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I guess a feature could be something like "credit card authorization", while a user story may be "authorize credit card for paypal". So, is a user story a subset of a feature? 回答1: Yes, something like a subset. This article is a good read: Features vs Stories Excerpt: I realized today that I hadn't made explicit