Story
As a user I want to generate .INI files based on an existing configuration on a remote host through SSH connection.
Process
A user should be able to choose a remote host with IP address and generate the .INI files on its system.
UX
Failures
⚠️ If the generation fails the error should be displayed to the user.
⚠️ If the SSH connection fails, the error should be displayed to the user.
⚠️ All failures should be logged.
⚠️ Failures should be displayed within a special place and a special police.
Success
✔️ Success of the generation should be displayed with a special mark
✔️ Successes are never logged.
Logging
The logging should meet these requirements:
- all logs of the day should be in the same file;
- all logfile should display: the date (day, month and year), the user name (based on OS login);
- logs are done using .log extension;
- log of the precedent days should be archived and compressed.
Useful links
Story
As a user I want to generate .INI files based on an existing configuration on a remote host through SSH connection.
Process
A user should be able to choose a remote host with IP address and generate the .INI files on its system.
UX
Failures
Success
✔️ Success of the generation should be displayed with a special mark
✔️ Successes are never logged.
Logging
The logging should meet these requirements:
Useful links