Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Value statement/impact statement - Describing the value of the feature and the impact for users.

  2. How-to documentation - Describing what the feature is and how to use it and configure it

  3. Demo videos - From the product manager demonstrating how to use the feature

  4. Technical documentation - How to set the feature up on the technical end

  5. Case study - A real-life example of how someone is using the feature

  6. Testing instructions (Gherkin/cucumber method) (product)

    1. Example Aspects user story written in Gherkin method

      • Scenario: A user with access to a course can view total number of enrolled learners and the number and percentage of total enrollees for current enrollees and enrollees per enrollment track

      • Given I: am a user that has access to course data

      • When I: Navigate to the instructor tab for one of my courses

      • Then I: See the total number of learners enrolled in course

      • And I: See the number and percentage of total enrollees for current enrollees

      • And I: See the number and percentage of total enrollees per enrollment track (of the enrollment tracks available on my Open edX instance)

Other Requirements:

  1. Features must work in Tutor

  2. Translations requirement must be defined

  3. The branding must be site-agnostic and configurable

  4. Accessibility Review

...