Apikit self-study diary: version management

Function entry : API management application / select a project / project management menu / project version management

The project version management function module provides version management at the project level, and can add, delete, and compare project-level versions. When the project version number is created, a snapshot of some module data of the entire project will be saved. It can be used to print the global version number for each iteration release, and can compare projects to facilitate subsequent viewing of the differences in each iteration. We can also check whether the API has changed in each iteration and the changed content in the API history. , even we can restore the old project version that has already been typed with a version number. Restoration will not overwrite any content of the current project version. Restoration is to copy the content of the old project version into a brand new project.

Create project version number

Version number : unique to the project

Remarks : We can fill in some information that we need to emphasize the content of this version, or reminders, so that everyone can quickly remember some relevant content when they see the version number, and it is also convenient for other subsequent staff to understand the differences of each version have a general understanding

 

 

copy as new project

Copying as a new project will not overwrite the current project data. It is a concept of independent data isolation. It copies a historical version of data into a brand new project. It does not affect the current project and is an independent project.

  1. Enter the API project - other - version management, you can see the current project version list

  2. We can perform a copy operation on a certain historical version

  3. Click the copy as new project option under the operation bar of a certain version number to confirm

 

export

The concept of exporting a version project is the same as exporting a project, and the data of a project is packaged and exported as a file

The difference is that the version project export allows you to select a historical version of the data to export

  1. Enter the API project, other, version management, we can see all the version numbers of the current project

  2. Select Export under the action column of a certain version number

  3. Select the data type, OK

 

Version API document comparison

In the project-other-version management, you can compare the existing version API documents, check the differences in different version iterations, and support cross-project comparison and current project comparison

Comparison of current project version numbers

  1. Enter the project, other, version management, select the version API document comparison option

  2. We can choose different version numbers of the current project for comparison, and compare the differences between the APIs of the two versions

 

The original version option is the old version, and the comparison version option is the new version.

For comparison, the comparison version will be compared with the original version, and the added, deleted and modified content will be displayed

 

Cross-project version number comparison

In the current project-other-version management-version API document comparison, we can choose to compare across projects

For example: we copy the v5 version as a new project, and we can compare it with the current project (v6 version)

 

edited version

  1. Enter the API project, the tab bar at the bottom of the left, Others-Version Management

  2. Select Edit to edit the remarks of the version

 

delete version

Deleting the project version will synchronously delete the deleted version number record in the API history, but the API will not be deleted

  1. Enter the API project, the tab bar at the bottom of the left, Others-Version Management

  2. Select delete to delete a certain version record

 

Guess you like

Origin blog.csdn.net/qq_42107247/article/details/131402542