- Overview
- How to?
- Creating the documentation about the new features
Help about new features: Letting users know about changes
Applications are constantly evolving. End users often take advantage of these improvements. However, in order to benefit from the changes between two versions, the end user needs to know what was modified. The user must be kept informed of the improvements and new operating modes in order to use them properly. When creating the setup for network applications, a list of modifications made since the previous version is proposed by WINDEV. An overview of this information is automatically deduced from the environment: - List of completed tasks deduced from the project monitoring center
- List of fixed bugs and new features deduced from the quality and version monitoring center,
- List of modified elements deduced from the SCM, ...
When developing or creating the setup program, the developer selects and possibly rewrites the elements found in this list, and he also adds all the necessary elements. Creating the documentation about the new features To implement the documentation about the new features: - Create the client version of your application: on the "Project" tab, in the "Generation" group, expand "Setup procedure" and select "Create setup procedure".
- Click "Additional information" in the executable creation wizard. The "New features documentation" step is appears.
- You can:
- create a new help system,
- select an existing help system to complete it,
- use an updated help system.
- If you create or update a help system, you can:
- indicate whether the page of new features corresponds to a daily page or to a page for all the new features.
- select the origin of the information inserted into the page of new features:
If a new page is generated, you have the ability to define the elements automatically generated in the page: title, executable number, corrected incidents, completed tasks, archive operations performed, ...
- The setup procedure is momentarily stopped. The executable is generated and the help page is created (if necessary) in your project.
- The help page can be modified according to your own needs.
- Once your have made all the desired changes, you can:
- Resume the setup procedure.
- Cancel the setup procedure.
- The help for the new features will be displayed when installing the application with automatic update.
|
|
|
|