Skip to content
Christian Kellner edited this page Feb 12, 2014 · 1 revision

Frontend

Conference List

Should be a view of all (or some of?) the conferences hosted on the site. For conferences that currently accept submissions UI functionality is needed to enter the submission process (including user registration).

Abstract List for a Conference

List all the published abstracts (title and authors and abstract id only). Which session each abstract belongs should be indicated (by word or color, maybe grouping if doable).

Single Abstract Viewer

Display a single abstract from a conference including the full body, its figures, references etc. pp. [This is mostly functional already, cf: https://portal.g-node.org/abstracts/bc13/#/doi/nncn.bc2013.0257]

Single Abstract Editor

Based on the Viewer component, the editor should be able to edit all abstract entities (title, authors, etcpp) in a user friendly way.

Dashboard for Users

The dashboard for the user should allow the users to do 1) all user specific configurations and 2) manage current abstract submissions (maybe later collaboration)

  • Change profile information (email, name password, ...)
  • Overview of all abstracts that have ever been submitted.

Dashboard for Conference Admins

All of what the dashboard for users can but also review and publish abstracts and manage conference information (map of the surround with Points of interests, etcpp).

Dashboard for Site Admins

All of what the dashboard for conference admins can do plus the ability to create new conferences.

Login and user registration site

Ability to create a new user for the site and ability to log into to the system. Need some spam protection for sure.

Backend

REST

CRUD based functions for creating abstracts, conferences, users.

Sync

Being able to sync conference abstracts and conference information.