-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add initial user management documentation for end users #2745
Add initial user management documentation for end users #2745
Conversation
3fb836b
to
20c93c2
Compare
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.
A good first version. I left some comments
guides/users/users/overview.md
Outdated
@@ -0,0 +1,78 @@ | |||
# Overview | |||
|
|||
Solidus includes a straightforward user management system. Users are your stores |
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 think we can remove "straightforward" here or replace it with "sophisticated". But leaving it out is most likely the best option.
guides/users/users/overview.md
Outdated
|
||
You can search and sort users using a few types of information: | ||
|
||
- **Email**: Users access your store and make orders using an identifying email |
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.
Users sign into your store is more accurate as they can access the store without leaving an email
guides/users/users/overview.md
Outdated
|
||
The following information is tracked against your users: | ||
|
||
- **Addresses**: Customers have at least one address on file. This address can |
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.
Maybe explain that every time a user enters a new address we associate the address with the users account.
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.
Thanks for drawing attention to this, I will tweak this sentence.
But I think that this is expected behavior and doesn't need to be explained.
If a customer enters a new address in their second order, then the new address "updates" the address on file that is exposed in the backend UI.
And at the moment, the backend UI doesn't expose the list of old or alternative addresses.
guides/users/users/overview.md
Outdated
access denied page. | ||
|
||
Talk to your developers about adding additional roles and the requirements that | ||
you have for those roles. |
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.
👌 maybe explain why it is needed to involve a developer.
5a03773
to
5ca2ca2
Compare
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.
Thanks!
This adds initial documentation about Solidus's user management for end users. The audience for this documentation is store administrators or anyone who has to touch the
solidus_backend
as a business person.