Content model use case design
Use case diagrams are used to describe the relationships between roles and use cases or use cases and use cases, highlighting the functions that the system must implement to analyze customer requirements during the requirements analysis phase.
The use case design mainly includes the function description, the use case diagram, the use case specification, the use case realization and so on information.
3.1 Form Management
3.1.1 Function Description
(1) Administrators are free to add forms, form information including "title", "English name" (used in database fields or queries), "form notes."
(2) The administrator can modify the form information, but can not modify the English name.
(3) The administrator can delete the form information, the deletion should display "prompt information."
(4) The form information can be queried according to the specified conditions, such as the form name or the English name.
(5) The administrator can view the form's Details "form basic information" and "field information."
3.1.2 Use case diagram
3.1.3 Use case design