Skip to content

Commit

Permalink
Adjust events sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
denny0223 committed Sep 9, 2024
1 parent beb2bf4 commit 7f2cee9
Showing 1 changed file with 43 additions and 43 deletions.
86 changes: 43 additions & 43 deletions src/assets/events.js
Original file line number Diff line number Diff line change
@@ -1,22 +1,41 @@
export default [
{
title: "SITCON 2024",
repo: "sitcon-tw/2024/board",
title: "SITCON 2025",
repo: "sitcon-tw/2025/board",
inboxLabel: `Status::Inbox`,
groupLabelPrefix: `組別::`,
groupLabelPostfix: `組`,
groupList: {
'總召': ['Jadar'],
'議程': ['whichseven77'],
'編輯': ['skyhong2002'],
'製播': ['junter0323'],
'開發': ['gnehs'],
'設計': ['Jung__'],
'財務': ['Kora0421'],
'總召': ['qiqii77'],
'議程': [''],
'編輯': [''],
'製播': [''],
'開發': [''],
'設計': [''],
'財務': [''],
'紀錄': [''],
'行政': [''],
'行銷': [''],
'場務': [''],
},
},
{
title: "SITCON Camp 2024",
repo: "sitcon-tw/camp-2024/board",
inboxLabel: `Status::Inbox`,
groupLabelPrefix: `組別::`,
groupLabelPostfix: `組`,
groupList: {
'總召': ['kangjwme'],
'設計': ['kangjwme'],
'行政': ['whichseven77'],
'資訊': ['lazpbanahaker'],
'紀錄': ['mmh.nuss'],
'行政': ['candice02110211'],
'行銷': ['arnoldsky'],
'場務': ['whichseven77'],
'庶務': ['pumpkin31096'],
'隊輔': ['whichseven77'],
'課活': ['index.asp'],
'財務': ['a0931127346'],
'編輯': ['hyslchs'],
},
},
{
Expand All @@ -39,42 +58,23 @@ export default [
},
},
{
title: "SITCON Camp 2024",
repo: "sitcon-tw/camp-2024/board",
title: "SITCON 2024",
repo: "sitcon-tw/2024/board",
inboxLabel: `Status::Inbox`,
groupLabelPrefix: `組別::`,
groupLabelPostfix: `組`,
groupList: {
'總召': ['kangjwme'],
'設計': ['kangjwme'],
'行政': ['whichseven77'],
'資訊': ['lazpbanahaker'],
'總召': ['Jadar'],
'議程': ['whichseven77'],
'編輯': ['skyhong2002'],
'製播': ['junter0323'],
'開發': ['gnehs'],
'設計': ['Jung__'],
'財務': ['Kora0421'],
'紀錄': ['mmh.nuss'],
'庶務': ['pumpkin31096'],
'隊輔': ['whichseven77'],
'課活': ['index.asp'],
'財務': ['a0931127346'],
'編輯': ['hyslchs'],
'行政': ['candice02110211'],
'行銷': ['arnoldsky'],
'場務': ['whichseven77'],
},
},
{
title: "SITCON 2025",
repo: "sitcon-tw/2025/board",
inboxLabel: `Status::Inbox`,
groupLabelPrefix: `組別::`,
groupLabelPostfix: `組`,
groupList: {
'總召': ['qiqii77'],
'議程': [''],
'編輯': [''],
'製播': [''],
'開發': [''],
'設計': [''],
'財務': [''],
'紀錄': [''],
'行政': [''],
'行銷': [''],
'場務': [''],
},
}
]

0 comments on commit 7f2cee9

Please sign in to comment.