334
edits
(→Mockup) |
(→tests) |
||
| Line 360: | Line 360: | ||
Once html has been written, it needs to be validated and cross-browser compatibility needs to be checked. The site doesn't need to look perfect in IE, but it doesn't want to look horribly ugly either. Maybe that comes under Audit though? | Once html has been written, it needs to be validated and cross-browser compatibility needs to be checked. The site doesn't need to look perfect in IE, but it doesn't want to look horribly ugly either. Maybe that comes under Audit though? | ||
==tests== | ==tests== | ||
Tests related to this interaction, any WebTestCases for the page, unit tests for its Controller or Models, etc. | |||
==cake== | ==cake== | ||
Get the proper data outputting from the database to the page, the mockup formatted as a view, etc. | Get the proper data outputting from the database to the page, the mockup formatted as a view, etc. | ||
edits