multi version schedule
This commit is contained in:
@@ -27,6 +27,9 @@
|
||||
|
||||

|
||||
|
||||
連續多個版本的流程就像以下圖示
|
||||

|
||||
|
||||
|
||||
#### Ex:
|
||||
2020-04-27 Stage _ 2020-05-06 PRD:
|
||||
|
||||
@@ -2,19 +2,19 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="width: 25%; color: white;" colspan=3></td>
|
||||
<td style="width: 25%; color: white; vertical-align: bottom; text-align: center;" colspan=3>第一週<br>星期四<br>develop merge to Master</td>
|
||||
<td style="width: 25%; color: white; vertical-align: bottom; text-align: center;" colspan=3>第二週<br>星期三<br>Master merge to PRD</td>
|
||||
<td style="width: 25%; color: white; vertical-align: bottom; text-align: center;" colspan=3>第一週-星期四<br><span style="font-weight: bold; color: #94D8F6"><span style="color: #22B04C">develop</span> merge to <span style="color: #FEF100" >Master</span><br>build and deploy to <span style="color: #FEF100">Stage</span></span></td>
|
||||
<td style="width: 25%; color: white; vertical-align: bottom; text-align: center;" colspan=3>第二週-星期三<br><span style="font-weight: bold; color: #94D8F6"><span style="color: #FEF100">Master</span> merge to <span style="color: #FE0000">PRD</span><br>build and deploy to <span style="color: #FE0000">PRD</span></span></td>
|
||||
<td style="width: 25%; color: white;" colspan=3></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=12>
|
||||
<img src="images/git_schedule_arrow.png" style="width:100%; height: 100%">
|
||||
<td colspan=12 style="padding: 8px 0px;">
|
||||
<img src="images/git_schedule_arrow.png" style="width:100%; height: 100%; margin: 0px;">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 33%; color: white; text-align: center;" colspan=4>develop 開發</td>
|
||||
<td style="width: 33%; color: white; text-align: center;" colspan=4>Stage 測試</td>
|
||||
<td style="width: 33%; color: white; text-align: center" colspan=4>PRD上線</td>
|
||||
<td style="width: 33%; color: black; text-align: center; background-color: #22B04C;" colspan=4>develop 開發</td>
|
||||
<td style="width: 33%; color: black; text-align: center; background-color: #FEF100;" colspan=4>Stage 測試</td>
|
||||
<td style="width: 33%; color: black; text-align: center; background-color: #FE0000;" colspan=4>PRD上線</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 33%; color: white; text-align: left; vertical-align: top;" colspan=4>1. 功能開發使用Dev_Feature分支<br>
|
||||
|
||||
63
html/git_schedule_multi.md
Normal file
63
html/git_schedule_multi.md
Normal file
@@ -0,0 +1,63 @@
|
||||
<style>
|
||||
table { background-color: #1E1E1E; width: 100%; }
|
||||
/*table tr td { border: 1px solid white; }*/
|
||||
table tr td { text-align: center; }
|
||||
table tr td.seperate { border-right: 3px solid white; }
|
||||
|
||||
table tr td.develop { background-color: #22B04C; color: black; }
|
||||
table tr td.stage { background-color: #FEF100; color: black; }
|
||||
table tr td.PRD { background-color: #FE0000; color: black;}
|
||||
|
||||
</style>
|
||||
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="weekday"></td>
|
||||
<td colspan=2 class="weekday">第一週-星期四</td>
|
||||
<td colspan=2 class="weekday">第二週-星期三</td>
|
||||
<td colspan=2 class="weekday">第三週-星期四</td>
|
||||
<td colspan=2 class="weekday">第四週-星期三</td>
|
||||
<td class="weekday"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=2 class="seperate"></td>
|
||||
<td colspan=2 class="seperate"></td>
|
||||
<td colspan=2 class="seperate"></td>
|
||||
<td colspan=2 class="seperate"></td>
|
||||
<td colspan=2></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=2 class="develop seperate">develop</td>
|
||||
<td colspan=2 class="stage seperate">Stage</td>
|
||||
<td colspan=2 class="PRD seperate">PRD</td>
|
||||
<td colspan=2 class="seperate"></td>
|
||||
<td colspan=2></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=2 class="seperate"></td>
|
||||
<td colspan=2 class="seperate"></td>
|
||||
<td colspan=2 class="seperate"></td>
|
||||
<td colspan=2 class="seperate"></td>
|
||||
<td colspan=2></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=2 class="seperate"></td>
|
||||
<td colspan=2 class="seperate"></td>
|
||||
<td colspan=2 class="develop seperate">develop</td>
|
||||
<td colspan=2 class="stage seperate">Stage</td>
|
||||
<td colspan=2 class="PRD">PRD</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=2 class="seperate"></td>
|
||||
<td colspan=2 class="seperate"></td>
|
||||
<td colspan=2 class="seperate"></td>
|
||||
<td colspan=2 class="seperate"></td>
|
||||
<td colspan=2></td>
|
||||
</tr>
|
||||
|
||||
</tobdy>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 16 KiB |
BIN
images/git_schedule_multi.png
Normal file
BIN
images/git_schedule_multi.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.8 KiB |
Reference in New Issue
Block a user