Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • VIR - frontend VIR - frontend
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 16
    • Issues 16
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • VIR - Visual Interactive Reading
  • VIR - frontendVIR - frontend
  • Issues
  • #20

Closed
Open
Created Sep 26, 2024 by Luiz Felipe Porto Lara De Oliveira@luiz.oliveiraMaintainer0 of 2 tasks completed0/2 tasks

Sprint 2 | Student | Reading Flow | Reader Progress

  • The book's progress is dependent on the current page number the user stopped divided by the total pages in the book.
  • The chapter's progress is dependent on the page that the user stopped - percentage is calculated by current page the user stopped divided by the total chapter pages (end page - start page).

Scenario: VIR must track book reading progress

Given I am a reader
And I am logged into my account
When I finish reading a chapter of a book
Then my reading progress should be saved with the related book and chapter number
And display progress in the book's percentage bar to me in the book's bookshelf element

Scenario: VIR must track chapter reading progress

Given I am a reader
And I am logged into my account
When I finish reading a page of a book
Then my reading progress should be saved with the related book and page_number
And display progress in the chapter's percentage bar to me within the reading flow

❗ Dependência com o defect do Reading Header - #19 (closed) ❗

Edited Oct 11, 2024 by Arthur Da Silva Maia
Assignee
Assign to
Time tracking