It is possible (recommended) create UML diagram of an MVC action including the form fields of a web system?
For example, create a UML these steps:
Controller: TestController Action: actionIndex
steps:
Upload POST data and validator model
if loaded and validated: save if not loaded or not validated: Load view
In view, we have a form with several fields, where one of the fields is a radio button list, where you have two options: "yes" and "no." If set to "yes" displays another field that is hidden.
Is possible, but it is recommended to do? If advised to do, like an example.