Small contributions - GiInfo/SXP GitHub Wiki

  • The isUserConnected method

We upgraded the method isUserConnected. Because the session was stored in $scope and $scopeRoot variables, at each refresh from the user, they were forced to login once again. We stored the session information into SessionStorage that stays in memory until the concerned tab is closed.

When a new user subscribes there was no check if the chosen username was already taken or not. We corrected that to erase all possible confusion by this.

  • Stay on the same chat page

we have the possibility to stay on the same page of discussion as well on the private chat as on the contract chat.