Skip to content

Latest commit

 

History

History
119 lines (59 loc) · 4.12 KB

File metadata and controls

119 lines (59 loc) · 4.12 KB

🕵️ Anonymous User

Anonymous users can browse the main content of the application without registering or logging in, but they have limited access to functionalities compared to registered users and administrators. The functionalities available to anonymous users include:

Main page

Main page

Anonymous users can access the main page of the application, which provides an overview of the trending events and participants, as well as a search bar and navigation header to explore the content.

Event Listing

Event list

Anonymous users can view and explore all available events.

Participant Listing

Participant list

Anonymous users can view and explore all available participants.

Event details

Event detail

Anonymous users can view detailed information about specific events, including title, description, category, date, location, time, prices, available tickets, image and associated participants.

Participant details

Participant detail

Anonymous users can view detailed information about participants, including name, type, biography, image and the events they are associated with.


👤 Registered User

Registered users can access additional functionalities after logging in.

Register

Register page

Anonymous users can register to create a new account.

Log In

Login page

Anonymous users can log in to access additional functionalities by providing their email and password.

Log Out

Logout

Registered users can log out of their account.

User profile (Edit profile)

User profile

Registered users can view and edit their personal information, including fullname, email and phone number.

User profile (Purchased tickets)

Purchased tickets

Registered users can view their purchased tickets from the user profile page, including event details, price and ticket type.

Ticket purchase

Ticket purchase

Registered users can purchase event tickets by selecting the number of tickets and the ticket type (BASIC OR VIP).


👑 Administrator User

Administrator users can manage the events and participants in the application.

Event management

Event management

Administrators can create, edit and delete events.

Participant management

Participant management

Administrators can create, edit and delete participants.

Event Creation Form

Event creation form

Administrators can use this form to create new events.

Event Edition Form

Event edition form

Administrators can use this form to edit existing events.

Participant Creation Form

Participant creation form

Administrators can use this form to create new participants.

Participant Edition Form

Participant edition form

Administrators can use this form to edit existing participants.