Skip to content

Commit 89b4349

Browse files
committed
Init doc and sec roles added in solution
1 parent b5221ef commit 89b4349

File tree

16 files changed

+223
-9
lines changed

16 files changed

+223
-9
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,4 @@ vite.config.js.timestamp-*
139139
vite.config.ts.timestamp-*
140140
src/broadcast-pcf/appmodulepicker/push.bat
141141
export-solution.ps1
142+
/.vs

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
1-
# dataverse-broadcast-notification-solution
2-
Open source Dataverse Solution to broadcast notifications on apps
1+
# 🔔 dataverse-broadcast-notification-solution 📢
2+
Open source Dataverse Solution to display Global Notifications per Model-Driven Apps
3+
Helpful to notify your dataverse end users.
4+
5+
![Broadcast App](docs/assets/imgs/appThumbnail.png "Broadcast App")
6+
7+
## 🎯 Most popular use cases 📂
8+
- 🚧 Notify users system will shutdown for maintenance
9+
- 📣 Any kind of announcements
10+
- ⚠️ Warn/inform users of a known bug
11+
12+
*Documentation in progress...*
13+

docs/assets/imgs/appThumbnail.png

10 KB
Loading

docs/assets/imgs/dangerSample.png

7.2 KB
Loading

docs/assets/imgs/infoSample.png

6.65 KB
Loading

docs/assets/imgs/manySample.png

8.89 KB
Loading
17.2 KB
Loading

docs/assets/imgs/successSample.png

6.33 KB
Loading

docs/assets/imgs/warningSample.png

6.23 KB
Loading

src/broadcast-solution/AppModules/fdn_AppNotificationBroadcastsManagement/AppModule.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<AppModuleComponent type="62" schemaName="fdn_AppNotificationBroadcastsManagement" />
1616
</AppModuleComponents>
1717
<AppModuleRoleMaps>
18+
<Role id="{c691777d-508a-f011-b4cc-6045bdccf7ac}" />
1819
<Role id="{627090ff-40a3-4053-8790-584edc5be201}" />
1920
<Role id="{119f245c-3cc8-4b62-b31c-d1a046ced15d}" />
2021
</AppModuleRoleMaps>

0 commit comments

Comments
 (0)