Open Issues Need Help
View All on GitHub create carriage_price table [5pt] 23 minutes ago
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
create booking_status table [5pt] 24 minutes ago
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
create booking table [5pt] about 2 hours ago
help wanted good first issue
create schedule table [5pt] about 2 hours ago
help wanted good first issue
create train_journey table [5pt] about 2 hours ago
good first issue
create train_station table [5pt] about 3 hours ago
good first issue
create journey_station table [5pt] about 3 hours ago
enhancement help wanted
Create the passenger Table [5pt] about 3 hours ago
enhancement help wanted good first issue
create carriage_class table [5pt] about 6 hours ago
help wanted good first issue
create journey_carriage table [5pt] about 6 hours ago
enhancement help wanted