Add default application team setting section#3892
Conversation
✅ Deploy Preview for replicated-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for replicated-docs-upgrade ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
|
||
| ## Set a default application | ||
|
|
||
| Teams with multiple applications can set a default application so that new team members, or anyone without browser history, land on the correct application when they first log in. Without a default, the Vendor Portal selects whichever application comes first alphabetically. |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[Replicated.SentenceLength] Try to keep your sentence length to 26 words or fewer.
|
|
||
| 1. **URL slug**: Direct links to a specific application always take priority. | ||
| 1. **Browser local storage**: If you previously selected an application, the Vendor Portal remembers your last choice. | ||
| 1. **Team default application**: The admin-configured default is used when there is no URL slug or browser history. |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[Replicated.Passive] In general, use active voice instead of passive voice ('is used').
| 1. **URL slug**: Direct links to a specific application always take priority. | ||
| 1. **Browser local storage**: If you previously selected an application, the Vendor Portal remembers your last choice. | ||
| 1. **Team default application**: The admin-configured default is used when there is no URL slug or browser history. | ||
| 1. **Alphabetical**: If none of the above apply, the first application alphabetically is used. |
There was a problem hiding this comment.
[Replicated.PositionalLanguage] Avoid spacial and directional language like 'above'. Instead, use 'on this page', 'the following', or link to the section.
| 1. **URL slug**: Direct links to a specific application always take priority. | ||
| 1. **Browser local storage**: If you previously selected an application, the Vendor Portal remembers your last choice. | ||
| 1. **Team default application**: The admin-configured default is used when there is no URL slug or browser history. | ||
| 1. **Alphabetical**: If none of the above apply, the first application alphabetically is used. |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[Replicated.Passive] In general, use active voice instead of passive voice ('is used').
|
|
||
| To set a default application: | ||
|
|
||
| 1. From the Team Members page, click **Team Settings** from the left navigation. |
There was a problem hiding this comment.
[Replicated.PositionalLanguage] Avoid spacial and directional language like 'left'. Instead, use 'on this page', 'the following', or link to the section.
|
|
||
| 1. Click **Save changes**. | ||
|
|
||
| To clear the default, click **Clear default** on the Team Settings page. When the default is cleared, the Vendor Portal falls back to alphabetical ordering. |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[Replicated.Passive] In general, use active voice instead of passive voice ('is cleared').
paigecalvert
left a comment
There was a problem hiding this comment.
thanks @bennyyang11 !
I moved this to the Manage applications page rather than team management.
I also removed some of the detailed info about how the vendor portal decides which app to show (users probably don't need all the context).
For the API docs, we can link to the API doc when one exists (something like "For information about how to set or clear a default application from the Vendor API, see /v3/team/default-app in the Vendor API documentation"). (I checked the API docs but didn't think I saw any docs for default-app yet https://replicated-vendor-api.readme.io/reference/createapp)
Summary
Related