apollo-ng / dspace-app-apollong

DSpace aims to enable people to find, collect, edit, structure and share any kind of information in a real-time, massive-collaboration, augmented-reality-environment (like wikipedia), based on a very common ground: The map of the area, where people actually are, around their Geolocation.
https://apollo.open-resource.org/lab:dspace
18 stars 13 forks source link

remotestorage: 2nd try #80

Closed nilclass closed 11 years ago

nilclass commented 11 years ago

For some reason this is based on @elf-pavlik's refactor/panel-modal, so this should be merged after #78.

In any case -- @chron0 please review & don't break it again :)

nilclass commented 11 years ago

@elf-pavlik you said you'd convert this into a tutorial on custom remotestorage widgets - any progress, questions?

alice-wl commented 11 years ago

I stopped to like adding built stuff to the repo. Where does pkgs/js/remoteStorage.amd.js come from? can we include that in the build process?

nilclass commented 11 years ago

you can include the remoteStorage.js repository as a git submodule. It uses AMD and only relative paths, so you then just require RS_ROOT/src/remoteStorage.js instead of the built version. This whole AMD build with AMD wrapper added is a bit awkward anyway I think :) If that doesn't answer your question and you actually wanted to know where to download that built version, it's here: http://remotestoragejs.com/release/0.7.1/remoteStorage.amd.js. Starting with the next release (0.7.2) the filename will change to "remotestorage.amd.js".

nilclass commented 11 years ago

FYI, rebased my branch to latest "develop" and updated remoteStorage.js to 0.7.2

@chron0 any estimate on getting this done UI-wise?