-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added slides form BC TechDays 2022 presentation and links to implemen…
…tation #1
- Loading branch information
Showing
1 changed file
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,25 @@ | ||
# PermissionsExamples | ||
# PermissionsExamples | ||
|
||
The examples in this repo are based on the BC TechDays 2022 presentation [Permissions revisited](https://www.youtube.com/watch?v=c8qOFzVW7PQ) by Jens Møller-Pedersen and Darrick Joo. | ||
|
||
## Examples | ||
### 0. [Simple Demo](https://github.com/fluxxus-nl/PermissionsExamples/tree/main/App/src/permissionset/0.%20SimpleDemo) | ||
![image](https://user-images.githubusercontent.com/18466198/202783814-836e7c2a-fe57-48b9-b86e-bafed5a1c837.png) | ||
|
||
### 1. [Base Case](https://github.com/fluxxus-nl/PermissionsExamples/tree/main/App/src/permissionset/1.%20BaseCase) | ||
![image](https://user-images.githubusercontent.com/18466198/202783948-22ee704c-7717-4192-8b69-a85df1cdd9b2.png) | ||
|
||
### 4. [Excluding Full Permission Set - 1](https://github.com/fluxxus-nl/PermissionsExamples/tree/main/App/src/permissionset/4.%20ExcludingFullPermissionSet%20-%201) | ||
![image](https://user-images.githubusercontent.com/18466198/202784270-0bb5ced6-7b51-47ff-b8b0-831911bc8257.png) | ||
|
||
### 5. [Excludin Full Permission Set - 2](https://github.com/fluxxus-nl/PermissionsExamples/tree/main/App/src/permissionset/5.%20ExcludingFullPermissionSet%20-%202) | ||
![image](https://user-images.githubusercontent.com/18466198/202784404-86dcbb09-2276-4adf-a6af-a262e0c2b0dd.png) | ||
|
||
### 6. [Excluding Full Permission Set - new - 1](https://github.com/fluxxus-nl/PermissionsExamples/tree/main/App/src/permissionset/6.%20ExcludingFullPermissionSet%20-%20new%20-%201) | ||
![image](https://user-images.githubusercontent.com/18466198/202784524-98bfdfdf-ae6f-4e32-83e4-0524e000c1a7.png) | ||
|
||
### 7. [ExcludingFullPermissionSet - new - 2](https://github.com/fluxxus-nl/PermissionsExamples/tree/main/App/src/permissionset/7.%20ExcludingFullPermissionSet%20-%20new%20-%202) | ||
![image](https://user-images.githubusercontent.com/18466198/202784659-c6a30dd2-4124-4559-b3c1-ba0e3c678861.png) | ||
|
||
### 8. [ExcludingFullPermissionSet - new - 3](https://github.com/fluxxus-nl/PermissionsExamples/tree/main/App/src/permissionset/8.%20ExcludingFullPermissionSet%20-%20new%20-%203) | ||
![image](https://user-images.githubusercontent.com/18466198/202784813-e1625075-1e85-432a-ad25-51bc44e23488.png) |