Skip to content

Add default sort order for chapters #32

@LarsenJMarquardt

Description

@LarsenJMarquardt

Currently the book chapters are returned in no particular order and cannot be sorted according to any information that the API contains. The only way to sort them is to already know the correct order and sort against it.

Option 1: The id's are given chronologically to each chapter, so the chapters can be sorted by id.

Option 2: Adding a chapter column, where each chapter receives a number. LotR is divided into several books, so it would have to be non unique, as there will be multiple chapter 1, but could still be sorted, if given a book id as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions