Skip to content

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