-
Notifications
You must be signed in to change notification settings - Fork 19
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
Move from Google Sheets to Contentful's GraphQL API #156
Comments
#180 |
Currently it looks like we have a single "Model" of "Fundraiser". Is this correct? How are we planning on filtering and organizing the fundraisers on the website? The reason I ask, is because I don't see data on the model that makes this easy to do on the frontend. It looks like we should be filtering on I chatted with @shenanigansd and sounds like we might be hitting a limit for users there. I'm not sure if there is a way I can get access or if we can schedule a time to do a screen share with someone that does have access. Do we want to split this issue up a bit? I'm having a difficult time telling where to start and not sure which data is currently populated and ready to be used. |
Data persistence is being moved to Contentful. We will need to update the app to use the new API.
The GraphQL endpoint is:
https://graphql.contentful.com/content/v1/spaces/{space_id}
The space's ID will be in the
CONTENTFUL_SPACE_ID
environment variable.There are two API bearer tokens:
CONTENTFUL_PREVIEW_ACCESS_TOKEN_GRAPHQL
for preview dataCONTENTFUL_ACCESS_TOKEN_GRAPHQL
for production dataThe data model is under review and subject to change until #155 is completed.The text was updated successfully, but these errors were encountered: