Update:Remora Dashboard: Difference between revisions
(→HTML) |
(→Mockup) |
||
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? | |||
==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. |
Revision as of 23:17, 13 September 2006
What's done
here follows a table. Once we've moved from "interactions" to "pages" we can split stuff up into pages, but we're not there yet.
See also Remora Interactions and Remora Schedule
Interaction name | Mockup ? | HTML ? | tests ? | cake ? | l10n ? | visual refresh ? | audit ? | integration ? |
Major user interactions | ||||||||
top/home/index | Radiant Core | sancus | sancus | sancus | ||||
search | DONE | sancus | sancus | sancus | ||||
browse | Radiant Core | sancus | sancus | sancus | ||||
Display Add-on | DONE | sancus | sancus | sancus | ||||
Forums | Radiant Core? | |||||||
Minor user interactions | ||||||||
Register | ||||||||
Comment | ||||||||
Review | ||||||||
Rate | ||||||||
Subscribe | ||||||||
Recommendations | ||||||||
Favorites | ||||||||
Major author interactions | ||||||||
Author homepage | ||||||||
Submit new/update | ||||||||
Update metadata | ||||||||
Minor author interactions | ||||||||
Statistics | ||||||||
Feedback | ||||||||
Major admin interactions | ||||||||
Admin Review | ||||||||
Admin Feedback | ||||||||
Minor admin interactions | ||||||||
Review add-on history | ||||||||
Review user history | ||||||||
Manage user privelages | ||||||||
Manage add-on blacklist | ||||||||
Manage categories | ||||||||
Manage forums | ||||||||
Manage comments | ||||||||
Manage reviews |
Notes
Mockup
A photoshop mockup of the page. This mostly applies to Radiant Core.
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?
tests
Tests related to this interaction, any WebTestCases for the page, unit tests for its Controller or Models, etc.
cake
Basically have the page functioning in the cake app - Get the proper data outputting from the database to the page, the mockup formatted as a view, controller functions made, etc.
l10n
no static strings, everything coming from the database, gettext-enabled, etc.
visual refresh
audit
linkchecker
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