Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use same format for positives and negatives for both "Outcome" and "Options" #75

Closed
zeljkot opened this issue Aug 10, 2022 · 2 comments · Fixed by #81
Closed

Use same format for positives and negatives for both "Outcome" and "Options" #75

zeljkot opened this issue Aug 10, 2022 · 2 comments · Fixed by #81
Milestone

Comments

@zeljkot
Copy link

zeljkot commented Aug 10, 2022

"Outcome" has "Positive Consequences" and "Negative Consequences" sections. "Options" just have a single list with "Good" and "Bad" prefixes.

  • Good, because "Options" are denser.
  • Bad, because the design is not consistent.
  • Bad, because, if you first document options and then decide, one cannot just copy/paste, but rather one must change the design.
@koppor koppor added this to the Version 3.0.0 milestone Aug 11, 2022
@koppor
Copy link
Member

koppor commented Aug 11, 2022

Let's have a try for a longer list of "Options".

Markdown

<!-- This is an optional element. Feel free to remove. -->
## Pros and Cons of the Options

### {title of option 1}

<!-- This is an optional element. Feel free to remove. -->
{example | description | pointer to more information | …}

#### Pros

* {argument a}
* {argument b}

#### Neutral

* {argument c}

#### Cons

* {argument d}

Example

(based on https://github.com/adr/madr/blob/main/docs/decisions/0015-include-consulting-informed-of-raci.md)

Pros and Cons of the Options

Include "Consulted" and "Informed" of RACI

Pros

  • These two roles of RACI are well understood.
  • We make these fields optional, thus it keeps MADR still lightweight.

Cons

  • It adds two additional fields

Include all fields of RACI

This would add "Responsible", "Accountable", "Consulted", and "Informed"

Pros

  • Complete RACI would be included

Cons

  • Get confused about who is "accountable" and who is "responsible".
  • If decisions are mostly taken by consensus in small committees, then there might not be an "accountable" person.

Thoughts

I think, this is really lengthy. Not sure if MADR can still be called "lightweight" then.

Maybe, it is a tooling issue?

  • In case MADR stays as is, a tool could allow with drag'n'drop to put arguments of options to consequences and reformat them accordingly
  • In case MADR is modified, a tool could render MADR in a "leightweight" form

Other options

Using "Positive, because" and "Negative, because"

  • Bad, because this does not list real consequences, but is just a synonym for "good" and "bad"

Remove "Positive Consequences" and "Negative Consequences"

They don't seem to be used much in the wild, thus why not just removing them and leaving it open to everyone?

@Hnasar
Copy link
Contributor

Hnasar commented Sep 15, 2022

This can also be addressed by changing the template like:

<!-- This is an optional element. Feel free to remove. -->
-### Positive Consequences
-
-* {e.g., improvement of one or more desired qualities, …}
-* …
-
-<!-- This is an optional element. Feel free to remove. -->
-### Negative Consequences
+### Consequences

-* {e.g., compromising one or more desired qualities, …}
+* Good, because {e.g., one or more desired qualities, …}
+* Neutral, because {e.g., one or more desired qualities, …}
* …

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants