10 Open Issues Need Help Last updated: Sep 9, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue requires creating a new `carriage_price` table to store ticket prices, linking them to specific schedules and carriage classes. The table will include `schedule_id`, `carriage_class_id` (both foreign keys), and `price` (decimal) columns, with the SQL statement to be added to the `db.sql` file.

Complexity: 1/5
enhancement good first issue

AI Summary: This issue requests the creation of a new `booking_status` lookup table. This table will store predefined booking states like "Active" or "Cancelled" and will consist of two columns: `id` (integer, primary key) and `name` (varchar). The task involves writing a `CREATE TABLE` statement in the `db.sql` file and submitting a pull request.

Complexity: 1/5
enhancement good first issue
help wanted good first issue
help wanted good first issue
enhancement help wanted
enhancement help wanted good first issue
help wanted good first issue
enhancement help wanted