Skip to content

Add being able to export/show a list of vendor e-mail addresses #13

@akx

Description

@akx

User story

As an event's kirpputorivastaava, I want to be able to send an informative email to all vendors with items in said event.

Current situation

I need to resort to asking someone to manage.py shell to

print(
    "\n".join(
        sorted(
            Item.objects.filter(vendor__event__name="Desucon Frostbite 2024")
            .values_list("vendor__user__email", flat=True)
            .distinct()
        )
    )
)

or similar.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions