Jonas Spenger

Results 50 issues of Jonas Spenger

In our original vision we outlined a Workflow to also function as a Portal Actor [1]. That is, besides being able to have Tasks as Portal Actors, it would also...

itype:enhancement
discuss
area:core
stat:backlog
size:epic

Currently we are manually updating the portalsjs runtime on the Playground. It might be a good idea to have a workflow that does this automatically. Thus, the task is to...

itype:enhancement
area:portalsjs
prio:low
stat:backlog
size:large

There should be some place for docs, where we can collect in-depth information about the project. A suggestion is to use scaladoc to generate the documentation docs. This also makes...

itype:documentation
prio:low
area:docs
stat:backlog
size:large

The logger will currently always log the same TaskId for all tasks in a workflow. The following example in the playground shows this error, in which the first and second...

itype:bug
area:core
spree
size:large

There has been some work on an SQL library which is experimental work. Currently, there are multiple versions and branches, see below for some references. Context: This is a very...

stat:backlog
area:library
size:epic

The `FlowBuilder` is currently missing a method for joining two flows and splitting a flow. The split method could have a signature, implemented somewhat like this: ```scala def split[CCU](p1: PartialFunction[CU,...

good first issue
area:core
prio:low
size:small

I'm not an expert at license requirements, but to my knowledge we should attribute (some) third-party software libraries in the NOTICE file https://github.com/portals-project/portals/blob/main/NOTICE. This is something to look into at...

stat:backlog

All public facing API classes and methods should have doc comments. This is currently not the case, hence we have this issue. In order to solve this task, we can...

area:core
prio:high
stat:picknext
size:small

A common pattern is to have a Portal Task in a workflow that consumes nothing, and produces nothing. The Portal Task, still, is useful, as it can respond to portal...

good first issue
area:core
size:small

There is a github actions workflow (`docs-versioned.yml`) already, and a corresponding repository for the versioned api docs. This should be re-activated and made public once a more stable version has...

itype:documentation
area:docs
stat:backlog
size:small