Story
As a user I want to generate .INI files based on an existing configuration.
Process
After creating and storing a configuration or while creating a configuration, a user should be able to click on GENERATE and produces .INI files in the system.
UX
Failures
⚠️ If the generation 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.
Story
As a user I want to generate .INI files based on an existing configuration.
Process
After creating and storing a configuration or while creating a configuration, a user should be able to click on GENERATE and produces .INI files in the 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: