Contribute to the DSpace Development Fund

The newly established DSpace Development Fund supports the development of new features prioritized by DSpace Governance. For a list of planned features see the fund wiki page.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 50 Next »

Draft Document

While this document is still being enhanced, it is considered in a "reviewable" state. It will be presented for community review at the Open Repositories 2015 conference.  Feedback is also welcome via comments on this wiki page!

This Technical RoadMap is based on the DSpace 2015-18 Strategic Plan - Technology and the Use Case Analysis produced by the DSpace RoadMap Working Group in April/May of 2015. The DSpace RoadMap Working Group consists of the members of DCAT, Committers and Steering Group: Tim Donohue (Lead, DuraSpace), Stuart Lewis (Edinburgh), Bram Luyten (@mire), Jonathan Markow (DuraSpace), Michele Mennielli (CINECA),  Richard Rodgers (MIT), Ryan Steans (Texas Digital Library), Maureen Walsh (Ohio State)

Candidate Features for DSpace 6.0

This list is incomplete, and does not represent a list of ALL features to be added into DSpace 6.0 in late 2015.  It just notes a few smaller features / goals from the 2015-18 Strategic Plan for Technology which will be targeted towards the 6.0 release. The remainder of the 6.0 features will be determined from community contributions (similar to the 4.0 and 5.0 releases the last few years) which align well with the overarching Strategic Plan for Technology.

Priority 1 FeaturesDesign / NotesRelated Technical Strategic Goal(s)Core?ComplexityUse CasesVolunteers
Single Search / Browse System (SOLR)While the default Search/Browse system is now based on Apache Solr, DSpace continues to maintain outdated code which supports the Traditional Lucene / Database system.
  • Lucene and old DB browse system are already deprecated. Just need removal

Unable to locate Jira server for this macro. It may be due to Application Link configuration.

Goal 2: Lean and flexiblexLow

 

 
Single built-in Statistical Engine (SOLR Statistics)DSpace currently has two built-in statistical engines, one based on Apache Solr (default) and another based on ElasticSearch. DSpace should only provide one out-of-the-box, built-in statistical engine (Solr Statistics), and the ElasticSearch codebase should be migrated into an optional "module" or add-on.
  • Move Elasticsearch Usage Statistics to external "module"? Possibly related to "Module Framework" project however (so it may or may not need to wait for 7.0)
Goal 2: Lean and flexiblexLow

 

 
NOTE: More features will be discussed on the DSpace Release 6.0 Status page, and added to this list as they are finalized. Work on the 6.0 release is proceeding in parallel to the development of this RoadMap, and therefore, this RoadMap primarily represents the goals/candidate features for the 7.0 release in 2016.)

Candidate Features for DSpace 7.0 - Priority 1

The DSpace 7.0 release is tentatively scheduled for late 2016 or early 2017. The below candidate features are ordered in terms of perceived importance to the 7.0 release. However, if you or your institution would like to drive or lead the development of a specific feature, you are welcome to volunteer your time towards any of the candidate features listed, no matter where that feature ranks in the listing.

Priority 1 FeaturesDesign / NotesRelated Technical Strategic Goal(s)Core?ComplexityUse CasesVolunteers
Single User Interface

DSpace currently maintains two user interfaces in parallel (JSPUI and XMLUI). We want to "converge" on a single, out-of-the-box user interface for DSpace.

Goal 2: Lean and flexiblexHigh

For reference:

Cineca
Configurations in Admin User InterfaceDSpace should support the modification of most configurations/settings from the Administrative User Interface, instead of requiring such configurations be tweaked from command line.
  • Dependent on / related to "Single User Interface"
Goal 5: Low cost, "just works"xHighCineca
Non-functional: "Module" Framework and Registry

DSpace needs a clear definition of what constitutes a "DSpace module", so that third-parties can create, maintain and distribute their own "modules" as add-ons to DSpace, and distribute them via a public "registry".

Goal 3: Can be "extended"xHigh Cineca (interested)
Simplify Community & Collection Hierarchy

DSpace's required hierarchy of Communities and Collections should be replaced with a more flexible module of supporting Collections & Sub-Collections.

Goal 2: Lean and flexiblexHigh 
Lower the effort to deposit content into DSpace (via integrations)

The DSpace deposit process should integrate more closely with external data sources, in order to automatically populate (or suggest) data on deposit. We should also investigate whether some integrations may allow opportunities for Administrator's to autopopulate DSpace from trusted, external content sources.

Goal 1: Fundamentals of IR

Goal 4: Integration with external services

xMediumCineca (interested)

Candidate Features for DSpace 7.0 - Priority 2

The DSpace 7.0 release is tentatively scheduled for late 2016 or early 2017. As "priority 2" features, these features are not guaranteed for the DSpace 7.0 release, but we'd encourage community members to volunteer to help achieve any of these features. If there is community interest in moving one or more of these features forward, that feature may be moved up to "priority 1" for the 7.0 release.

Priority 2 FeaturesDesign / NotesRelated Technical Strategic Goal(s)Core?ComplexityUse CasesVolunteers
Hierarchical Metadata SupportDSpace should support hierarchical metadata formats (e.g. MODS)Goal 1: Fundamentals of IRxHighCineca
Relationships between Objects

DSpace should support defining relationships between objects (especially at the Item and Bitstream level). Some object relationships may be definable via metadata, but should be respected by the DSpace UI.  But, in other situations, it may also necessitate the creation of new types of Objects (e.g. Author objects as Authors of an Item rather than simply textual metadata)

Goal 1: Fundamentals of IRxHighCineca
Enhance Basic Statistical ReportingDSpace's existing Statistical Reporting user interfaces are rudimentary and do not provide enough useful views/reports/exports of the underlying captured data. These should be enhanced based on modern use cases/needs.
  • Primary use case description: Basic Statistics (and all child pages)
  • This would likely be depending on the "Single User Interface" project for much of the enhancements, as many of these reports are UI related.
Goal 1: Fundamentals of IRxMedium

 

 
Enhance Basic PreservationDSpace's existing basic preservation functions (format identification, checksum verification, etc) could use enhancement based on modern tools and services.
  • See linked use cases for more details of possible enhancements to existing basic preservation functionality
Goal 1: Fundamentals of IRxMedium 
Easy and Intuitive Deposit InterfaceDSpace's deposit interface could use enhancement for a better overall user experience with regards to usability and accessibility.
  • Dependent on / related to "Single User Interface"
  • Primary use case description: Easy and Intuitive Deposit Interface
  • May need further definition around what sorts of changes will make deposit easier?

Goal 1: Fundamentals of IR

xMediumCineca (interested)

Post-7.0 Features

While these features are scheduled as "post-7.0" at this time, we still encourage volunteers to begin to analyze or tackle them. If there is interest in moving one or more of these features forward in the nearterm, we can immediately we can immediately schedule it for an upcoming release.

FeaturesDesign / NotesRelated Technical Strategic Goal(s)Core?ComplexityUse CasesVolunteers
Non-functional: Easier InstallationWhile DSpace's installation process continues to improve, it is still highly manual in nature. We should investigate ways to provide an "easy installer" which could potentially even auto-install and configure prerequisites such as Tomcat, Postgres, etc.
  • Dependent on some Priority 1 features (e.g. Single UI, Configs in Admin UI)
Goal 5: Low cost, "just works"x 
  • There was an older Installer Prototype which attempted some of this, but was not successful. It may be worth revisiting that prior work/experience, if just for use cases.
 
Non-functional: Easier Upgrade ProcessWhile DSpace's upgrade process continues to improve, it is still complex with regards to local customizations or theme changes. We should investigate of simplifying the upgrade process, by alleviate the manual process of merging in local changes/tweaks where possible.
  • Dependent on some Priority 1 features (e.g. Single UI, Configs in Admin UI
  • Could be helped by "Theme management in Admin UI"
Goal 5: Low cost, "just works"x 

 

 
Advanced Usage StatisticsDSpace currently only provides basic statististical reporting functionality. We should investigate ways to provide enhanced, highly detailed reports for users who need them. Likely, this will be implemented as an optional module available via a module registry.
  • Likely an optional module or external integration, therefore it may be dependent on a "Module Framework" being developed
  • Ranked very highly in 2013-14 Vision Survey
Goal 3: Can be "extended" High

 

 
Theme management in Admin UI

While DSpace currently supports some basic theming in the XMLUI interface, management of such themes is performed via command-line configurations and tweaks. We should find a way to make Themes selectable and tweakable via the Admin UI, like other modern web facing systems.

  • Dependent on "Single User Interface"
  • Could be highly beneficial to "Easier Upgrade Process" in that theme management is a huge pain point of the existing upgrade process
  • Ranked lower in 2013-14 Vision Survey
Goal 5: Low cost, "just works"xHigh 
Enhance VersioningDSpace provides an optional, basic Item versioning capability. However, this versioning capability is limited in nature, and not yet fully integrated into all DSpace tools and interfaces. We should find a way to enhance item versioning, and make it more embedded into the system (and API) overall.
  • Ranked lower in 2013-14 Vision Survey
 x Cineca
Replace "Bundle" object with Metadata or similar

In DSpace, a "Bundle" object is just a simple grouping of Files (Bitstreams) (e.g. "THUMBNAIL", "TEXT"). Rather than being its own object, a "bundle" could be more easily replaced with metadata on individual Bitstreams (e.g. dc.type="thumbnail"), or even relationships between Bitstreams (i.e. derivative objects).

Goal 2: Lean and flexiblexMedium 
Advanced PreservationDSpace currently only provides basic preservation tools (format identification, checksum verification, etc) out-of-the-box. We should investigate providing enhanced preservation options (or integrations) for users who need it. Likely, this will be implemented as an optional module available via a module registry.
  • Likely an optional module or external integration, therefore it may be dependent on a "Module Framework" being developed
  • Ranked lower in 2013-14 Vision Survey
Goal 3: Can be "extended"  High 
Enhance Search / Browse SystemWhile DSpace's search/browse system continues to improve, there are still ways we can improve the user experience of finding items within DSpace.
  • See various unmet use cases labeled "Search/Browse"
  • Dependent on "Single Search / Browse System" feature being completed, to ensure we can more easily implement new Search/Browse use cases
  • Some use cases also dependent on "Single User Interface" being completed
Goal 1: Fundamentals of IRx  
Enhance Access ControlDSpace's access control system (which manages authentication and authorization) is a custom solution that is now nearly as old as the software platform itself. While it functions well enough as-is, replacing it with a comparable third-party, open source AuthN/AuthZ system would simplify our codebase and ongoing maintenance.
Goal 1: Fundamentals of IRx Cineca

 

Integrations

While integrations are very important to DSpace, these integrations projects are "unscheduled" as of yet, as many of these projects require further definition, or (in some cases) their design may be affected by one or more of the candidate features listed above. Nonetheless, if there is interest in moving one or more of these features forward in the nearterm, we can immediately schedule it for an upcoming release.

IntegrationDesign / NotesRelated Technical Strategic Goal(s)Core?ComplexityUse CasesVolunteers

Integration with external authentication / authorisation system

  • Also related to Integrations - Authentication through Multiple Mechanisms
  • Already exists to some extent (LDAP, Shibb, etc). But, would be nice to move to a third-party, standardized AutN/AuthZ solution.
  • Unable to locate Jira server for this macro. It may be due to Application Link configuration.
Goal 4: Integration with external servicesxMedium Cineca
Integrations that increase the exposure of content stored into DSpace in external systemsGoal 4: Integration with external services    
Integrations - Persistent Identifiers other than Handles (DOI)Goal 4: Integration with external servicesx   
Integrations - Personal Identifiers (ORCID) (Enhanced)Goal 4: Integration with external servicesx   
End User - Streaming Video ContentGoal 5: Low cost, "just works"    

Integrations - integrating with third party document streaming services

  • Provide an ability to stream/view (textual) documents (e.g. PDF) in-browser
Goal 5: Low cost, "just works"    
Integrations - Streaming Image ServerGoal 5: Low cost, "just works"    
Integrations - Search Engine OptimizationGoal 4: Integration with external servicesx   
 

 

  • No labels