mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-09-20 14:27:42 +00:00
Now that SIGs are rebranded as Activities, we can merge DXpedition and Contest into that without it being too weird, and get rid of AlertType #147
This commit is contained in:
@@ -12,6 +12,22 @@ HAMQTH_PRG = f"Spothole v{SOFTWARE_VERSION} operated by {SERVER_OWNER_CALLSIGN}"
|
||||
|
||||
# Activities
|
||||
ACTIVITIES = [
|
||||
Activity(
|
||||
name="Contest",
|
||||
comment_names=["CONTEST"],
|
||||
description="Contest",
|
||||
sig_type=ActivityType.TRADITIONAL,
|
||||
icon="fa-trophy",
|
||||
refs_globally_unique=False,
|
||||
),
|
||||
Activity(
|
||||
name="DXpedition",
|
||||
comment_names=[],
|
||||
description="Radio expedition to a remote location",
|
||||
sig_type=ActivityType.TRADITIONAL,
|
||||
icon="fa-book-atlas",
|
||||
refs_globally_unique=False,
|
||||
),
|
||||
Activity(
|
||||
name="Satellite",
|
||||
comment_names=[],
|
||||
|
||||
Reference in New Issue
Block a user