refactor: migrate all GraphQL operations to @dyne/interfacer-client SDK - #882
Merged
Conversation
…t SDK - Replace all inline gql definitions with imports from @dyne/interfacer-client v0.5.0 - Remove apollo-client, apollo-utilities dependencies and webpack/tsconfig aliases - Remove Apollo stubs (ApolloProvider, InMemoryCache, HttpLink, ApolloClient) - Add lazy ProjectTraceability component with traceDpp graph, outline, and node details - Restore license/licensor display in project cards and detail sidebar - Replace trace-derived timestamps with metadata timestamps - Slim project images: remove bin from resource queries, keep bin for avatars - BrUserAvatar accepts user object instead of userId - Add .impeccable.md design context and copy to .github/copilot-instructions.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Migrates all GraphQL operation documents from inline
gqldefinitions into the@dyne/interfacer-clientSDK, removes Apollo dependencies, and adds a lazy project traceability graph.SDK (
interfacer-clientv0.5.0)ResourceClient.getTraceDpp(id)withQUERY_RESOURCE_TRACE_DPPbinfrom project/resource images (kept for person/user avatar queries)TraceDppNode/TraceDppNodeTypetypesGUI changes
gqltemplates removed — every operation imported from@dyne/interfacer-clientapollo-client,apollo-utilities, webpack/tsconfig aliases, stubsProjectTraceability): fetchestraceDpponce on section open, renders tree + outline + node details, WCAG AA, responsivetraceresolverBrUserAvataraccepts user object;binkept only for person queries.impeccable.mdand.github/copilot-instructions.mdValidation