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 14 forks source link

Integrate Remote-Storage widget #65

Closed chron0 closed 11 years ago

chron0 commented 11 years ago

With the introduction of the widgetbar and the former UI cleanup the original remote-storage implementation doesn't work anymore. The current UI offers a widgetbar and widgeticons (one already for remote-storage), where a click should open a submodal with the height of the minimap and provide remote-storage login capability.

elf-pavlik commented 11 years ago

@chron0 do you have ui element for such submodal ready?

elf-pavlik commented 11 years ago

@nilclass next week in Berlin we could tackle on this one together?

chron0 commented 11 years ago

widgetBar refactored as widgetBar class in panels.js. The widgetBar gets rendered, but the events wont fire yet to open the modal: https://github.com/chron0/dspace-client/tree/feature/widgetBar. Basic template harnesses are also integrated but should receive their content from the plugin (i.e. remote-storage needs etc.)

elf-pavlik commented 11 years ago

while working on #74 i removed remote storage setup from ui.js will post link to related commit after doing interactive rebase! for now message "PRUNE: RemoteStorage setup"

chron0 commented 11 years ago

done!