Skip to content

Add dynamic welcome message configuration #209

@heysamtexas

Description

@heysamtexas

Description

Allow admins to configure custom welcome messages for new users through the Django admin interface.

Current State

Welcome messages are likely hardcoded in templates or not present.

Proposed Implementation

Add fields to SiteConfiguration model:

  • welcome_message - TextField for main welcome text
  • welcome_message_enabled - BooleanField to toggle display

Use Cases

  • Seasonal messaging
  • Feature announcements
  • Onboarding guidance
  • A/B testing different messages

Acceptance Criteria

  • Add welcome message fields to SiteConfiguration
  • Display message prominently for new/first-time users
  • Allow HTML formatting in message
  • Add admin toggle to enable/disable
  • Test message rendering and safety

Labels: enhancement, ui/ux
Priority: Low

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions