data-observability-installer icon indicating copy to clipboard operation
data-observability-installer copied to clipboard

Refactoring Idea: Installation history

Open rboni-dk opened this issue 1 year ago • 0 comments

Problem

Currently, all the outcomes of an installation as stored into individual, statically-named files at the current folder. This is great for finding and customizing the file contents when needed, but it makes it harder to update and might be confusing if the number of files increases.

Proposal

Instead of generating configuration and credential files, store all the relevant installation data into a single history file/folder, so that the actions that runs next can rely on that information.

  • Remember which port is being used by the "expose" action and consider it when running the demos
  • Add actions to show the credentials instead
  • Potentially build a dashboard action that lists everything that the user has installed

rboni-dk avatar Apr 29 '24 20:04 rboni-dk