Update Milestone 9 authored by Yiru Xiao (yix604)'s avatar Yiru Xiao (yix604)
...@@ -27,29 +27,39 @@ Time Report: ...@@ -27,29 +27,39 @@ Time Report:
Findings: Findings:
1. Completeness: 1. Completeness:
a. For the webpage of login, register and product page, it is worked well as we excepted before. It is followed our expectations for these three parts. a. For the webpage of login, register and product page, it is worked well as we excepted before. It is followed our expectations for these three parts.
2. Consistency: 2. Consistency:
a. Each HTML tag is completed. a. Each HTML tag is completed.
b. Block comments precede the code they describe b. Block comments precede the code they describe
c. The same class name or id name for CSS c. The same class name or id name for CSS
3. Efficient Processing: 3. Efficient Processing:
a. The code is not too complex, and It is simple for other people to understand it. Used the HTML to design for the webpage, it is simple and efficient a. The code is not too complex, and It is simple for other people to understand it. Used the HTML to design for the webpage, it is simple and efficient
4. Efficient Storage: 4. Efficient Storage:
a. All id or class are actually used somewhere for CSS a. All id or class are actually used somewhere for CSS
5. Simplicity: 5. Simplicity:
a. Use the HTML for the frontend, it is easy to understand and easy to change the code. a. Use the HTML for the frontend, it is easy to understand and easy to change the code.
b. Each part use div to classify and each class or id are identified. b. Each part use div to classify and each class or id are identified.
6. Self-Description: 6. Self-Description:
a. Comments are provided for each part of the website. a. Comments are provided for each part of the website.
b. All class or id name choose well and consistently to reflect their usage and purpose b. All class or id name choose well and consistently to reflect their usage and purpose
7. Reusability: 7. Reusability:
a. It is easy to change the style of the front-end if it wants to change after finished the webpage. a. It is easy to change the style of the front-end if it wants to change after finished the webpage.
8. Modularity: 8. Modularity:
a. Use div to divided each block of the whole webpage a. Use div to divided each block of the whole webpage