Add timeline view to the trip page #47
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Background
Currently, the trip page shows all of the plans associated with a trip grouped by type (Destinations, Transportation ... etc). The user cannot currently see the plans in a unified timeline view.
Objectives
Quality considerations
You should ensure that things are ordered and presented properly. You should write unit tests to cover any code you add. You should add end to end tests with playwright and record the video and attach it to the issue when done. You should ensure that all tests are passing and code is fully linted before creating a PR.