tsunekazuomija / withRead

a Unity-based reading management tool
0 stars 0 forks source link

support hierarchical structure of chapters and sections #10

Open tsunekazuomija opened 10 months ago

tsunekazuomija commented 10 months ago

ATM, the progress of books is supported by 1-dimensional int list like [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1]. However, this cannot support a hierarchical structure of chapters and sections.

needed data structure:

tsunekazuomija commented 10 months ago

Managing progress by chapter seems convenient, but it is not the main purpose of this app. Use num of pages to manage progress now, and focus on other fundamental functionality.