Commit graph

13 commits

Author SHA1 Message Date
Edward Betts 6d6e416df3 Adjust travel page to show flights grouped by booking with booking reference and price
Closes: #152
2024-04-20 14:17:32 +01:00
Edward Betts e2afe0ffa4 Show prices for logged in users
Trip prices are visible on trip list, accommodation list,
conference list and travel list.

Prices are hidden if not logged in, except conference prices.

Still need to show prices on individual trip page.
2024-04-17 11:40:13 +01:00
Edward Betts dbffd60937 Ensure all pages have a title
Closes: #117
2024-04-16 22:01:16 +01:00
Edward Betts 48549ce009 Bug fix travel template grid layout 2024-04-05 16:00:51 +02:00
Edward Betts 8ef67e0cee Add train route distance info 2024-04-05 15:58:44 +02:00
Edward Betts f60a1a329c Link to more flight info sites 2024-01-14 18:16:20 +00:00
Edward Betts ce9faa654f Add trips page
Creating a new entity called a trip. This will group together any travel
accommodation and conferences that happen together on one trip.

A trip is assumed to start when leaving home and finish when returning
home.

The start date of a trip in is the trip ID. The date is written in ISO
format.

This assumes there cannot be multiple trips one one day. This assumption
might be wrong, for example a morning day trip by rail, then another
trip starts in the afternoon. I can change my choice of using dates as
trip IDs if that happens.

Sometimes during the planning of a trip the start date is unknown. For
now we make up a start date, we can always change it later. If we use
the start date in URLs then the URLs will change. Might need to keep a
file of redirects, or could think of a different style of identifier.

Trip ID have been added to accommodation, conferences, trains and
flights.

Later there will be a trips.yaml with notes about each trip.
2024-01-04 22:56:07 +00:00
Edward Betts 31d5da22ac Add navigation bar
Closes: #89
2024-01-02 16:28:36 +00:00
Edward Betts aa7d7b7e6c Add accommodation page
Closes: #88
2024-01-01 21:26:39 +00:00
Edward Betts 19271059c0 Bug fix 2023-12-28 20:12:21 +00:00
Edward Betts c3a9d8cbfa Add gaps page to navigation 2023-12-28 20:10:05 +00:00
Edward Betts af329e4184 Add more navigation links to travel and conference pages 2023-11-27 10:00:14 +00:00
Edward Betts bd3649a6c7 Dedicated page showing travel
Closes: #70
2023-11-20 07:33:49 -03:00