Story
As a user I want to create and save a configuration based on an animagi descriptor.
Definition
A configuration consists of a set of filled variables and comments associated.
Context
After creating an animagi descriptor to design the way .INI files should be generated, a user would want to fill the values of variables and store the dictionary for later purposes:
- he could reuse them in a different location without redoing the filling process;
- he could share the configuration with a peer;
- he could edit the configuration later.
Engineering specifications
Creation
A configuration could be created 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;
- 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.
Story
As a user I want to create and save a configuration based on an animagi descriptor.
Definition
A configuration consists of a set of filled variables and comments associated.
Context
After creating an animagi descriptor to design the way .INI files should be generated, a user would want to fill the values of variables and store the dictionary for later purposes:
Engineering specifications
Creation
A configuration could be created 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.