Skip to content
Snippets Groups Projects
Commit 5859d9c7 authored by Rafael Ostertag's avatar Rafael Ostertag
Browse files

Updated CODING.md.

parent 06fea0ff
No related branches found
No related tags found
No related merge requests found
......@@ -90,6 +90,7 @@ Save Button
-----------
* User presses the button
* Reset all validation states
* Client validates HTML Form
* Form is submitted to server
* Success:
* Show message provided by server
......@@ -111,6 +112,8 @@ Close Button
* Yes: Client redirects to previous page.
* No: Client stays on current page.
* Save & Close:
* Client reset all validation states
* Client validates HTML Form
* Client submits form to server.
* Success: Process server response 'redirect':
* 'client': Client shows previous page.
......@@ -139,6 +142,8 @@ New Button
* Form not modified by user: Client redirects to href url.
* Form modified by user: Ask User 'You have unsaved changes. Do you want to save first?'
* Yes:
* Client reset all validation states
* Client validates HTML Form
* Form is submitted to server
* Success:
* Client: Ignore server reponse 'redirect'. Client redirects to href url.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment