CS4850Group5A / VirtuDoc

1 stars 3 forks source link

Appointment toast #264

Closed unfinishedsenten closed 2 years ago

unfinishedsenten commented 2 years ago

Changing appointmentHTML, adding toast notification, changed pdfgeneration

github-actions[bot] commented 2 years ago

Unit Test Results

15 files  ±0  15 suites  ±0   28s :stopwatch: -7s 84 tests ±0  84 :heavy_check_mark: ±0  0 :zzz: ±0  0 :x: ±0 

Results for commit 1780a793. ± Comparison against base commit 6698138d.

:recycle: This comment has been updated with latest results.

unfinishedsenten commented 2 years ago

The only possible thing to fix is to change the .toInstant() in entity Appointment for the time aspect so that it is formatted to something like Date: 'Day/Month/Year h:m: a' instead of ZoneUTC and also what Bennett recommended with having appointments locked to 8-5pm for working hours. But that can be another day to work on that.