85 | | * After the user selects server and press connect (or double click on a server) - Dialog window pops up. This allow the user to identify himself. Fields for user name and password appear as well as button for data submission. |
86 | | o This window also provide "Log in as anonymous" functionality - this happen with default value inside user name field (Anonymous) and empty password. |
87 | | o In case the server url is from type [user name]@[server url]. The default value of the user name filed is the user name. |
88 | | * Error or success notifications appear next. |
89 | | o Error message is "Something went wrong and Sophie was unable to connect to [server url]." |
90 | | o Success message is "You have successfully connected to [server url]." |
91 | | * The tooltip over the add button says "Add connection" in order to be more consistent |
| 85 | * After the user selects server and press connect (or double click on a server) - Dialog window pops up. This allow the user to identify himself. Fields for user name and password appear as well as button for data submission. |
| 86 | * This window also provide "Log in as anonymous" functionality - this happen with default value inside user name field (Anonymous) and empty password. |
| 87 | * In case the server url is from type [user name]@[server url]. The default value of the user name filed is the user name. |
| 88 | * Error or success notifications appear next. |
| 89 | * Error message is "Something went wrong and Sophie was unable to connect to [server url]." |
| 90 | * Success message is "You have successfully connected to [server url]." |
| 91 | * The tooltip over the add button says "Add connection" in order to be more consistent |