Skip to main content

137 docs tagged with "notification"

View all tags

Notification

Source-backed business documentation for HR Suit notifications.

Notification API Authentication

Source-backed authentication posture of the Notification API, covering the anonymous native surface and the authorized compatibility controllers.

Notification API Authorization

Source-backed authorization posture of the Notification API, including ownership checks on the compatibility surface and their absence on the native surface.

Notification API Documentation

Source-backed API documentation for the HR Suit Notification native, administrative, template, test, operational and compatibility HTTP surfaces.

Notification API Error Handling

Source-backed error handling on the Notification API, including the absence of an exception handler and problem-details responses.

Notification API Limitations

Verified Notification API limitations grouped by authentication, authorization, validation, gateway, compatibility, delivery, testing and versioning.

Notification API Overview

Source-backed Minimal API organization, route groups, operational endpoints and gateway participation of the Notification HTTP surface.

Notification API Response Models

Source-backed catalog of the response patterns the Notification API returns, including entity serialization, anonymous projections and status codes.

Notification API Source Map

Verified traceability from every Notification API documentation topic to the backend and frontend source files that evidence it.

Notification API Testing

Source-backed API test coverage for Notification — the smoke script and manual request collection — separated from recommended coverage.

Notification API Validation Catalog

Source-backed catalog of route, request, domain and persistence validation on the Notification API, and the validation that is verifiably absent.

Notification API Versioning

Verified absence of HTTP API versioning on the Notification surface, and the two internal version concepts that do exist.

Notification Audit Storage

Source-backed persistence of the NotificationAuditLog table — the append-only stage trail, its 13 stages and its unbounded growth.

Notification Broker Topology

Source-backed broker topology for Notification — exchange, queue, bindings, prefetch, connection resilience and the unwired dead-letter names.

Notification Commands

Verified write operations of the Notification Service and the absence of a formal command object model.

Notification Compatibility

Verified gateway routing toggle, legacy monolith coexistence and portal integration surface of the Notification Service.

Notification Concurrency Control

Verified absence of concurrency control in Notification persistence and the specific race windows the unique indexes do and do not close.

Notification Consolidated Reference

Consolidated source-backed reference of Notification routes, operational endpoints, configuration sections, logs, diagnostics and supporting scripts.

Notification Consumed Events

Authoritative source-backed inventory of all 42 integration event types the Notification Service consumes, with template keys, channels and recipients.

Notification Consumers

Source-backed description of the single hosted consumer — its lifecycle, scoping, acknowledgement behavior and failure handling.

Notification Data Retention

Verified absence of retention, cleanup and archival in Notification persistence, and the unbounded growth characteristics that follow.

Notification Database Documentation

Source-backed Notification persistence documentation covering the NotificationDb schema, entities, mappings, indexes, query patterns, transactions, migrations and seeding.

Notification Database Limitations

Verified Notification database limitations grouped by persistence, concurrency, tenant isolation, transactions, retry, testing, governance, retention and schema evolution.

Notification Database Overview

Source-backed overview of Notification persistence: the owned database, schema, table count, index count and current maturity.

Notification Database Tenant Isolation

Source-backed tenant isolation in Notification persistence — the absent global filter in the extracted service versus the query filters in the monolith.

Notification Database Testing

Source-backed database test coverage for Notification — smoke-script persistence assertions only, with no mapping, migration or repository tests.

Notification DbContexts

Verified inventory of every persistence context that maps Notification data, its DbSets, filtering and save behavior.

Notification Delivery Storage

Source-backed persistence of the NotificationDeliveryAttempts table — the append-only per-attempt record and its truncation behavior.

Notification Development Seeding

Source-backed seeding behavior for Notification — the idempotent global default-template seeder, its coverage and its configuration toggle.

Notification Diagnostics

Source-backed diagnostic surfaces for Notification — audit trail, attempts, idempotency lookup, statistics and the test hooks.

Notification Domain Events

Verified absence of a domain-event model in the Notification Service and the direct-mutation approach used instead.

Notification DTO Catalog

Source-backed inventory of every verified Notification request and response data-transfer type across the native and compatibility surfaces.

Notification Endpoint Catalog

Authoritative source-backed catalog of every verified Notification HTTP endpoint across the native service, the monolith compatibility controllers and the gateway.

Notification Entity Mappings

Source-backed fluent mapping configuration for Notification entities — table names, lengths, required flags, column types and what is deliberately not configured.

Notification Entity Relationships

Verified absence of declared relationships in the Notification model and the logical associations that identifier columns imply instead.

Notification Event Architecture

Source-backed event-driven architecture of Notification — publisher and consumer responsibilities, broker participation and delivery flow.

Notification Event Compatibility

Source-backed compatibility posture of the Notification event surface — contract coupling models, orphan templates and the legacy path that bypasses events entirely.

Notification Event Correlation

Source-backed correlation identifier flow through Notification event processing, including activity propagation and the effective-correlation gap.

