Review Process for Customers #944
Replies: 4 comments
-
Copy of my comment in #943: This is not an easy topic. So the need object gets transferred to a customer system, handled/updated there and exported again. |
Beta Was this translation helpful? Give feedback.
-
I think it was not so clear what i intended. Your are right, technical import of requirements is one thing, its tooling and project specific.
Question: How can we support those annotations to come back to me? Suggestion: Customer has the posiblilty to "annotate" in html the requirements "directly". The Data is stored somewhere in the html tree (e.g. in a needs.json file, needs.diff.json file or something else). Seems to be something the "viewerApp" could do. He sends me the "annotated" file back and i can now load this in vscode, see annotated requirements in the needs explorer view, jump to them and can take over changes, status etc. I hope this describes more clearly my intentions. |
Beta Was this translation helpful? Give feedback.
-
Ok, got it now. Thanks for the details. Another idea is to maybe support a standardized format like ReqIF. But nothing of this is yet available and would need some weeks to get implemented. |
Beta Was this translation helpful? Give feedback.
-
Just need a way to get the annotations back in a standardized way, I will have a look at the ReqIF format. Automated update of rst files is not required/intended, integrations have to be done manually and checked. The only exception would be e.g. bulk changes of requirment status updates (e.g. customer is setting them all to "accepted" state without any other changes), but this is also an easy "search and replace" operation. Main intention of the issue was to find out what solutions / best practices / experiences others have already made. |
Beta Was this translation helpful? Give feedback.
-
Hi!
TLDR: What is the workflow to ease needs reviews with customers
Using needs for requirements and test case handling works perfect during developing our project in the company.
Generation of Documents and Specifications for customer review is also good.
But how is it intended to have a "feedback" from the customer? Currently we could give him pdf documents where he can make annotations. I think giving him "the plain ReST files" for changing is not intended.
In a technical aspect we can give him json files to add changes directly (and for example change the status of the need). (See needs-viewer app?)
Thinking of your vscode plugin for needs, is there a possible way to have "merges" or change handling (annotations) for these issues in a "comfortable" way?
Beta Was this translation helpful? Give feedback.
All reactions