User:TBurmeister (WMF)/Sandbox/Assessment

From mediawiki.org

Ideas and examples of collection assessment criteria and topics, gathered from analysis of the resources listed in https://phabricator.wikimedia.org/T313037.

Ambiguous industry-standard criteria[edit]

Note: I am calling these criteria "ambiguous" because there's no consistent and reliable way to assess whether a doc or set of docs meets these criteria. They are important, but too theoretical to use as a tactical checklist.

Mentioned by Xephyr826 in https://phabricator.wikimedia.org/T149372#2948314:

"In the tech writing field, many people have attempted to answer the question of what makes good documentation. One of my favorite descriptions is the seven C's. Good documentation should contain seven properties:

  • Clarity - easy to understand
  • Coherence - easy to navigate
  • Completeness - no missing information
  • Concision - no extraneous information
  • Consistency - uses the same terms and concepts throughout
  • Correctness - tested and verified
  • Credibility - Professional, no typos or grammar errors"

Summarized by User:Zakgreant in MediaWiki_Technical_Documentation_Plan:

  • Easy-to-read – the documentation should be easy for the primary audience to skim, read and understand.
  • Accurate – the documentation should accurately reflect how the software is intended to work and how it is known to work.
  • Practical – the documentation should focus on helping the primary audience effectively solve real problems.
  • Complete – the documentation should describe as much of the software as possible and should clearly indicate when something is not documented.
  • Inclusive – the documentation may be the first point of contact that a person has with the MediaWiki community and should be accessible, friendly and welcoming.
  • Consistent – the documentation should save everyone time and effort by being consistent and predictable.

Criteria for content within a collection[edit]

Types of information / doc types[edit]

For collections focused on a tool, extension, or software component:

  • Quick start guides
  • Tutorials:
    • "animated form of learning that aids imaging things. Help to understand how the flow works."[1]
    • "High level tutorials (show relevant documentation for problem solving)"[3]
    • "need more task-oriented docs, good prerequisites and audience definitions for each doc, links to more in-depth docs if available."[4]
    • "learn to do something specific"[2]
    • "4 (general) types of software documentation (tutorial, how-to, explanation, reference) -- https://www.divio.com/en/blog/documentation/ -- I like the distinction between tutorial (learning) and how-to (goal) there too. Most of what we currently have qualifies as "reference" or "how to." Our biggest gap is probably "walkthrough."[5]
    • "Documentation is not new user-friendly, it needs to have more guidelines or tutorials, and make the onboarding process easier for newcomers"[6]
    • GoodDocsProject Tutorial template
    • "How To articles are often confused with tutorials. How To articles are problem-oriented, while tutorials are learning-oriented."[7]
  • README (mixed opinions about whether these should only redirect to on-wiki pages):
    • "a library would have: readme, clear purpose, staffed"[3]
    • "basic 'how to run the code…' doc in github README"[4]
    • "Github readmes and Google Docs to be get rid of as far as we can, READMEs should link to stuff on mw.org."[4]
    • According to Write the Docs[8], a README should cover:
      • What problem your project solves
      • A small code example
      • A link to your code & issue tracker (if open source)
      • Frequently Asked Questions (FAQ)
      • How to get support
      • Information for people who want to contribute back
      • Installation instructions
      • Your project’s license
  • Contact info: to get in touch with experts, ambassadors, mentors, or any human who can help in the topic area.[1]
  • Connection to code: link to relevant repos from on-wiki docs (see more in "Findability" section below)
  • Overviews

Content formats[edit]

  • Beginners - Live learnings, video + picture format. "I want to learn through memes." [1]
  • Visual learning experience. "MediaWiki has documentation, but reading huge pages is not fun. Videos / Visual learning is useful to get information quickly."[1]
  • "Make Youtube videos"[3]

Content relevance and age[edit]

Criteria for findability and organization[edit]

Group related content, but also limit lists of links[edit]

  • All documentation in a given collection should link back to a central portal or landing page[9]
  • Creating on-wiki landing pages that link to off-wiki docs.[3]
  • "we put too many things in giant list form with too little differentiation."[10]
  • "One Topic per Page – Each page should be focused on a particular topic (even if that topic is providing an overview of a variety of related subjects). Where possible, we want to make it clear that there is one place to put, find and update documentation on a given topic. Disambiguate – we should adopt a Wikipedia-like approach of using simple titles for pages and then disambiguating as needed. This allows users to browse the documentation in a very natural fashion and quickly move between related concepts with similar names." [11]

Connect code and docs[edit]

  • This topic area can cover a huge range of ideas, from including links to repos in a infobox template on-wiki, to continuous integration that looks for the patch ID in an edit summary, publishing wiki docs with an “open patch” label that can be removed once the patch is merged.[3]
  • Key takeaway: pick a consistent strategy that's easy to use and can be applied as universally as possible. Then, implement it to create connections between docs that live in non-wiki repos and docs that cover the same topic on-wiki.

Be transparent[edit]

  • Access to documents should NOT be restricted for viewing by target users (aka remove or update permissions as necessary)[9].