Can you please help me in the use case diagram for user in my web app:
the user can browse trips
can create trip (login is required)
can view profile(login is required)
share trip (login is required)
manage trip (login is required)
view their trips list (login is required)
Is the direction of the <<include>>
relationship correct?