vkottler / runtimepy

A framework for implementing Python services.
MIT License
1 stars 0 forks source link

Easily composable "info" landing page (HTTP app) #239

Open vkottler opened 2 months ago

vkottler commented 2 months ago

Use-case: a single landing page for multiple web application's (see links + description's that can be used for navigation.

May as well be capable of other content generation features (documentation style).

Feature should definitely expose a "register external method" interface.

Possible drop-in idea: serve app from e.g. /app.html ... maybe the default application should redirect here? If no config data powering "landing page", otherwise serve some static data (always include link to actual app).

vkottler commented 2 months ago

https://github.com/vkottler/runtimepy/pull/240 WIP

vkottler commented 2 months ago

Enhancing the server command + http server combo to make this ergonomic at the command-line is probably a better option.

vkottler commented 2 months ago

Do this first: https://github.com/vkottler/runtimepy/issues/248.

vkottler commented 2 months ago

https://github.com/vkottler/runtimepy/issues/252 refines this idea further, "config-driven UI content" should definitely be a feature but this other issue describes the higher ROI (and more significant amount of work) area of the application.