Welcome Screen
Use the Welcome Screen as the initial placeholder in the desktop appointments view.
This screen appears only when no appointment is selected and confirms access to the platform after login.
In the desktop flow, the Welcome Screen is different from the Home Screen.
The Welcome Screen is a static right-pane placeholder with no actions, while the Home Screen is a full interactive dashboard that appears right after login.
This screen includes:
- A static message: Welcome to Air Doctor
- A two-pane layout:
- Left: appointment list
- Right: welcome placeholder (empty state)
- No interactive actions
- No personal information or session status display
Workflow
- The doctor logs in using valid credentials.
- The system loads the Appointment List screen on the left.
- The right pane displays the static welcome screen until a specific appointment is selected.
Validations
- Appears only when no appointment is selected.
- Requires an authenticated session.
- Renders on desktop only.
- Does not accept or validate user input.
- Replaced automatically when an appointment is selected.
Actions
- Renders as a static right-pane view alongside the appointment list.
- Automatically replaced when the doctor opens an appointment.
- Does not support navigation.
- Does not include buttons, links, or forms.
SDK and API References
- SDK Reference
- API Reference
GET
GET /profile/appointments/welcome
Render the Welcome Screen placeholder in the right pane when no appointment is selected.
This view serves as an interim state between login and the first appointment interaction.
UI Element Types
Level | Reference | Type | Value | Placement |
---|---|---|---|---|
1 | — | Logo | Air Doctor logo | Top left |
1 | — | Panel | Welcome to Air Doctor | Right pane |
1 | appointment~n | List | Appointment items | Left panel |
1 | filter | Button | Filter | Top left |
API details planned.