Story
As a user I want to edit an existing configuration and save it.
Definition
A configuration consists of a set of filled variables and comments associated.
Context
After creating a configuration (see #4) there could be a need to edit it without generating .INI files.
Engineering specifications
Edition
A configuration should be edited using a webpage with these requirements 🔻
ℹ️ it should be local and not client-server oriented
ℹ️ it should be user-friendly
ℹ️ it should display which variable is mandatory and which is not
ℹ️ it should display these informations:
- name of the configuration;
- current time;
- last save time;
- informations about the OS;
- informations about the animagi descriptor.
Save
A configuration could be save into the filesystem with the .anicfg extension and reused later.
ℹ️ before saving the edited configuration, user should know the diff between the previous and the new configuration.
Story
As a user I want to edit an existing configuration and save it.
Definition
A configuration consists of a set of filled variables and comments associated.
Context
After creating a configuration (see #4) there could be a need to edit it without generating .INI files.
Engineering specifications
Edition
A configuration should be edited using a webpage with these requirements 🔻
ℹ️ it should be local and not client-server oriented
ℹ️ it should be user-friendly
ℹ️ it should display which variable is mandatory and which is not
ℹ️ it should display these informations:
Save
A configuration could be save into the filesystem with the .anicfg extension and reused later.
ℹ️ before saving the edited configuration, user should know the diff between the previous and the new configuration.