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

Bug/issue 297 fix cache json with deep linking #302

Merged

Conversation

thescientist13
Copy link
Member

@thescientist13 thescientist13 commented Mar 11, 2020

Related Issue

resolves #297 deep linking and cache.json

Summary of Changes

  1. Fix cache.json to just one depth level (should / could probably be better handled by resolvers and file writing assumes certain route depth #273 )

@thescientist13 thescientist13 added the bug Something isn't working label Mar 11, 2020
@thescientist13 thescientist13 changed the base branch from master to release/0.5.0 March 11, 2020 01:40
@thescientist13 thescientist13 added Content as Data website Tasks related to the projects website / documentation labels Mar 11, 2020
* graphql server working

* apollo client connect to apollo server

* connected header example using lit apollo

* todo

* todos

* query and client + server refactor

* schema refactoring

* clean up console logging

* alias all @greenwood/cli/data module imports

* avoid paramater destructuring

* graphql example in the header

* multiple schemas

* internal data sources documentation

* shelf refactor and children query integration

* refactor out ApolloQuery

* ability to intercept client.query calls

* basic semi-working implementation

* remove extra config from server context

* have puppeteer wait for graphql requests before returning content

* fix and add test cases for apollo

* merged resolvers not actually working

* multiple queries support

* everything working

* todos

* TODO tracking

* fix fallback apollo client fetch handling

* full test suite

* cache json test cases

* stablize test due to inconsistent data results ordering

* clean up deps

* todo cleanup

* remove forced client call in SSG mode for client

* represent graph through the schema

* updated data docs

* typos and grammer

* typos and community link fixes
@thescientist13 thescientist13 force-pushed the bug/issue-297-fix-cache-json-with-deep-linking branch from f908539 to 0a7dc54 Compare March 15, 2020 23:59
@thescientist13 thescientist13 merged commit 7b581a2 into release/0.5.0 Mar 18, 2020
@thescientist13 thescientist13 deleted the bug/issue-297-fix-cache-json-with-deep-linking branch March 18, 2020 01:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Content as Data website Tasks related to the projects website / documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

website shelf not showing when loading a deep link with more than one route segment (from the shelf)
2 participants