Skip to content

Commit

Permalink
Update Core and Dashboard components
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashant.Mishra authored and Prashant.Mishra committed Nov 12, 2024
1 parent 71be140 commit 18c66f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notifyone-core
Submodule notifyone-core updated 35 files
+2 −1 app/constants/__init__.py
+2 −0 app/constants/database_tables.py
+20 −0 app/constants/providers.py
+7 −0 app/constants/providers_default_priority.py
+7 −0 app/constants/providers_dynamic_priority.py
+5 −1 app/models/notification_core_db/__init__.py
+16 −0 app/models/notification_core_db/providers_default_priority.py
+16 −0 app/models/notification_core_db/providers_dynamic_priority.py
+13 −2 app/repositories/notification_request_log.py
+28 −7 app/repositories/providers.py
+45 −0 app/repositories/providers_default_priority.py
+45 −0 app/repositories/providers_dynamic_priority.py
+5 −1 app/routes/__init__.py
+13 −0 app/routes/dashboard/activity_feed.py
+0 −5 app/routes/dashboard/providers.py
+30 −0 app/routes/dashboard/settings.py
+6 −8 app/routes/form/structure.py
+4 −0 app/services/apps.py
+1 −0 app/services/dashboard/__init__.py
+69 −0 app/services/dashboard/activity_feed.py
+22 −31 app/services/dashboard/providers.py
+126 −0 app/services/dashboard/settings.py
+1 −0 app/services/form/fields/__init__.py
+15 −9 app/services/form/forms/add_provider/parent.py
+45 −22 app/services/form/forms/update_provider/parent.py
+11 −1 app/utilities/utils.py
+22 −1 app/utilities/validators/base.py
+16 −0 media/logo/aws-ses.svg
+24 −0 media/logo/aws-sns.svg
+14 −0 media/logo/fcm.svg
+ media/logo/interakt.png
+1 −0 media/logo/plivo.svg
+ media/logo/sms-country.png
+ media/logo/sparkpost.png
+31 −0 migrations/notification_core/5_20241105112044_None.py
2 changes: 1 addition & 1 deletion notifyone-dashboard

0 comments on commit 18c66f1

Please sign in to comment.