You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-2Lines changed: 21 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,25 @@
2
2
3
3
An advent calendar for 2025, to highlight InnerSource patterns that need your help!
4
4
5
-
## Credits
5
+
## TODO
6
6
7
-
Forked from [codrops/CubesAdventCalendar](https://github.com/codrops/CubesAdventCalendar).
7
+
- create content for the calendar / e.g. pick patterns from [this list](https://github.com/InnerSourceCommons/InnerSourcePatterns/issues/772) that could be improved
8
+
- (optional) hide days until that day is reached i.e. only once we reach December 1st, 2025 the 1st "door" in the advent calendar can be opened
9
+
- (optional) create individual URLs for each day (so that we can share individual days on social media etc)
10
+
11
+
## Assessment for my use case
12
+
13
+
Advantages:
14
+
15
+
- a single HTML file that we need to edit to populate it with the content that we want to show
16
+
- runs on GitHub pages (i.e. no other hosting requirements)
17
+
18
+
Drawbacks:
19
+
20
+
- all days of the calendar are shown immediately / i.e. even on December 1st one could already click all days of the advent calendar. I could actually live with this.
21
+
- the days don't have individual URLs. i.e. if we share this on social media we cannot point to individual days / little bit annoying
22
+
23
+
## References
24
+
25
+
- Forked from [codrops/CubesAdventCalendar](https://github.com/codrops/CubesAdventCalendar).
26
+
- Other possible [advent calendar implementations](https://github.com/search?q=advent+calendar++language%3AJavaScript&type=repositories&l=JavaScript)
0 commit comments