-
Notifications
You must be signed in to change notification settings - Fork 13
Example user stories to guide our documentation #13
Comments
From Johannes
|
It might be interesting to also cover the basics. I think one such basic would be "I want to send a microblog message." which would be pretty common with existing fedi projects, perhaps it should even be specific to a receiving software because different softwares have different requirements. |
What about we create one issue per user story? Label them suitably so they can be easily separated from other issues. And then, over time, make sure we have documentation for each one of those user stories. |
I suggested this in some other places, but Use Cases can be specified in Gherkin language, including scenario's. Which can then be tested in apps, based on e.g. Cucumber or other BDD libs that exist for a particular language. The Gherkin is a precise definition that could even be part of the Docs, while they form input for the Test Suite(s) at the same time. Some example (though a very elaborate style of Gherkin scripting) is how DID ORB defines the activitypub.feature. |
Use cases are different from user stories. |
Yes, I deliberately used the term. Gherkin use cases break down into user stories (well, depends on process you wanna follow too, of course) Update: Copying comments from chat:
Use cases imho offer a more natural fit to highlight "protocol-level capabilities", while user stories are more oriented towards the implementation of those. |
To guide what specifics we want to document and what problems we want to solve, let's share example user stories to cross reference as we're deciding what specific topics, protocols, recommendations and best practices to share.
From chat:
The text was updated successfully, but these errors were encountered: