Update:Remora Dashboard: Difference between revisions

no edit summary
No edit summary
Line 358: Line 358:


==HTML==
==HTML==
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?
The page as an HTML layout, this is usually completely static, ie the pages that Radiant Core is giving to us. Not completely necessary if you happen to be doing the page dynamically first.
 
==tests==
==tests==
Tests related to this interaction, any WebTestCases for the page, unit tests for its Controller or Models, etc.
Tests related to this interaction, any WebTestCases for the page, unit tests for its Controller or Models, etc.
Line 370: Line 371:
==visual refresh==
==visual refresh==
==audit==
==audit==
linkchecker
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? Yes it does --sancus.
++linkchecker;
==integration==
==integration==
<shaver> means it's checked in, tests are added to the automatically run list, and it's part of the pull on the staging server
<shaver> means it's checked in, tests are added to the automatically run list, and it's part of the pull on the staging server
334

edits