McGill-ECSE321-Winter2021 / project-group-09

project-group-09 created by GitHub Classroom
2 stars 6 forks source link

Mobile Frontend: View & Cancel Appointments #204

Closed sandyl289 closed 3 years ago

sandyl289 commented 3 years ago

📜 Description

image

✅ To do:

🔔 Don't forget to write daily updates on Discord

🔔Whenever something is done write a comment below

🆘 If need help for the issue you’re working on:

1) Write comments in this issue 2) Add label image 3) Copy the issue link and paste it to Discord's #🐛issues channel 4) When solved, strike the message in #🐛issues, mark it as (SOLVED) + remove label help wanted + write comments in this issue

sandyl289 commented 3 years ago

I'm still debugging for the cancel part... This is what I have for view appointments for now

If no appointments

image

After booking appointments

image

sandyl289 commented 3 years ago

Trying to fix this issue: image

sandyl289 commented 3 years ago

image

image

Backend: call cancelCustomerAppointment()

https://github.com/McGill-ECSE321-Winter2021/project-group-09/blob/b23c8cdbf89876205918a612067f34b7d3b467d2/RepairShop-Backend/src/main/java/ca/mcgill/ecse321/repairshop/controller/AppointmentController.java#L80-L99

sandyl289 commented 3 years ago

If we try to cancel within 7 days

image

If we try to cancel a valid appointment (Trying to fix this)

image

image

sandyl289 commented 3 years ago

Issue with cancelling future appointment

image

sandyl289 commented 3 years ago
sandyl289 commented 3 years ago
sandyl289 commented 3 years ago

image

sandyl289 commented 3 years ago

I'm not sure how to debug onFailure part... I'll have to look into it tomorrow

https://github.com/McGill-ECSE321-Winter2021/project-group-09/blob/896dea7ca963c7b1fe8df03bf45c1134cc4dd155/RepairShop-Android/app/src/main/java/ca/mcgill/ecse321/repairshop/ViewAppointments.java#L98-L105)

sandyl289 commented 3 years ago

If try to cancel Cannot cancel within 7 days

image

sandyl289 commented 3 years ago
sandyl289 commented 3 years ago

View Appointments

If there are appointments

image

If no appointments

image

sandyl289 commented 3 years ago

Cancel Appointment

If no appointments

image

sandyl289 commented 3 years ago
sandyl289 commented 3 years ago

still trying to fix Cancel Appointment

sandyl289 commented 3 years ago

Waiting for the virtual phone to load 😅 It's going to take a century image image

sandyl289 commented 3 years ago

image

If reload page:

image

sandyl289 commented 3 years ago
sandyl289 commented 3 years ago

Trying to fix this issue

image

sandyl289 commented 3 years ago

View Appointments

image

Cancel Appointments

Attempt to cancel invalid appointment (not 7 days ahead) (works)

image

Attempt to cancel last appointment

image image image

sandyl289 commented 3 years ago

Testing

View Appointments

image

Cancel Appointment

Invalid Cancellation (not 1 week ahead) (I selected the 1st appointment)

image

If try to cancel valid appointment

image image

Click on View Appointments

image

sandyl289 commented 3 years ago

View Appointments

image

Cancel Appointments

Attempt to cancel last appointment

image image image

Attempt to cancel invalid appointment (not 7 days ahead) (works)

image image