Update:Remora Dashboard

From MozillaWiki
Revision as of 23:15, 13 September 2006 by Sancus (talk | contribs) (→‎cake)
Jump to navigation Jump to search

« Back to Update:Remora

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

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.

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