Skip to content

passing parameters in the URL to a Lively Project #1755

@rickmcgeer

Description

@rickmcgeer

Describe the Feature
Configuring a web application for a specific environment is typically done by passing in the configuration variables in either the header or in the URL. I can do this by hand (http://127.0.0.1:9011/projects/load?name=engageLively--galyleo-dashboard&foo=bar) which is what I do today, but it would be nice if there was a simple table editor which could be clicked on for a project to configure these.

Graphics
Running a Docker image from Docker desktop brings up this dialog:

Image

Clicking on Optional Settings brings up a config dialog:

Image

For HTTP parameters, Postman has a an extensive set of config options;

Image

Implementation Details
If applicable, provide insights with regards to implementing this feature that you already have.
I think this is actually straightforward, and can be done with existing components, adapted for the purpose. Just attach a config button to each project on the dashboard, which would bring up a Docker Desktop-like wizard, or, at a stretch, a Postman-like wizard

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions