FabienArcellier / writer-framework

No-code in the front, Python in the back. An open-source framework for creating data apps.
https://streamsync.cloud
Apache License 2.0
0 stars 1 forks source link

allow running review app to validate PR from external contribution #26

Closed FabienArcellier closed 8 months ago

FabienArcellier commented 8 months ago

The integration of an app review mechanism deploys a PR on demand to test the code online or demonstrate it without requiring cloning the branch locally.

Peek 2024-02-19 18-05

I used the reviewapp mechanism from scalingo, a French PaaS platform. Their implementation is close to Heroku. After a first reading, project administrators will be able to trigger the publication of an environment.

Peek 2024-02-19 17-24

The validation environment can be modified by any visitor. If this mechanism poses a problem, we will add authentication to limit access and only offer read access for visitors.