Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Project

DSpace ClientUI built on RESTful API

Student

Vibhaj Rajan

Mentors

Technologies

DSpace REST
JavaScript jQuery FireSpark

Proposal

Melange

Repository

https://github.com/tr4n2uil/restclient

Demo

http://ec2-50-16-74-56.compute-1.amazonaws.com:8080/restclient/

Notes

jQuery
DSpace deployment on Amazon EC2

...

  1. (thumbs up) Get familiar with DSpace REST API
    1. collections, communities, items and bitstreams
      • create
      • (tick) view
      • (tick) edit
      • (tick) delete
    2. users and groups
      • (tick) view
    3. search
    4. generating statistics
  2. Wiki Markup
    (/) Decide the JavaScript Library to be used by discussing with the DSpace community: *jQuery* \[decided by community\]
  3. (plus) Learn the jQuery JavaScript Library
    • (tick) Selectors
    • (tick) Actions and Methods
    • (tick) Events
    • (thumbs up) UI Widgets
  4. (plus) Design client run FireSpark framework supporting JavaScript UI for RESTful (JSON) services
  5. (plus) Design generic Services and Workflows in FireSpark
  6. (thumbs up) Plan these extensions for RestClient
    • (plus) RESTUI.Resource.Load Workflow
    • (thumbs up) (plus) RESTUI.Resource.Edit Workflow
    • (thumbs up) RESTUI.Resource.Delete Workflow
    • (thumbs up) ParseItemMetadata helper

...

  1. (thumbs up) Implement extensions (Services and Workflows) to FireSpark in RESTClient to provide support for :
    1. Repository Manupulation
      • Communities
        • (thumbs up) (plus) Edit
        • (thumbs up) Delete
      • Collections
        • (thumbs up) (plus) Edit
        • (thumbs up) Delete
      • Items
        • (thumbs up) Edit
        • (thumbs up) Delete
    2. Content Searching
    3. Administration
      • Users
        • (plus) Login
        • (thumbs up) All
        • (thumbs up) SingleEdit
      • Groups
        • (thumbs up) All
        • (thumbs up) SingleEdit
    4. Statistics
      • Reports
      • Charts and Visualization

...