You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any objection to the project considering a consolidation of the services overview rendered in the main.svg output?
I've got two options that could be considered below;
Minimise Current Output (replace behaviour)
I propose we could shift from the current view to one in which all hosts running the same service are listed under the service and details or info elements are visible only in the per-host card to reduce information on the one screen
First example of current view:
Compared to a proposed:
Second example of current view (that includes elements of detailed information):
Compared to a proposed:
Add Minimised Output (extend behaviour)
I propose we could apply the above option, however output the contents not over main.svg but in a minimal.svg or alike - upside of-course is non-breaking behaviour, however it might lead to increased eval/build times if issues such as #6 are caused by the number and size of images.
An addendum to increasing the default outputs could be increased drv options to build from; such as:
nix build .\#topology.x86_64-linux.config.output
# vs
nix build .\#topology.x86_64-linux.config.minimal-output
# or
nix build .\#topology.x86_64-linux.config.output.passthru.minimal
Thanks in advance!
The text was updated successfully, but these errors were encountered:
No objection at all. Consolidating these is a great way to reduce the waste of space. I actually wouldn't create a new output for this, just change the default.
I think consolidation in your first example is pretty much always better than not consolidating it. If there's info involved like in the second example, we could also consolidate it but still show the info behind the hostname? My initial intention for the overview was to have a quick way to see all the relevant domains.
Is there any objection to the project considering a consolidation of the services overview rendered in the
main.svg
output?I've got two options that could be considered below;
Minimise Current Output (replace behaviour)
I propose we could shift from the current view to one in which all hosts running the same service are listed under the service and details or info elements are visible only in the per-host card to reduce information on the one screen
First example of current view:
Compared to a proposed:
Second example of current view (that includes elements of detailed information):
Compared to a proposed:
Add Minimised Output (extend behaviour)
I propose we could apply the above option, however output the contents not over
main.svg
but in aminimal.svg
or alike - upside of-course is non-breaking behaviour, however it might lead to increased eval/build times if issues such as #6 are caused by the number and size of images.An addendum to increasing the default outputs could be increased drv options to build from; such as:
Thanks in advance!
The text was updated successfully, but these errors were encountered: