Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle multiple scheduling sharing #9

Closed
wants to merge 25 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
ce7f95f
add code to handle expired invites and add more functionality to crea…
yatharth-b Mar 1, 2023
7dab187
update method of getting all documents
yatharth-b Mar 1, 2023
2def951
remove invite from sender's schedule if expired
yatharth-b Mar 1, 2023
f888637
comments
yatharth-b Mar 1, 2023
3f50209
should be able to handle both fetch and axios
yatharth-b Mar 2, 2023
8e39777
nits
yatharth-b Mar 2, 2023
d34acae
nits
yatharth-b Mar 2, 2023
603f7b8
nit
samarth52 Mar 11, 2023
7db21c6
Email Template Styling
EmilyAL001 Apr 8, 2023
73860b3
added function to delete friend and updated types
samarth52 Apr 22, 2023
a095ce5
Merge branch 'main' of https://github.com/gt-scheduler/firebase-conf …
samarth52 Apr 22, 2023
53393f5
lint and prettier
samarth52 Apr 22, 2023
8ad1871
Merge branch 'yatharth/173-174' of https://github.com/gt-scheduler/fi…
samarth52 Oct 19, 2023
5f15e3d
Merge branch 'emily/206-email-template' of https://github.com/gt-sche…
samarth52 Oct 19, 2023
3240045
Merge branch 'Samarth/delete-invitation' of https://github.com/gt-sch…
samarth52 Oct 19, 2023
50ed45b
updated node version
samarth52 Oct 19, 2023
412466e
Updated request body parsing
samarth52 Oct 19, 2023
a0f3b11
Handle friend invitation accounts for valid friendRecord
samarth52 Oct 19, 2023
7ec1957
Update friend info if not exists
samarth52 Oct 20, 2023
cceb918
Added function to delete friend data from sender modal
samarth52 Oct 20, 2023
4830152
Ran prettier and removed console messages
samarth52 Oct 20, 2023
7ce58d4
added redirect url for friend creation function
samarth52 Jan 15, 2024
1e59181
Ran lint and prettier
samarth52 Jan 15, 2024
d71c1be
Merge pull request #8 from gt-scheduler/dynamic-email-backlink
samarth52 Jan 15, 2024
5bb240f
Completed multi-invite link handling
aeluro1 Feb 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 18

- name: Install
run: yarn install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This repository contains the configuration for [Firebase Cloud Firestore](https:

## 🚀 Developing functions

To work with with the Cloud Functions in this repository, run the following commands from within the `/functions` directory (make sure you have Node.js 14+ and Yarn v1 installed beforehand):
To work with with the Cloud Functions in this repository, run the following commands from within the `/functions` directory (make sure you have Node.js 18+ and Yarn v1 installed beforehand):

```sh
npm install -g firebase-tools
Expand Down
Loading
Loading