Wednesday, August 27, 2008

4am in the morning..

Done all the Re-naming of Components(label,Textbox,etc..)
Also the Re-naming of Methods and Variables

All Renaming are done on the pages I'm working on only,
Leonard, if you must correct your naming too.

Will be complete all the functions by this week
Preparing reports and Presentation soon.

Additional Overall Reports Consists of
- Navigation Diagram
- Schema and ERD*(if time is enough for ERD)
- U.I Designs Perspective
- User Guide
- etc.. to be discussed once all functions are completed

Recommended Report Standards for each form Consists of
Page Purposes (what it does), UI Design
use-case, UML, test plans executed
Scenario and error Handling (worst case, good case)
Class Diagram table (Passed-in-Variables, Variables, Methods, Component used)
ScreenShot of UI
step by step component algorithm and coding label
aspx.cs Codes

Page handling Guidelines
Variables, Methods, Components naming convention
Session should be "studentSession" instead of "s"
label1 should be lblSomething
textbox1 should be tbxSomething
button1 should be btnSomething
ImageButton1 Should be ibtnSomething
linkButton1 should be lbtnSomething
dropDownList1 should be ddlSomething
etc..
Method name examples
resizeh = resizeH
newheight = newHeight
Commenting
//should be used on more complex codes

No comments: