(Note: this repo is forked, for the purpose of study only, from https://gitlab.coko.foundation/xpub/xpub-faraday)
Note: xpub is still very new. This repository contains an initial set of components but is not yet ready for use.
An MVP implementation of the first design sessions which allows a user to go through the process of creating a submission, assigning editors and reviewers, submitting reviews and submitting a decision.
The major tasks we're planning to work on are the following:
- Implement a future-proof theming setup. (#88)
- Let users go through multiple rounds of review. (#50)
- Implement roles and permissions. (#58)
- Change the data model to account for the changes that have occured in
pubsweet-server
, as well as to make it easily portable to Postgres in the future. (#67) - Merge xpub's authentication, routing and navigation with pubsweet's. (#55 #89 #57)
You can follow more fine-grained lists of things that we're working on
In the root directory, run yarn
to install all the dependencies.
Add the following values to packages/xpub-collabra/config/local-development.json
{
"pubsweet-server": {
"secret": "__EDIT_THIS__"
}
}
cd packages/xpub-faraday
- The first time you run the app, initialize the database with
yarn run setupdb
(press Enter when asked for a collection title, to skip that step). yarn start
Join the Mattermost channel for discussion of xpub.