Skip to content

Commit 927b0d8

Browse files
committed
Add import user from excel to documentation
Screenshots will be added later.
1 parent 335c6b0 commit 927b0d8

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/en/Development-Guide-Angular.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,14 @@ page:
502502
**Users** are people who can **login** to the application and perform
503503
some operations based on their **permissions**.
504504

505+
Current **user list** can be downloaded as an Excel file. new users can be imported from an excel file. Also, invalid user information is sent back with the reason for invalidity via notification system after import process ends.
506+
507+
**User** class represents a user. User class [can be
508+
extended](Extending-Existing-Entities.md) by adding new properties.
509+
510+
**UserManager** is used to perform domain logic, **UserAppService** is
511+
used to perform application logic for users.
512+
505513
A user can have zero or more **roles**. If a user has more than one
506514
role, he inherits union of permissions of all these roles. Also, we can
507515
set **user-specific permission**. A user specific permission setting

docs/en/Development-Guide-Core.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,8 @@ page:
598598
**Users** are people who can **login** to the application and perform
599599
some operations based on their **permissions**.
600600

601+
Current **user list** can be downloaded as an Excel file. new users can be imported from an excel file. Also, invalid user information is sent back with the reason for invalidity via notification system after import process ends.
602+
601603
**User** class represents a user. User class [can be
602604
extended](Extending-Existing-Entities.md) by adding new properties.
603605

0 commit comments

Comments
 (0)