-
Notifications
You must be signed in to change notification settings - Fork 849
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename variables from "team" to "server" in source code #623
Comments
would like to do this as my first contribution and getting to know the project :) |
Jira ticket for tracking: https://mattermost.atlassian.net/browse/MM-14093. |
Updated the summary with an important note about |
Copy the entire code on a text editor and then search for keywords, and change accordingly, or send me the code I shall do it for you. |
I would like to solve the issue |
@harika551 Are you still planning on working on this? |
I confirm (by marking "x" in the [ ] below):
Jira: https://mattermost.atlassian.net/browse/MM-14093
Summary
Rename variables from "team" to "server" in source code.
The name has been originally since there is no team side bar in webapp. In that time, the app need to handle "team" URL (https://SERVER/TEAM) to show multiple teams in the single window.
Now it's confusing so we need to rename for readability.
NOTE: There is a distinction between
server
andteam
, some of the code is actually talking aboutserver
when usingteam
, however, the MM webapp actually has the concept of ateam
, so some uses ofteam
in the code should stay asteam
. Please reach out if this is difficult to determine!Possible fixes
config.json
schema version.The text was updated successfully, but these errors were encountered: