From 604f414b444f01750fbfcc4c046625d978d6b0c7 Mon Sep 17 00:00:00 2001 From: yannis <yannisbarlas@gmail.com> Date: Fri, 22 Dec 2017 17:29:11 +0200 Subject: [PATCH] link issues to roadmap --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 089192dd0..4db26c7fc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,18 @@ Note: xpub is still _very_ new. This repository contains an initial set of components but is not yet ready for use. +## Roadmap + +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 +* [Collabra](https://gitlab.coko.foundation/xpub/xpub/boards?scope=all&utf8=%E2%9C%93&state=opened&milestone_title=Collabra) for tasks related to `xpub-collabra` and +* [Xpub](https://gitlab.coko.foundation/xpub/xpub/boards?scope=all&utf8=%E2%9C%93&state=opened&milestone_title=Xpub) for more general xpub concerns + ## Contents @@ -61,16 +74,3 @@ CI requires a Kubernetes cluster, resources for which can be found in `pubsweet/ ## Community Join [the Mattermost channel](https://mattermost.coko.foundation/coko/channels/xpub) for discussion of xpub. - -## Roadmap - -The major tasks we're planning to work on are the following: -* Implement a future-proof theming setup. -* Let users go through multiple rounds of review. -* Implement roles and permissions. -* 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. -* Merge xpub's authentication, routing and navigation with pubsweet's. - -You can follow more fine-grained lists of things that we're working on -* [Collabra](https://gitlab.coko.foundation/xpub/xpub/boards?scope=all&utf8=%E2%9C%93&state=opened&milestone_title=Collabra) for tasks related to `xpub-collabra` and -* [Xpub](https://gitlab.coko.foundation/xpub/xpub/boards?scope=all&utf8=%E2%9C%93&state=opened&milestone_title=Xpub) for more general xpub concerns -- GitLab