~comcloudway/choochoo

e91d5d9a563f3a5575f95952263d5baa97125b2b — Jakob Meier 5 months ago 86ff42c
add screenshots
M README.md => README.md +13 -0
@@ 12,6 12,19 @@ As well as displaying them.

This is a response to the deprecation announcement of PDF printable tickets.

# 📸 Screenshots
![Screenshot of melon home screen, showing the What's new tab](./screenshots/list.png)

You can find more screenshots in the [screenshots folder](./screenshots/README.md).

# 🧩 Requirements
- `ghostscript`
- `gtk4`
- `libadwaita`
- `python3`
- `py3-requests`
- `py3-treepoem`

# 🏆 Works best with
When traveling, you probably want to check the schedule,
I'd recommend using [Railway](https://gitlab.com/schmiddi-on-mobile/railway)

A screenshots/README.md => screenshots/README.md +32 -0
@@ 0,0 1,32 @@
# 📸 More Screenshots

Huh 👀... \
You are looking for more screenshots?
Well look no further, this should have you covered 😎.

## ➕ Add Ticket
Adding a ticket to ChooChoo works the same way,
most Android apps work.

You enter your ticket number and last name and ChooChoo takes care of the rest.
![Add Ticket dialog with text entries for ticket number and surname](./add.png)

## 📃 Ticket List
After adding a ticket, the ticket will show up on the home screen.

To make it easier to access tickets,
they are automatically sorted by `valid`, `future` and `expired`.
(shown in this order)

![List of thickets showing one ticket in a valid subgroup](./list.png)

## 🎫 Ticket View
When clicking on a ticket,
this opens a new page which shows the ticket qr code
and additional information.
(The page layout is inspired by the offical transdev DeutschlandTicket app)

![My Ticket dialog showing with a QR code (preview) in the center](./view-qr.png)

You can scroll down to view additional information.
![ChooChoo displaying personal information and ticket details](./view-details.png)

A screenshots/add.png => screenshots/add.png +0 -0
A screenshots/list.png => screenshots/list.png +0 -0
A screenshots/view-details.png => screenshots/view-details.png +0 -0
A screenshots/view-qr.png => screenshots/view-qr.png +0 -0