Skip to content
New issue

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

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

Already on GitHub? # to your account

Event Registration and Checkin #65

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Event Registration and Checkin #65

wants to merge 3 commits into from

Conversation

jacqueschen1
Copy link
Member

  • Add basic event registration functionality
  • Update event checkin to work with updated backend

Closes: #58

@jacqueschen1 jacqueschen1 requested a review from ianmah February 23, 2020 06:51
headers: {
Accept: 'application/json',
'Content-Type': 'application/json',
},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will need authentication headers as well

@ianmah
Copy link
Member

ianmah commented Feb 24, 2020

Not sure if because dev backend is broken?

Screenshot_20200223-174757

@ianmah
Copy link
Member

ianmah commented Feb 29, 2020

I deployed master backend to dev and still getting the error above

@jacqueschen1
Copy link
Member Author

I tried on dev and it's working fine for me. However, upon switching to prod there does seem to be some issue with getting things from the database. When I tried loggin in on prod the events could not be fetchedand gave a similar error

@jacqueschen1
Copy link
Member Author

Gonna rebase this to updated master

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update the app to use current Lambda functions for registration
2 participants