-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathagenda.html
76 lines (70 loc) · 2.41 KB
/
agenda.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Agenda</title>
<link rel="stylesheet" href="https://stackedit.io/style.css" />
</head>
<body class="stackedit">
<div class="stackedit__left">
<div class="stackedit__toc">
<ul>
<li><a href="#agenda">Agenda</a>
<ul>
<li><a href="#first-half-section">First half section</a></li>
<li><a href="#second-half-section">Second half section</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="stackedit__right">
<div class="stackedit__html">
<h1 id="agenda">Agenda</h1>
<p>This is the agenda for the Stack Programming Community 1st Conference when March 16, 2024.<br>
I will solidify the overall policy in the first half, and go into details in the second half.<br>
However, this is just a guideline, so more free to discussing.</p>
<h2 id="first-half-section">First half section</h2>
<h3 id="opening-3-minutes">1. Opening: 3 minutes</h3>
<ul>
<li>Conference opening remarks</li>
<li>Self-introduction of participating members</li>
</ul>
<h3 id="check-progress-5-minutes">2. Check progress: 5 minutes</h3>
<ul>
<li>Confirmation of project progress among members</li>
</ul>
<h3 id="language-objectives-9-minutes">3. Language Objectives: 9 minutes</h3>
<ul>
<li>Reconfirm the Stack programming language</li>
<li>Discussion to determine the direction language should take</li>
</ul>
<h3 id="community-13-minutes">4. Community: 13 minutes</h3>
<ul>
<li>Decide who will be in charge of what in development</li>
<li>Discuss what to do with the community in the future</li>
</ul>
<h2 id="second-half-section">Second half section</h2>
<h3 id="suggest-new-features-or-improvements-15-minutes">4. Suggest new features or improvements: 15 minutes</h3>
<ul>
<li>Exchange opinions on new features and improvement suggestions with members</li>
<li>Consider prioritization and technology implementation</li>
</ul>
<h3 id="library-development-7-minutes">4. Library development: 7 minutes</h3>
<ul>
<li>Discussion to decide policy for library development</li>
</ul>
<h3 id="document-maintenance-5-minutes">5. Document maintenance: 5 minutes</h3>
<ul>
<li>Discussion and exchange of opinions regarding document maintenance</li>
</ul>
<h3 id="closing-3-minutes">7. Closing: 3 minutes</h3>
<ul>
<li>Review of the conference</li>
<li>Sharing impressions and closing greetings</li>
</ul>
</div>
</div>
</body>
</html>