User Story: As a user, I want to interact with my book library on the mobile app, so that I can manage and read my books on the go.
Acceptance Criteria:
Given I am on the mobile app and logged in, When I navigate to my library, Then I should see a list of all my added books, displaying their titles and authors.
Given I am on the mobile app, When I click on a book in my library, Then the book should open, allowing me to read its content.
Given I am reading a book on the mobile app, When I close the book or the app, Then my current reading progress (last page/position) should be automatically saved.
Given I have a book file (e.g., EPUB, PDF) on my mobile device or cloud storage, When I use the "Add Book" feature in the mobile app, Then I should be able to select and upload the file, and it should appear in my library.
Given I am on the mobile app and reading a book, When I access the reading settings, Then I should be able to adjust the font size, font style, and background color.
Given I am on the mobile app, When a book is added, Then the details of the book should be stored in the backend (PostgreSQL database) associated with my user account.
User Story: As a user, I want to interact with my book library on the mobile app, so that I can manage and read my books on the go.
Acceptance Criteria:
* **Given** I am on the mobile app and logged in, **When** I navigate to my library, **Then** I should see a list of all my added books, displaying their titles and authors.
* **Given** I am on the mobile app, **When** I click on a book in my library, **Then** the book should open, allowing me to read its content.
* **Given** I am reading a book on the mobile app, **When** I close the book or the app, **Then** my current reading progress (last page/position) should be automatically saved.
* **Given** I have a book file (e.g., EPUB, PDF) on my mobile device or cloud storage, **When** I use the "Add Book" feature in the mobile app, **Then** I should be able to select and upload the file, and it should appear in my library.
* **Given** I am on the mobile app and reading a book, **When** I access the reading settings, **Then** I should be able to adjust the font size, font style, and background color.
* **Given** I am on the mobile app, **When** a book is added, **Then** the details of the book should be stored in the backend (PostgreSQL database) associated with my user account.
This repo is archived. You cannot comment on issues.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
User Story: As a user, I want to interact with my book library on the mobile app, so that I can manage and read my books on the go.
Acceptance Criteria: