UserManagement - renepickhardt/related-work.net GitHub Wiki

  • Users and authors are represented in the backend by the same kind of nodes
  • When a new user is registered we try to map him to author nodes using
    • email address
    • webpage
    • username (later on)
  • We will have a "this is me" button on author and paper nodes
  • All edits to the database must be logged and undo-able

Implementation

  • Maintain extra index for Email/Webpage lookup