LEIC-ES-2021-22 / 3LEIC05T1

0 stars 0 forks source link

Access a curricular unit's Moodle sections #2

Closed Sirze01 closed 2 years ago

Sirze01 commented 2 years ago

As a student, I want to access a curricular unit's sections in Moodle, so that I can read its contents and interact with the links and files available.

Notes

User interface mockups

Acceptance tests

Feature: Access a curricular unit's Moodle sections
  Background:
    Given that I'm in the curricular units list

  Scenario: Access the curricular unit's Moodle sections, with an Internet connection available
    Given that an Internet connection is available
    When I select the desired curricular unit
    Then the app should load the various sections in the curricular units Moodle page from the Internet and cache them for later use
    And  I should be able to see the sections displayed

  Scenario: Access the curricular unit's Moodle sections, without an Internet connection available and cached Moodle sections
    Given that no Internet connection is available
    And the to be selected curricular unit's Moodle sections are cached locally
    When I select the desired curricular unit
    Then the app should load the various sections in the curricular units Moodle page from local cache
    And  I should be able to see the sections displayed

  Scenario: Try to access the curricular unit's Moodle sections, without an Internet connection available and without cached Moodle sections
    Given that no Internet connection is available
    And the to be selected curricular unit's Moodle sections aren't available locally
    When I select the desired curricular unit
    Then an error message should be displayed to inform me

Value and effort

Value Effort
Must L

Tasks

joaopascoalfariafeup commented 2 years ago

Nos mockups não é visível o que acontece quando não cabe tudo no ecrã. Nos cenários, procurar usar frases distintivas e auto-explicativas (para facilitar automação mais tarde):