active questions tagged requirements - Stack Overflowmost recent 30 from stackoverflow.com2009-11-27T10:31:16Zhttp://stackoverflow.com/feeds/tag/requirementshttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1803136/gathering-requirements-with-scrum4Gathering Requirements with ScrumFiona Holder2009-11-26T11:27:27Z2009-11-26T17:04:31Z
<p>My development team is working to the Scrum methodolody, pretty much. We have a prioritised product backlog, which we break down into sprints tracked by a burndown chart. </p>
<p>Trouble is, the product managers (who gather requirements from the stakeholders) will give us an outline of the requirements, say a few days before the start of a sprint, or set of sprints. </p>
<p>We then have a look through them, revise them with what is feasible (technically and within reasonable time). This gets sent off for review by management, other product manages and stakeholders, and usually revised/tweaked further, which tends to go on in a circle until it has all settled down.</p>
<p>Meanwhile, the sprint start date is upon us and we start grabbing at the requirements we are pretty sure are stable. Once those are done we are left with endless days of tweaking the code as the requirements shift around slightly.</p>
<p>While I'm aware that requirements shouldn't be considered fixed, I just feel like we are managing this badly, and trying to fit a waterfall requirements approach into agile development. </p>
<p>Does anyone have any improvement suggestions or experience of this kind of issue? </p>
<p><strong>Edit:</strong> This is probably a worst case scenario for us - sometimes the requirements are pretty stable and we actually use Scrum properly! However, more frequently we are seeing the above scenario in our sprints, which is why I have asked the question. I know that the above is not really proper Scrum, that is sort-of the issue :)</p>
http://stackoverflow.com/questions/1779121/domain-language-what-is-the-best-way-to-express2Domain Language: What is the best way to express?Vadi2009-11-22T16:01:27Z2009-11-26T04:30:33Z
<p>One of my client sent me a requirement document and while reading that document there was a flash came in my mind. I started rewriting that big document similar like below. Do you think, an automated tool can generate a data model and rules by running through this. Say, if any client communicate their requirement in this approach, it will make every one to understand the domain better.</p>
<p>I understand that since I know what is blog and comment and post I am able to relate it easily here. However, if one chop down all the technical terms of their business in this manner, will it not be easy to make every one on the same page?</p>
<ul>
<li>Model:
<ul>
<li>blog <strong>has a</strong> date </li>
<li>blog <strong>has a</strong> content</li>
<li>blog <strong>has a</strong> author </li>
<li>blog <strong>has many</strong> comments </li>
<li>content <strong>may have</strong> images</li>
<li>content <strong>may have</strong> links </li>
<li>comment <strong>has a</strong> blog </li>
<li>comment <strong>has a</strong> name </li>
<li>comment <strong>has an</strong> email </li>
<li>comment <strong>may have</strong> an url </li>
<li>comment <strong>has a</strong> date</li>
</ul></li>
<li>Rules:
<ul>
<li>blog <strong>cannot be</strong> empty</li>
<li>blog <strong>may be</strong> published <strong>or</strong> drafted</li>
<li>blog <strong>should have a</strong> author</li>
<li>blog <strong>cannot be</strong> deleted <strong>when</strong> comment is present</li>
<li>blog <strong>cannot have</strong> comments <strong>after</strong> 20 days</li>
</ul></li>
</ul>
http://stackoverflow.com/questions/1771983/in-agile-scrum-user-stories-how-much-detail-is-enough3In agile/scrum user stories, how much detail is enough?AgileDev2009-11-20T17:17:46Z2009-11-23T14:32:02Z
<p>Enough detail is enough is the usual response.</p>
<p>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:</p>
<blockquote>
<p>As a Product Owner I need the
developer to test the XXX workflow so
that it works correctly.</p>
</blockquote>
<p>and </p>
<blockquote>
<p>As a Product Owner I need the
developer to test the YYY workflow so
that it works correctly.</p>
</blockquote>
<p>No indication is given of what "correctly" means.</p>
<p>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 later during the sprint (2 week sprint) and you should not worry about the detail just then, but rather to just give the story a weight in "doll hairs" and stop being difficult. Be a big picture guy. Don't worry about the detail.</p>
<p>Is this what agile is supposed to be like?</p>
http://stackoverflow.com/questions/1778953/link-to-studies-that-show-defects-are-cheaper-to-fix-during-requirements-and-desi1Link to Studies that Show Defects are Cheaper to Fix During Requirements and DesignJeff2009-11-22T15:04:06Z2009-11-22T15:58:49Z
<p>I've seen lots of references to such studies, but can't find any links right now.</p>
http://stackoverflow.com/questions/1724210/determining-system-requirements-hardware-processor-memory-for-a-batch-based1Determining system requirements (hardware, processor & memory) for a batch based software applicationAbby2009-11-12T18:02:54Z2009-11-12T18:05:05Z
<p>Hi,</p>
<p>I am tasked with building an application wherein the business users will be defining a number of rules for data manipulation & processing (e.g. taking one numerical value and splitting it equally amongst a number of records selected on the basis of the condition specified in the rule). </p>
<p>On a monthly basis, a batch application has to be run in order to process around half a million records as per the rules defined. Each record has around 100 fields. The environment is .NET, C# and SQL server with a third party rule engine</p>
<p>Could you please suggest how to go about defining and/or ascertaining what kind of hardware will be best suited if the requirement is to process records within a timeframe of let's say around 8 to 10 hours. How will the specs vary if the user either wants to increase or decrease the timeframe depending on the hardware costs?</p>
<p>Thanks in advance</p>
<p>Abby </p>
http://stackoverflow.com/questions/1528117/how-do-we-track-the-details-of-a-user-story2How do we track the details of a user story?Jiho Han2009-10-06T21:09:23Z2009-11-11T15:13:21Z
<p>So if a user story is a something nebulous like:</p>
<p>As a sales rep, I would like to capture the contact information so that I can follow up later on.</p>
<p>I'm not even sure if that's a valid user story but I'm sure it's close enough.</p>
<p>Then there are details/tasks for implementing that user story.
And I'm sure "The sales rep should be able to tab from one textbox to another." is one of the requirements. How do we capture/track this? Is this part of the user story or is it something that's to be considered separately?</p>
http://stackoverflow.com/questions/933353/requirements-testing2Requirements testingalamodey2009-06-01T02:20:51Z2009-11-09T17:38:20Z
<p>I've just finished the implementation of my software system and now I have to document whether it has satisfied its requirements. What sort of information should I include and how should I lay it out?</p>
<p>My initial functional and non-functional requirements was in a two-column table and looked something like this:</p>
<ul>
<li>FN-01 The system should allow users
to send private messages to each
other. </li>
<li>NFN-03 The setup/configuration
form should contain sensible default
values for most fields.</li>
</ul>
http://stackoverflow.com/questions/1691270/how-to-avoid-bad-requirements5How to avoid "bad" requirementsUser12009-11-06T23:41:44Z2009-11-07T00:17:00Z
<p>I frequently hear "X% of software project fail due to bad requirements". The X in that statement has ranged from about 70 to 95. However, I seldom hear how requirements go bad. In fact, the statement itself suggests there were actually requirements.</p>
<p>What makes a "bad" requirement? How can one be avoided?</p>
http://stackoverflow.com/questions/654483/software-for-developing-functional-specifications0Software for developing functional specificationsnshaw2009-03-17T14:27:56Z2009-11-06T20:00:02Z
<p>I need to provide some fairly complex functional specifications to my development team. I could use Visio, Word, or similar. However, I am also aware of products like <a href="http://www.elegancetech.com/LS/LS.aspx" rel="nofollow">LucidSpec</a> that are built specifically for that task. </p>
<ul>
<li>What does your organization use to develop specs?</li>
<li>Do you have any experience with LucidSpec or similar software? Does it work well?</li>
</ul>
http://stackoverflow.com/questions/1670990/closing-the-sale-with-difficult-customers1Closing The Sale With Difficult Customers [closed]Cape Cod Gunny2009-11-04T00:14:06Z2009-11-04T00:34:32Z
<p>We have all had situations where a new potential customer (which means money coming in the door) is presenting his/her idea for a particular project with enthusiasm and passion. There are times when what the customer wants is simply not doable the way they perceive it.<br><br>
The sales manager really wants this customer and told you (prior to this meeting) not to say something that would upset this customer. You (the developer) are sitting in on this meeting and listening to this customers dribble.<br><br>
I'd like to know what <b><i>provocative one-liners</i></b> you came up with that convinced the customer to change his/her mind and <b><i>buy in</i></b> to your company and your approach?<br><br>
Here are a few of my favorites:<br><br></p>
<ul>
<li>You are asking me to put the tooth paste back in the tube</li>
<li>What you have is an elephant. What you want is a rhinoceros. You're asking me to build a <i>RhinElephant</i>
<li>That will work but it ain't right
</ul>
<p><b>Objection to being closed:</b>
You didn't close this one on SO...<br>
<a href="http://stackoverflow.com/questions/532509/how-to-ask-questions-to-an-obstructionist">how-to-ask-questions-to-an-obstructionist</a></p>
http://stackoverflow.com/questions/1650083/documenting-tracking-requirements0Documenting & Tracking Requirements jldupont2009-10-30T14:22:16Z2009-11-01T12:26:15Z
<p>When it comes to sizable software projects, what are the tools for managing requirements?</p>
<ul>
<li>Documenting</li>
<li>Tracking</li>
<li>Alarming</li>
<li>Reporting</li>
</ul>
<p>Q1. Which one(s) do you use and why? </p>
<p>Q2. Assuming you could switch to another platform, which one would it be?</p>
http://stackoverflow.com/questions/1652422/user-support-strategies-for-web-apps-email-forms-and-screen-captures0User support strategies for web apps: Email, forms and screen capturesjms2009-10-30T21:28:02Z2009-10-30T21:31:41Z
<p>Our company supplies a web app that ~500 users uses about once a week. The app is hosted by us as a third party and users are located across the country and working for one company. </p>
<p>I am looking at a new requirement for screen capture functionality to aid support. It is unlikely that the users are local administrator or are interesting in installing a desktop solution. This assumption will be confirmed.</p>
<p>The questions could be about the business or the application.</p>
<p>In an effort to minimize the back and forth with sponsors and PMs I try to show some mock ups and or real world examples of common solutions I could implement.</p>
<p>Print Screen and an email link is already possible but probably an unknown to the user. I'll let the project sponsor know about this standard ability.</p>
<p>My current idea is to provide a button or key combo to the user that will capture the current page's HTML, ask for some addition text and send it over the wire The support specialist would receive a link where the captured HTML would be rendered. I'm sure there are some edge cases and encoding headaches I'll have to deal with but it sounds reasonable.</p>
<p>What are some other ways to aid the interaction between support staff and end users in the web?<br />
Are there any public sites or projects that implement 'my' current idea or similar that I could use as an example?</p>
<p>Thank you in advance for helping me solidify my requirements.</p>
http://stackoverflow.com/questions/1631364/supporting-multi-monitors3Supporting multi-monitorsdemoncodemonkey2009-10-27T14:53:01Z2009-10-28T09:11:37Z
<p>I want to provide multi-monitor support in my application.</p>
<p>In the past I have had the simplistic view that multi-monitor support is simply the lack of open multi-monitor related bugs. If it seems to work on a multi-monitor setup, then it supports multi-monitors, right?</p>
<p>But I would like to create some clear requirements about this.</p>
<p>What are the basic requirements I need to adhere to, in order to satisfy most users' expectations so that they might say "yes this application supports multi-monitors"?</p>
<p>For example an obvious requirement is that all windows/messageboxes/tooltips etc must open on the same monitor that the application is on. And any children of those windows must open on the same monitor as their parent.</p>
<p>Can you think of any more? Are there any guidelines about this anywhere?</p>
http://stackoverflow.com/questions/1612273/force-a-class-to-override-the-equals-method8Force a class to override the .equals methodAntoine Claval2009-10-23T09:14:46Z2009-10-27T19:55:08Z
<p>I have a bunch of class who implement a common interface : Command. </p>
<p>And this bunch of class goes to a Map.</p>
<p>To get the Map working correctly, I need to each class who implements Command to override the <code>Object.equals(Object other)</code> method.</p>
<p>it's fine.</p>
<p>But i whould like to force the overriding of equals. => Have a compilation error when something who implement command dont override equals.</p>
<p>It's that possible ?</p>
<p>Edit : BTW , i will also need to forcing the override of hashcode...</p>
http://stackoverflow.com/questions/1115575/sed-in-one-folder-1sed in one folderYourComputerHelpZ2009-07-12T08:33:56Z2009-10-22T09:17:15Z
<p>hello,</p>
<p>i need 'sed' for some batch;</p>
<p>now there are a lot of requirements;</p>
<p>could anyone tell me how to put all the requirements and sed itself to run in one dir?? [so no need for install, that it works]</p>
<p>'Cause i need to get the batch file public, all that requirements seem to give a lot of work for the users...</p>
http://stackoverflow.com/questions/1588732/maintaining-traceability-up-to-date-as-project-evolves3Maintaining traceability up-to-date as project evolvesCătălin Pitiș2009-10-19T13:41:17Z2009-10-20T20:39:05Z
<p>During various projects, I needed to make sure that the use case model I developed during the analysis phase is covering the requirements of the project. For that, I was able to have some degree of traceability between requirement statements (uniquely identified) and use cases (also uniquely identified). In some cases, enabling traceability implied some additional effort that I considered (and later proved) to be a good investment.</p>
<p>Now, the biggest problem I faced was to maintain this traceability later, when things started to change (as a result of change requests, or as a result of use case changes). </p>
<p><strong>Any ideas of best practices for traceability maintenance?</strong></p>
<p>(It can apply to other items in the project - e.g. use cases and test cases, or requirements and acceptance test cases)</p>
<p><strong>Later edit</strong>
Tools might help, but they can't detect gaps or errors in traceability. Navigation... maybe, but no warranty that the traceability is up-to-date or correct after applying the changes.</p>
http://stackoverflow.com/questions/1087854/is-it-possible-to-quantify-scalability-as-a-requirement3Is it possible to quantify scalability as a requirement?Rob Wells2009-07-06T16:13:06Z2009-10-13T17:41:14Z
<p>G'day,</p>
<p>I was reading the item <a href="http://97-things.near-time.net/wiki/Quantify" rel="nofollow">Quantify</a> in the book "97 Things Every Software Architect Should Know" (<a href="http://rads.stackoverflow.com/amzn/click/059652269X" rel="nofollow">sanitised Amazon link</a>) and it got me wondering how to quantify scalability.</p>
<p>I have designed two systems for a major British broadcasting corporation that are used to:</p>
<ol>
<li>detect the country of origin for incoming HTTP requests, or</li>
<li>determine the suitable video formats for a mobile phones's screen geometry and current connection type.</li>
</ol>
<p>Both of the designs were required to provide scalability.</p>
<p>My designs for both systems are scalable horizontally behind caching load-balancing layers which are used to handle incoming requests for both of these services and distribute them across several servers which actually provide the service itself. Initial increases in service capacity are made by adding more servers behind the load-balance layer, hence the term horizontal scalability.</p>
<p>There is a limit to the scalability of this architecture however if the load balance layer starts having difficulty coping with the incoming request traffic.</p>
<p>So, is it possible to quantify scalability? Would it be an estimate of how many additional servers you could add to horizontally scale the solution?</p>
http://stackoverflow.com/questions/1559310/position-description0Position Descriptioncareer2009-10-13T10:12:12Z2009-10-13T17:25:53Z
<p>Hi. I applied for a job for Asp.net developer with 1 year experience there they mentioned one item of the description to Interpret written business requirements and technical specification documents. So what exactly is this??</p>
http://stackoverflow.com/questions/1558746/grid-computing-and-java1Grid Computing and Javasteven2009-10-13T07:44:53Z2009-10-13T10:45:22Z
<p>I couldn't seem to find a similar question to this. </p>
<p>I am currently looking at the best solution solving a grid computing problem.</p>
<p>The setup:</p>
<ul>
<li>I have a server/client situation where there clients [typically dumb of most logic] and recieve instructions from the server </li>
<li>Have an authorization request</li>
<li>Clients report back information on speed of completing the task (the task's difficult is judged by the task type)</li>
<li>Clients recieve the best fit task for their previous performance (the best clients receive the worst problems)</li>
</ul>
<p>Eventually the requirements would be:</p>
<ul>
<li>The client's footprint must be small and standalone - I can't have a client that requires lots to install and setup</li>
<li>The client should be able to grab new jobs and job runtimes from the server (it would be nice to have the grid scale to new problems [and the new problems would be distributed by the server] that are introduced)</li>
<li>I need to have an authentication layer (doesn't have to be complex or conform to an existing ldap) [easier requirement: clients can signup for a new "membership" and get access] (I'm not sure that RMI's strengths lie here)</li>
<li>The clients would be able to run from the Internet rather in a networked environement
<ul>
<li>Which means encryption of the results requested</li>
</ul></li>
</ul>
<p>I'm currently using webservices to communicate between the clients and and the server. All of the information and results goes back to the hosting server (J2EE).</p>
<p>My question is there a grid system setup that matches all/most of these requirements, and is open source? </p>
<p>I'm not interested in doing a cloud because most of these tasks are small, but very frequent (once a day but the task may be easy, but performs maintenance).</p>
<p>All of the code for this system is in Java.</p>
http://stackoverflow.com/questions/365148/requirement-clarity-how-much-is-too-much7Requirement Clarity - How much is too much?Preets2008-12-13T12:06:45Z2009-10-10T17:28:47Z
<p>It’s been only recently that I have been responsible for requirement gathering and I am quite overwhelmed by my inability to capture ALL requirements. At the end of a release requirements slip and I am, to say the least quite annoyed with me.</p>
<p>In the upcoming release I seem to be going crazy. I have one too many questions that I would like to ask the client as I don’t want to MISS ANYTHING. </p>
<p>Now the client would very much like something so accurate, but I have this feeling he might not want to be nagged day in and day out or bothered with every minute detail. (The only problem being, once delivered this detail that seemed so minute is not so minute anymore. Do I make any sense?)</p>
<p>Am I allowed to / supposed to ask the client ALL doubts that could lead to possible requirement gaps? Or should I just do what seems most rational to ME - hope things go fine, and if not just deal with it after the release?</p>
<p><hr /></p>
<p>All answers below (and all discussions I have had with colleagues) seem to recommend Agile / TDD / Prototypes / Iterative development. I am very pro some of these ideas and would love to follow them given a choice. I however don’t seem to have one at the moment, as the project follows (for over 2 years) a very “traditional” approach to software development. </p>
<p>From what I gather, the only way to move forward is to look for resources that would help me move (an existing project) from a traditional to an agile environment. Any leads? (Is this a terribly daunting task or is it just my imagination?)</p>
http://stackoverflow.com/questions/1529385/how-to-write-technical-specs-for-a-project3How to write technical specs for a project? [closed]Click Upvote2009-10-07T03:50:35Z2009-10-07T05:31:51Z
<blockquote>
<p><strong>Possible Duplicates:</strong><br />
<a href="http://stackoverflow.com/questions/52290/templates-of-technical-and-functional-specs">Templates of Technical and Functional Specs</a><br />
<a href="http://stackoverflow.com/questions/1061784/how-can-i-learn-about-writing-project-specs">How can I learn about writing project specs?</a> </p>
</blockquote>
<p>I have some ideas for an internal framework which will be used only by me as a framework on which I will build future programming projects. While I have a basic idea of how this framework will function, I haven't written down exactly what features it would support, what classes it would have, what will be the main code directories containing the files, etc.</p>
<p>What's the best way to write the specs for this? What should I start with and how should I progress? Should I first write down all features and then begin listing the class names and methods I would need? Or is there a better technique out there?</p>
http://stackoverflow.com/questions/1528387/tracking-requirements-across-multiple-projects-with-jira-or-other-tools2Tracking requirements across multiple projects with JIRA (or other tools)gareth_bowles2009-10-06T22:14:23Z2009-10-07T00:35:34Z
<p>My company has been using JIRA as a requirements tracking tool as well as a bug tracker, and it's been working pretty well while we've been working on one project at a time.</p>
<p>We now have a scenario where we have three different project proposals whose requirements partially overlap (e.g. requirement 1 applies to projects A and B, requirement 2 applies to projects B and C, etc.). I'd like to be able to enter a single JIRA issue for each requirement, but that doesn't appear to be possible since JIRA issues and projects have a one-to-one relationship.</p>
<p>Has anyone found a way to do this in JIRA, or maybe with some other tool that integrates with JIRA ? </p>
http://stackoverflow.com/questions/532509/how-to-ask-questions-to-an-obstructionist13How to ask questions to an obstructionist?Rob Wells2009-02-10T14:21:10Z2009-10-04T02:36:35Z
<p>This is not related to my other recently posted question about "<a href="http://stackoverflow.com/questions/532338/what-to-do-with-star-developers-who-dont-document-their-work">working with a star developer</a>". </p>
<p>In a similar vein, how do you work with someone who will only answer the specific question that you ask.</p>
<p>I worked with someone who, when you asked a question on a specific aspect of the system, would give you the answer just related to the specific bit you'd asked about. For example, when processing radar messages I'd ask about an aspect of message number RJ546 and he would answer just about that specific part of RJ546. He wouldn't mention anything about the other freaky parts of the message, or mention any related aspects of the other messages. Then you'd go off and work on the processing and all of a sudden all this other freakiness would pop up.</p>
<p>What's a good technique when working with this type of person? </p>
<p>BTW I later found out that the person who I'd come in to replace had quit because he got sick and tired of having these surprises pop up due to the lack of information provided by this person.</p>
<p><strong>Edit:</strong> I forgot to add that the person was deliberately obstructionist and believed that job security came from hoarded knowledge not being disseminated.</p>
http://stackoverflow.com/questions/171653/examples-of-requirement-documents33Examples of Requirement Documentssontek2008-10-05T07:59:34Z2009-09-23T15:46:25Z
<p>I was wondering if anyone could provide me some information on what they put in a requirements document, how do you structure it? I'm the lead for the first time ever and I want to make sure I provide good documents so the project will succeed.</p>
<p>Any templates/examples would be great.</p>
http://stackoverflow.com/questions/1463412/tools-that-help-with-acronyms-and-jargon-in-software-requirement-documents1Tools that help with acronyms and jargon in software requirement documentsIvo Bosticky2009-09-23T00:52:47Z2009-09-23T01:15:52Z
<p>Are there any tools that would help with reading software requirement documents that contain a mix of domain specific and company specific acronyms and jargon. In particular I was looking for a tool that would allow me to view Acrobat or Microsoft Word documents and make it easier to understand acronyms and other jargon. This could be done by displaying a popup window or tooltip with an explanation of the acronym or jargon when I click on the acronym / jargon. The actual explanations would be provided to the tool in text format.</p>
<p>For example consider the following text</p>
<pre><code>Currently, there is a MPY-NFU tab in the range window.
To support changes required by FCR_MPADS_049
(Interface with BJT) and FCR_MPADS_054 (Interface with NED), the MPY-NFU tab
will be replaced with two tabs:
* The “FFD” Tab – Allows the eligible operator to view and edit OPUBMs (Other, GEB)
and create, view and edit FFD (Free Format Data)
* The “NFU” tab – Allows the eligible operator to view NFU information.
</code></pre>
<p>This paragraph contains 5 acronyms and couple of phrases that could be considered jargon (for example eligible operator). With limited domain/company/product knowledge, this paragraph doesn't make sense. To understand the meaning, I have to look up and search through the acronym list (which is not part of the actual document) and guess at the meaning. This may take 20 minutes of my time, compared to 20 seconds for someone that is familiar with all the acronyms. With a good tool, I can imagine cutting the reading and understand time from 20 minutes down to about 2 minutes - order of magnitude saving.</p>
<p>Having a tool (preferably free) that makes acronyms and jargon easier to deal with would really improve our productivity and make the task of dealing with these software requirement documents much more enjoyable. Any suggestions, I imagine this would be a common problem.</p>
http://stackoverflow.com/questions/1462563/documenting-a-software-product-as-opposed-to-bespoke-systems0Documenting a software product (as opposed to bespoke systems)Ev2009-09-22T20:56:54Z2009-09-22T22:56:42Z
<p>Hey all,</p>
<p>As a software shop, we are well accustomed to delivering bespoke applications and solutions based on individual client requirements. For each system, we generally prepare the following documentation (with variations based on the specifics of the job):</p>
<ul>
<li>Vision and scope</li>
<li>Requirements specification</li>
<li>Detailed design</li>
<li>Project specification</li>
</ul>
<p>However, we have recently been working with another division in our company, who would like to resell one of our software creations as a <em>product</em>. </p>
<p>We are fine with this, and have implemented some informal procedures for controlling features and working towards an initial release. Up till now, I have been keeping an informal specification of the software using some diagrams, flowcharts, etc. </p>
<p>My question is, what has worked for you in terms of documenting a software product? We don't really have any experience with this, and I am completely confused about what should be provided. It would be nice to have something that can be shared with the division of the company that is funding this development, and it would also be nice to have soemthing that can form the basis of technical marketing materials (e.g. to present to architects at potential customer organisations). </p>
<p>Any suggestions/discussion is appreciated!</p>
http://stackoverflow.com/questions/1454213/should-i-accept-ie-5-0-as-a-browser-requirement-for-a-project12Should I accept IE 5.0 (!) as a browser requirement for a project?muerte2009-09-21T12:12:10Z2009-09-21T14:42:04Z
<p>Unbelievable as it sounds, I received a request for proposal for a project which has the Internet Explorer 5.0 and Firefox 2.0 as minimum browser requirements!</p>
<p>We tried to explain to the client all the issues regarding such requirements, but since it's a government project and public tender, we can't influence them. The requirements stay.</p>
<p>They also insist that the solution is "<em>modern, web 2.0 enabled (?!), accessible, ...</em>". I can't say much else, but it's basically a public web portal with community features and a CMS background.</p>
<p>The project is otherwise interesting and could be quite profitable, but this requirement seems as a <strong>never ending</strong> source of frustration and problems. </p>
http://stackoverflow.com/questions/164938/what-are-some-free-and-or-open-source-requirements-management-tools12What are some free and/or open source Requirements Management tools?Thomas Owens2008-10-02T22:45:52Z2009-09-21T12:10:57Z
<p>I am looking for free and/or open source requirements management tools. Does anyone have any experience with these tools and can recommend one or two? Thanks.</p>
http://stackoverflow.com/questions/1415480/how-can-you-estimate-the-domain-specific-knowledge-complexity-when-you-bid-for1How can you estimate the "domain specific knowledge complexity" when you bid for a freelancer jobLothar2009-09-12T16:17:41Z2009-09-19T17:51:18Z
<p>I often have the problem when i read job offers at elance, guru or getacoder that there is some domain specific knowledge required. I think i can handle technical ones like device drivers or API specific like VMWare plugins or iPhone Apps.</p>
<p>But when it comes to projects that involve stock option trading, accounting, special sales operations - the vocabulary alone scares me to give an estimation and bid for the job. </p>
<p>How do you handle it? What is the best step to get you foot into this domains? I mean i'm willing to read books without charging my customer if i learn something genuine.</p>
http://stackoverflow.com/questions/278535/what-are-the-main-differences-between-search-engines-that-should-influence-the-de1What are the main differences between search engines that should influence the decision as to which to use to search proprietary data? michaelanthonycarroll2008-11-10T17:19:06Z2009-09-18T06:00:08Z
<p>What are the main differences between search engines (DtSearch , Lucene.net, Sphinx, Google etc) that should influence the decision as to which to use to search proprietary data?</p>
<p>The data to be searched consists of presentation-free data that is marked up with metadata in the form of name/value pairs. We’re not interested in the format parsing abilities of the tools various. Also, the search results need to be well structured, presentation-free data that is amenable to aggregating with search results from other (similarly structured repositories. </p>
<p>Some relevant search engine characteristics that need to inform the decision are listed below. Futther suggestions or description of experiences welcome.</p>
<p>• Cost
• Ease of use
• Can be configured to return specific tags only
• Can ‘identify’ specific terms give search results higher weighting for these results
• Fast < 0.3seconds to return search results or %E6 records/documents
• Support tags with types (find weather=’sunny’ but not personality=sunny)
• Support weightings to give relevancy ranking
• Return results in ranked order by relevency
• Supports Synonyms
• Supports stemmings
• Supports Stop words
• Supports spelling corrections
• Amenable to parallelisation or index building (if index based)
• Fast to reindex (if index based)
• Fast to update index (if index based)
• Combine results from multiple indexes (if index based)
• Proximity checks: give higher relevance to words found close together</p>