1919 < body >
2020 < div class ="container mt-4 ">
2121 < h1 > プロジェクト Issue ダッシュボード</ h1 >
22- < p > 最終更新: 2026/4/30 13:57:28 </ p >
22+ < p > 最終更新: 2026/4/30 19:22:48 </ p >
2323
2424 < div class ="row mt-4 ">
2525 < div class ="col-md-4 ">
2626 < div class ="card stat-card ">
27- < div class ="stat-number text-primary "> 0 </ div >
27+ < div class ="stat-number text-primary "> 4 </ div >
2828 < div > 総Issue数</ div >
2929 </ div >
3030 </ div >
3131 < div class ="col-md-4 ">
3232 < div class ="card stat-card ">
33- < div class ="stat-number text-success "> 0 </ div >
33+ < div class ="stat-number text-success "> 4 </ div >
3434 < div > 未解決Issue</ div >
3535 </ div >
3636 </ div >
@@ -51,6 +51,21 @@ <h1>プロジェクト Issue ダッシュボード</h1>
5151 < div class ="card-body ">
5252 < ul class ="list-group ">
5353
54+ < li class ="list-group-item d-flex justify-content-between align-items-center ">
55+ バグ
56+ < span class ="badge bg-primary rounded-pill "> 2</ span >
57+ </ li >
58+
59+ < li class ="list-group-item d-flex justify-content-between align-items-center ">
60+ その他
61+ < span class ="badge bg-primary rounded-pill "> 1</ span >
62+ </ li >
63+
64+ < li class ="list-group-item d-flex justify-content-between align-items-center ">
65+ 機能リクエスト
66+ < span class ="badge bg-primary rounded-pill "> 1</ span >
67+ </ li >
68+
5469 </ ul >
5570 </ div >
5671 </ div >
@@ -64,6 +79,11 @@ <h1>プロジェクト Issue ダッシュボード</h1>
6479 < div class ="card-body ">
6580 < ul class ="list-group ">
6681
82+ < li class ="list-group-item d-flex justify-content-between align-items-center ">
83+ 未設定
84+ < span class ="badge bg-primary rounded-pill "> 4</ span >
85+ </ li >
86+
6787 </ ul >
6888 </ div >
6989 </ div >
@@ -126,6 +146,34 @@ <h1>プロジェクト Issue ダッシュボード</h1>
126146 </ thead >
127147 < tbody >
128148
149+ < tr >
150+ < td > 5</ td >
151+ < td > < a href ="https://github.com/refrainit/python-project-template/issues/5 " target ="_blank "> [バグ]:</ a > </ td >
152+ < td > バグ</ td >
153+ < td > 未設定</ td >
154+ </ tr >
155+
156+ < tr >
157+ < td > 4</ td >
158+ < td > < a href ="https://github.com/refrainit/python-project-template/issues/4 " target ="_blank "> [タスク]:</ a > </ td >
159+ < td > その他</ td >
160+ < td > 未設定</ td >
161+ </ tr >
162+
163+ < tr >
164+ < td > 3</ td >
165+ < td > < a href ="https://github.com/refrainit/python-project-template/issues/3 " target ="_blank "> [機能]:</ a > </ td >
166+ < td > 機能リクエスト</ td >
167+ < td > 未設定</ td >
168+ </ tr >
169+
170+ < tr >
171+ < td > 2</ td >
172+ < td > < a href ="https://github.com/refrainit/python-project-template/issues/2 " target ="_blank "> [バグ]:</ a > </ td >
173+ < td > バグ</ td >
174+ < td > 未設定</ td >
175+ </ tr >
176+
129177 </ tbody >
130178 </ table >
131179 </ div >
@@ -151,6 +199,34 @@ <h1>プロジェクト Issue ダッシュボード</h1>
151199 </ thead >
152200 < tbody >
153201
202+ < tr >
203+ < td > 2</ td >
204+ < td > < a href ="https://github.com/refrainit/python-project-template/issues/2 " target ="_blank "> [バグ]:</ a > </ td >
205+ < td > 2025/3/15</ td >
206+ < td > 未設定</ td >
207+ </ tr >
208+
209+ < tr >
210+ < td > 3</ td >
211+ < td > < a href ="https://github.com/refrainit/python-project-template/issues/3 " target ="_blank "> [機能]:</ a > </ td >
212+ < td > 2025/3/15</ td >
213+ < td > 未設定</ td >
214+ </ tr >
215+
216+ < tr >
217+ < td > 4</ td >
218+ < td > < a href ="https://github.com/refrainit/python-project-template/issues/4 " target ="_blank "> [タスク]:</ a > </ td >
219+ < td > 2025/3/15</ td >
220+ < td > 未設定</ td >
221+ </ tr >
222+
223+ < tr >
224+ < td > 5</ td >
225+ < td > < a href ="https://github.com/refrainit/python-project-template/issues/5 " target ="_blank "> [バグ]:</ a > </ td >
226+ < td > 2025/3/15</ td >
227+ < td > 未設定</ td >
228+ </ tr >
229+
154230 </ tbody >
155231 </ table >
156232 </ div >
0 commit comments