Can't find itinerary view #579
-
Hi all, maybe I'm just blind but I can't find the itinerary view like in the readme with Day 1 Day 2 etc. But from Demo I really like the idea of this project |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hi @KenoGuth, the itinerary view is a part of the collections feature. A collection without a start and end date functions like a folder but a collection with a start and end date functions like an itinerary. |
Beta Was this translation helpful? Give feedback.
-
I was also deeply confused by the naming. Why aren't they called Trips? |
Beta Was this translation helpful? Give feedback.
Hi @KenoGuth, the itinerary view is a part of the collections feature. A collection without a start and end date functions like a folder but a collection with a start and end date functions like an itinerary.
Regarding the admin dash, auth is passed from frontend to backend so if you are logged into one, you are logged into the other. It can be reached via the
/admin
redirect on the frontend.Let me know if you want any further clarification!