Skip to content

Commit d226b6e

Browse files
authored
Merge pull request #4 from dotnetprog/feature/InitDocumentationsWithSecRolesAdded
Init doc and sec roles added in solution
2 parents b5221ef + be56109 commit d226b6e

File tree

16 files changed

+225
-9
lines changed

16 files changed

+225
-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: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
1-
# dataverse-broadcast-notification-solution
2-
Open source Dataverse Solution to broadcast notifications on apps
1+
[![CI - Validation](https://github.com/dotnetprog/dataverse-broadcast-notification-solution/actions/workflows/ci-validation.yml/badge.svg)](https://github.com/dotnetprog/dataverse-broadcast-notification-solution/actions/workflows/ci-validation.yml)
2+
[![codecov](https://codecov.io/gh/dotnetprog/dataverse-broadcast-notification-solution/graph/badge.svg?token=AWMUQR2QAT)](https://codecov.io/gh/dotnetprog/dataverse-broadcast-notification-solution)
3+
# 🔔 dataverse-broadcast-notification-solution 📢
4+
Open source Dataverse Solution to display Global Notifications per Model-Driven Apps
5+
Helpful to notify your dataverse end users.
6+
7+
![Broadcast App](docs/assets/imgs/appThumbnail.png "Broadcast App")
8+
9+
## 🎯 Most popular use cases 📂
10+
- 🚧 Notify users system will shutdown for maintenance
11+
- 📣 Any kind of announcements
12+
- ⚠️ Warn/inform users of a known bug
13+
14+
*Documentation in progress...*
15+

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)