-
Notifications
You must be signed in to change notification settings - Fork 595
Closed
Labels
enhancementNew feature or requestNew feature or requestexamplesIssues relating to the Rerun examplesIssues relating to the Rerun examples🕸️ webregarding running the viewer in a browserregarding running the viewer in a browser🧑💻 dev experiencedeveloper experience (excluding CI)developer experience (excluding CI)
Description
Currently, a list of of examples and related metadata is hardcoded in script/build_demo_app.py, but this is somewhat redundant with the examples' README front matter. I suggest improving this script such that:
- it pulls all example whose front matter includes
demo: true - it pulls the metadata from the front matter
Examples' front matter will need to include:
demo: true(if the example is to be included as demo)description: ...(needed anyways for the example landing page)demo_build_args: []for optional build argument when generating the demo site
Some mechanism should also be devised to generate/avoid script/requirements-web-demo.txt.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestexamplesIssues relating to the Rerun examplesIssues relating to the Rerun examples🕸️ webregarding running the viewer in a browserregarding running the viewer in a browser🧑💻 dev experiencedeveloper experience (excluding CI)developer experience (excluding CI)