updated backend so booked appointment automatically changes to completed

This commit is contained in:
Alex
2026-04-08 19:16:18 -06:00
parent 271314f990
commit 5f9d7a848c
6 changed files with 135 additions and 0 deletions

View File

@@ -136,6 +136,7 @@
<!-- Staff -->
<TextView
android:id="@+id/tvLabelStaff"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Staff"
@@ -152,6 +153,7 @@
<!-- Appointment Date -->
<TextView
android:id="@+id/tvLabelDate"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Appointment Date"
@@ -172,6 +174,7 @@
<!-- Appointment Time-->
<TextView
android:id="@+id/tvLabelTime"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Appointment Time"