Skip to content

Commit

Permalink
page: roadmap update
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed May 30, 2022
1 parent c8b3bd0 commit 693b90a
Showing 1 changed file with 8 additions and 33 deletions.
41 changes: 8 additions & 33 deletions templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -411,60 +411,35 @@ <h6>15 Feb 2022</h6>
<div class="row">
<div class="col-md-4">
<h3>Current</h3>
<p>
What we work on now
</p>
<div class="card">
<div class="card-body">
<h5 class="card-title">
Workflow scalability
<a href="https://github.com/orgs/reanahub/projects/47" class="card-link">Workflow launcher</a>
</h5>
<p class="card-text">
Run hundreds of workflows on REANA in parallel as fast as possible.
Introduce basic features for many-workflows-friendly output inspection and sharing.
Launch workflows from external sources such as source code repositories (GitHub, GitLab), digital repositories (Zenodo), or simply other locations on the web (generic URL) via "Launch-on-REANA" badges. <a href="https://blog.reana.io/posts/2022/launching-workflows/">[blog post]</a>
</p>
</div>
</div>
</div>
<div class="col-md-4">
<h3>Near-term</h3>
<p>
What we plan to work on next
</p>
<div class="card">
<div class="card-body">
<h5 class="card-title">LHC community</h5>
<p class="card-text">
Introduce abstract dataset concept to handle a set of related files.
</p>
<h5 class="card-title">
<a href="https://github.com/orgs/reanahub/projects/50" class="card-link">Workspace file retention</a>
</h5>
<p class="card-text">
Use various remote storage backends for workflow workspace.
</p>
Introduce user-configurable workspace file retention policy allowing to specify that some files are to be deleted automatically 1 day after workflow finishes, other files retained for 356 days, etc. <a href="https://github.com/reanahub/reana-client/issues/610">[rfc]</a>
</div>
</div>
</div>
<div class="col-md-4">
<h3>Future</h3>
<p>
What is coming later
</p>
<div class="card">
<div class="card-body">
<h5 class="card-title">User groups and authorisations</h5>
<p class="card-text">Introduce OpenID Connect to support more authentication mechanisms.</p>
<p class="card-text">Introduce user groups and role-based authorisation control models.</p>
</div>
</div>
<div class="card">
<div class="card-body">
<h5 class="card-title">
<a href="https://github.com/orgs/reanahub/projects/35" class="card-link">
Live logs
</a>
</h5>
<p class="card-text">
Introduce live job log streaming for CLI and Web UI.
</p>
<h5 class="card-title">Workflow sharing</h5>
<p class="card-text">Introduce user groups and role-based authorisation control models allowing to share workflows with colleagues.</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 693b90a

Please sign in to comment.