gt-scheduler / website

Scheduling application designed to mitigate some of the pain-points present throughout Georgia Tech's registration process.
https://gt-scheduler.org
GNU Affero General Public License v3.0
92 stars 22 forks source link

[BoG S24] Delete Functions for Multiple Versions #282

Closed yatharth-b closed 6 months ago

yatharth-b commented 7 months ago

Problem Description

We have updated the functionality of the share schedule feature to now support sharing multiple schedules at the same time. This means that our cloud functions which are used for deleting invites from the sender's side and the receiver's side don't work anymore.

Both the backend functions for deleting invites are in the https://github.com/gt-scheduler/firebase-conf repository.

Check out new types here - https://github.com/gt-scheduler/firebase-conf/blob/main/functions/utils/types.ts

Your Goal

aeluro1 commented 7 months ago

Resolved by