@cyco77/pptb-ownership-mover 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,44 @@
1
+ # Ownership Mover
2
+
3
+ <p align="center">
4
+ <img src="./icon/ownership-mover_small.png" alt="Ownership Mover logo" width="180" />
5
+ </p>
6
+
7
+ <p align="center">
8
+ A Power Platform Toolbox (PPTB) tool to analyze Dataverse record ownership and reassign owned records from users or teams to a new owner.
9
+ </p>
10
+
11
+ ## Screenshots
12
+
13
+ ### Dark Theme
14
+
15
+ ![Ownership Mover - Dark Theme](./screenshots/main_dark.png)
16
+
17
+ ### Light Theme
18
+
19
+ ![Ownership Mover - Light Theme](./screenshots/main_light.png)
20
+
21
+ ## Features
22
+
23
+ - Analyze ownership for selected system users or teams
24
+ - Scan user-owned and team-owned Dataverse entities using metadata
25
+ - Show live analysis progress (processed, analyzed, failed entities, current entity)
26
+ - Filter owners by:
27
+ - Entity type (System Users / Teams)
28
+ - User status (All / Enabled / Disabled)
29
+ - User type (All / Users / Applications)
30
+ - Business unit
31
+ - Free-text search
32
+ - Review ownership per owner with:
33
+ - Total owned records
34
+ - Entities with owned records
35
+ - Entity-level record counts
36
+ - Reassign selected records to a target system user or team
37
+ - Download CSV exports:
38
+ - Per-owner analysis summary
39
+ - Complete analysis summary
40
+ - Assignment history summary
41
+
42
+ ## License
43
+
44
+ MIT