1. How long does it take to estimate this task:8 days
2. Demand Analysis:
As a volleyball enthusiast I want to know the score of each game in order to master the race schedule.
3. Design Documentation:
Users get results from the game through the interface
4. Design review: The interface modifies some
5.: Specific design:
6. Specific code:
1) Interface:
2) Code:
<form id= "Form1" runat= "Server" >
<div id= "div" >
<div id= "Div1" ><div id= "Div2" >
<asp:listview id= "ListView1" runat= "Server" datasourceid= "ObjectDataSource1" >
<AlternatingItemTemplate>
<tr style= "Background-color: #FFFFFF; color: #284775;" >
<%--<td>
<asp:label id= "Idlabel" runat= "server" text= ' <%# Eval ("ID")%> '/>
</td>--%>
<td>
<asp:label id= "Namelabel" runat= "server" text= ' <%# Eval ("Name")%> '/>
</td>
<td>
<asp:label id= "Firstlabel" runat= "server" text= ' <%# Eval ("first")%> '/>
</td>
<td>
<asp:label id= "Secondlabel" runat= "server" text= ' <%# Eval ("Second")%> '/>
</td>
<td>
<asp:label id= "Thirdlabel" runat= "server" text= ' <%# Eval ("third")%> '/>
</td>
<td>
<asp:label id= "Fourthlabel" runat= "server" text= ' <%# Eval ("fourth")%> '/>
</td>
<td>
<asp:label id= "Fifthlabel" runat= "server" text= ' <%# Eval ("fifth")%> '/>
</td>
<td>
<asp:label id= "Scorelabel" runat= "server" text= ' <%# Eval ("score")%> '/>
</td>
<td>
<asp:label id= "Victorylabel" runat= "server" text= ' <%# Eval ("Victory")%> '/>
</td>
</tr>
</AlternatingItemTemplate>
Id</th>--%>
<th runat= "Server" >
Team Name </th>
<th runat= "Server" >
First inning </th>
<th runat= "Server" >
Second inning </th>
<th runat= "Server" >
Third inning </th>
<th runat= "Server" >
Bureau IV </th>
<th runat= "Server" >
Fifth inning </th>
<th runat= "Server" >
Total Score </th>
<th runat= "Server" >
Winner </th>
</tr>
7. Code review: 0.5H
8. Test: Coded UI test
9. Test Report:
1) test results:
10. Results of the aftermath:
Do the process encountered the greatest difficulty is the problem of data source, in connection with the database is always a problem, this takes the longest time, and then the code is the help of students to complete, but do not quite perfect, can not see the score of each board, I will continue to improve.
16th Week personal Assignments