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

Adding additional storage / backend adapter draft #2084

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

Conversation

johnmcswain
Copy link

@brollb I've started the following steps:

  • updated the Client.js file for the new adapter; updated metadata.js
  • added compiled Storage, TaxonomyReference, and Utils js files to the repo. There's a reference to svelte/storage I haven't resolved or removed and may cause problems.

Copy link
Contributor

@brollb brollb left a comment

Choose a reason for hiding this comment

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

Hi @johnmcswain! Thanks for the PR. It looks like it is still a work in progress but I added some comments in case they are helpful!

Copy link
Contributor

Choose a reason for hiding this comment

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

Move this file (and Storage.js) to be in the udcp folder.

@@ -0,0 +1,80 @@
/* globals define */
import {Storage} from "../Storage"
Copy link
Contributor

Choose a reason for hiding this comment

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

Change this to use requirejs for importing. (This one is likely going to throw an error as I doubt import statements are supported in this version.)

@@ -0,0 +1,26 @@
/*global define*/
define([
'deepforge/udcpConfig',
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think this file exists, does it?

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.

2 participants