Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fishchimp/feature/delete unavailability (#205)
## Describe your changes Slight improvement to the delete unavailability method considerations: 1. The remove_event method is already a soft delete, which aligns with industry practices 2. The delete method is already quite straightforward 3. Futureproofing ideas include changing the return type of remove_event into an enum to differentiate between a failed "mark event as deleted" and a "cannot find such event to delete". 4. ultimately decided to just add logging for better debugging if any issues were to arise ## Issue ticket number and link Issue [FE-187](https://fireapp-emergiq-2024.atlassian.net/browse/FE-187) --------- Co-authored-by: Muhammad Hafizh Hasyim <[email protected]> Co-authored-by: Tai Ha <[email protected]>
- Loading branch information