-
Notifications
You must be signed in to change notification settings - Fork 54
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
docs: Add code example for modelling organizations guide #3000
docs: Add code example for modelling organizations guide #3000
Conversation
…-edit Modeling Organizations language edit
Update modelling organisations
@sixhobbits , I have moved the application to the FusionAuth org - https://github.com/FusionAuth/fusionauth-example-modeling-organizations. When running I received the following message:
It does appear to be running, but can you update to remove those messages? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall this looks pretty good, just needs a few minor modifications.
astro/src/content/docs/extend/examples/modeling-organizations.mdx
Outdated
Show resolved
Hide resolved
astro/src/content/docs/extend/examples/modeling-organizations.mdx
Outdated
Show resolved
Hide resolved
astro/src/content/docs/extend/examples/modeling-organizations.mdx
Outdated
Show resolved
Hide resolved
astro/src/content/docs/extend/examples/modeling-organizations.mdx
Outdated
Show resolved
Hide resolved
astro/src/content/docs/extend/examples/modeling-organizations.mdx
Outdated
Show resolved
Hide resolved
@@ -214,23 +244,39 @@ Here's an example of the response from the [Retrieve Grants](/docs/apis/entities | |||
} | |||
``` | |||
|
|||
This response indicates that the User belongs to 3 organizations and has various permissions for each. To manage this in your AwesomeCRM application, you can present an option to the user when they log in, to select the company they'd like to work on initially. This option screen might look like this: | |||
This response indicates that the user belongs to three organizations and has different permissions for each. To manage this in your AwesomeCRM application, you can provide users with an option to select the company they would like to work on when they log in, as in the example below. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have updated the image
Co-authored-by: Mark Robustelli <137117976+mark-robustelli@users.noreply.github.com>
# Conflicts: # config/vale/styles/config/vocabularies/FusionAuth/accept.txt
@mark-robustelli I opened a PR here FusionAuth/fusionauth-example-modeling-organizations#2 to fix the warnings
|
Depends on https://github.com/ritza-co/example-modeling-organizations being moved/forked to the Fusionauth GitHub org.