Skip to content

Conversation

hminsky2002
Copy link
Collaborator

Closes #247

This commit updates the Artist type in typescript to reflect the
modifications in our arches server at
arches.arches-app-demo.opentechstrategies.com, which now include a
foreign key for referencing with a remote server.

Issue #247 Demonstrate referring to external service from Arches in WAC
demo app
This commit adds typing (and type guarding) for the expected remote
server response from our example external data source API (currently
hosted at https://github.com/hminsky2002/archesAppRemoteServer), as well
as a configurable environment variable in `.env.example` for referencing
the deployed url of that api.

Issue #247 Demonstrate referring to external service from Arches in WAC
demo app.
This commit adds in support for fetching data from an external source,
namely our example application[1], which provides additional data for
artists. The application now renders the data from arches first, then
using an external ID makes a request to the external server and renders
it in the artist resource view.

[1] https://github.com/hminsky2002/archesAppRemoteServer

Issue #247 Demonstrate referring to external service from Arches in WAC
demo app
Issue #247 Demonstrate referring to external service from Arches in WAC
demo app
Issue #247 Demonstrate referring to external service from Arches in WAC
demo app
@hminsky2002 hminsky2002 force-pushed the 247-demonstrate-referring-to-external-data-source branch from 8c1649b to 49a4027 Compare July 9, 2025 04:01
@hminsky2002 hminsky2002 merged commit a3adbe9 into main Jul 9, 2025
4 checks passed
@hminsky2002 hminsky2002 deleted the 247-demonstrate-referring-to-external-data-source branch July 9, 2025 04:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Demonstrate referring to external service from Arches in WAC demo app.
1 participant