Skip to content

Commit bdbbf51

Browse files
authored
Needs decision meeting (#291)
* Add Needs: decision meeting * Tweak events template
1 parent c264501 commit bdbbf51

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

_events/0_A meeting template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ summary:
66
image:
77
# Optional. Displayed on Events overview page and the event detail page.
88
permalink:
9-
# Optional. "/events/short-text" recommended for recurring events, to avoid that the event gets a date-based URL.
9+
# Optional. "/events/:slug" recommended for recurring events, to avoid that the event gets a date-based URL.
1010
uid:
1111
# Required. Don't edit after publishing. Get one here: https://www.random.org/strings/?num=1&len=20&digits=on&upperalpha=on&unique=on&format=html&rnd=new
1212
sequence:
@@ -18,7 +18,7 @@ datetime-start:
1818
datetime-end:
1919
# Required. Format: yyyy-mm-dd hh:mm. If recurring, this end time is applied also to all occurrences of the generated recurrence set
2020
recurring:
21-
# Optional
21+
# Optional. Can be "yes"
2222
recurrence-text:
2323
# Required if "recurring: yes". Displayed on Events overview page and the event detail page. View & add strings in _i18n/en.yml
2424
recurrence-rule:

_events/needs-decision.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: "Needs: Decision - AntennaPod UX discussions"
3+
summary: A bi-weekly meeting where core contributors discuss feature requests & make tough choices.
4+
permalink: /events/:slug
5+
uid: TDL9-28GB-50YV-P6X4-D48Y
6+
sequence:
7+
# Optional. Defaults to 0 if left empty. Should be increased with 1 on every big event edit.
8+
timezone: Europe/Brussels
9+
datetime-start: 2023-12-27 21:00
10+
datetime-end: 2023-12-27 22:30
11+
recurring: yes
12+
recurrence-text: 2nd-4th-wednesday
13+
recurrence-rule: FREQ=WEEKLY;INTERVAL=2;BYDAY=WE
14+
recurrence-exceptions:
15+
- 2023-01-10
16+
- 2024-01-24
17+
recurrence-additions:
18+
# List of date-times on which the event is additionally taking place. Format:
19+
# - start: yyyy-mm-dd hh:mm
20+
# end: yyyy-mm-dd hh:mm
21+
location: online
22+
more-information: https://github.com/AntennaPod/AntennaPod/labels/Needs%3A%20decision
23+
meeting-room: https://meet.antennapod.org/needsdecision
24+
---
25+
26+
We are very careful about AntennaPod's User Experience (UX). The [project's goal](/about) here is to balance simplicity with feature-richness. Sometimes that requires some hard thinking on how to implement a feature request.
27+
28+
Where do we place this button? What would most users expect AntennaPod to do here? Which impact does this choice have on other settings? How can we implement this without making the UI or code complex?
29+
30+
In these meetings @ByteHamster and @Keunes get together to do just that: discuss the options for a given feature request, and try to reach a decision. One [issue](https://github.com/AntennaPod/AntennaPod/labels/Needs%3A%20decision) at a time. You're most welcome to listen in as a fly on the wall, or jump in and share your thoughts.

_i18n/en.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ events:
201201
watch-recording: "Watch recording"
202202
recurrence:
203203
every-2nd-saturday: "every second Saturday of the month"
204+
2nd-4th-wednesday: "(almost every) second & fourth Wednesday of the month"
204205

205206
## Footer
206207
footer:

0 commit comments

Comments
 (0)