ReadingTracker

Tests status Build Status Stable Version Latest Release

Content

What is that?

The project is expected to help you to read books:

  1. Keep a list of books you want to read;
  2. Keep a list of reading and completed materials;
  3. Calculate statistics;
  4. Track the reading log;
  5. Take notes to help you remember some important points from the material.

Installation

  1. Clone the repo: git clone https://github.com/kunansy/ReadingTracker.
  2. Create the Google Drive service account: https://labnol.org/google-api-service-account-220404, first 4 steps.
  3. Create env file and fill it: cp env.template .env.
  4. Run docker container: docker compose up -d --build --force-recreate
  5. Migrate the database: docker exec -i -t tracker-app python3 /app/tracker/main.py

Structure

Queue

Here there are the books, articles, courses etc. to read with some analytics, the expected reading time according to the mean pages read. Queue

Reading

Here there are the materials you are currently reading. Reading

Completed

Here there are the materials that have been read. Completed

Repeat

Here there are the materials that have been read and need to be read again, repeated after a month or more. The priority is equal to the number of months since the material was last read or repeated. Repeat

Reading log

Here there is the reading log of the materials. The day is red if there are less than average pages, green if there are more. Reading log

Notes

Here there are notes, the most important info from the materials. The user can search a note with Manticoresearch by any text query, filter notes by materials or tags. Notes

You should:

Notes graph

Also, here there is a graph with all notes. Notes graph

Or graph for selected material. Notes graph

Note context menu

The user can open a note with context menu, edit it or delete. Note context menu

Show the note

Using these arrows user can iter over all note links. Open note

Here is a graph with the current note links. Note links

Edit the note

When edit the note the user can:

Tags and links lists might be scrolled left/right. Edit note

System

Here there are reading graphic, backuping and restoring from the Google Drive.

All graphic shows statistics for chosen time span (a week by default). System

Material reading graphic

How the material was being reading: Reading material graphic

Tracker statistics

Tracker statistics

Read pages statistics

Statistics of read pages for the time span.

Inserted notes statistics

Statistics of inserted notes for the time span.

Inserted notes