Notification Event Envelope

Source-backed structure of the NotificationEventEnvelope, how it is built from AMQP properties and headers, and which fields are unused.

Notification Event Handlers

Source-backed description of the single resolver that maps consumed events to notification intents, and the dispatcher that executes them.

Notification Event Idempotency

Source-backed duplicate detection in Notification — the processed-event ledger, the staleness guard and the verified failure windows.

Notification Event Limitations

Verified Notification event limitations grouped by publishing, consumption, broker, retry, dead-letter, ordering, idempotency, versioning and testing.

Notification Event Source Map

Verified traceability from every Notification event documentation topic to the backend source files that evidence it.

Notification Event Testing

Source-backed event test coverage for Notification — direct and broker smoke modes and the forced-failure hook — separated from recommended coverage.

Notification Event Versioning

Source-backed event schema versioning in Notification — the version field is carried end to end but never branched on.

Notification Events Overview

Source-backed overview of the Notification event surface — consumption-only participation, counts and current maturity.

Notification FAQ

Source-backed answers to common Notification questions covering delivery, channels, templates, preferences, retry and operations.

Notification Health Endpoints

Source-backed detail of the health-check endpoint registered by the Notification Service and the checks it does and does not include.

Notification Health Reference

Source-backed health surface for Notification — the health endpoint with no registered checks, and what it does and does not prove.

Notification Idempotency Storage

Source-backed persistence of the ProcessedIntegrationEvents table — the idempotency ledger, its unique constraint and its check-then-write race window.

Notification Inbox

Source-backed behavior of the employee notification inbox screen and the header bell widget — filters, actions, polling and categorisation.

Notification Layer Dependencies

Verified dependency direction between the API, application, channel, domain, infrastructure and messaging layers of the Notification Service.

Notification Message Ordering

Verified absence of ordering guarantees in Notification event consumption and the factors that break sequential processing.

Notification Message Storage

Source-backed persistence of the NotificationMessages table — columns, indexes, lifecycle and the absence of referential constraints.

Notification Migrations

Source-backed migration inventory for Notification — one migration, one snapshot, a design-time factory and automatic startup migration.

Notification Monitoring

Source-backed monitoring surface for Notification — what can be observed today, and the verified absence of metrics and alerting.

Notification Operational Runbooks

Source-backed operational procedures for Notification — verifying consumption, re-driving failures, changing templates and channels, and recovering from a broker outage.

Notification Preference Storage

Source-backed persistence of the NotificationPreferences table — the opt-out model, wildcard rows and the absence of any write path.

Notification Preferences

Verified absence of any notification preferences user interface, and the enforcement-only preference model that exists behind it.

Notification Published Events

Verified absence of published business events in the Notification Service and the single test-only publish path that exists instead.

Notification Publishers

Source-backed description of the shared event-bus publisher available to Notification and the single test-only path that uses it.

Notification Queries

Verified read operations of the Notification Service and the absence of a formal query object model.

Notification Query Patterns

Source-backed catalog of every Notification persistence query — tracking behavior, predicates, ordering and result limits.

Notification Recipient Storage

Source-backed persistence of the NotificationRecipients table — the upsert-merge directory keyed by tenant, type and external reference.

Notification Retry and Redelivery

Source-backed distinction between in-process delivery retry and broker-level redelivery in Notification, and the unbounded requeue behavior.

Notification Retry Persistence

Source-backed persistence of retry state in Notification — attempt counters, attempt rows and the absence of a retry queue or dead-letter table.

Notification Schema Reference

Authoritative source-backed schema reference for Notification — every verified table, its columns, constraints and indexes, each appearing exactly once.

Notification Technical Documentation

Source-backed Notification Service architecture, processing pipeline, channels, templates, delivery, retry, security, observability and testing documentation.

Notification Technical Limitations

Verified technical limitations of the Notification Service, grouped by architecture, delivery, retry, processing, authorization, validation, compatibility and testing.

Notification Template Storage

Source-backed persistence of the NotificationTemplates table — versioning, the global-default convention and the uniqueness constraint.

Notification Test Endpoints

Source-backed detail of the native dispatch and publish test hooks of the Notification Service and the forced-failure flag.

Notification Testing Architecture

Verified test coverage of the Notification Service — a smoke script and in-service test hooks — separated from recommended coverage.

Notification Troubleshooting

Source-backed troubleshooting for Notification covering missing notifications, delivery failures, broker connectivity, template, health, startup and configuration issues.

Notification UI Overview

Source-backed overview of every Notification screen, route, navigation entry and the portal each belongs to.

Notification UI, Operations and Reference

Source-backed Notification user interface, administrator experience, operational configuration, monitoring, troubleshooting and consolidated reference documentation.

Notification User Experience

Source-backed employee journey through notifications — discovery, reading, acting and the verified gaps in feedback.

Notification Validation

Verified input validation and guard clauses in the Notification Service and the absence of a validation framework.