|
Webteam /
Club Activities Project NotesTeam: Webteam Task list Roles Technology: PmWiki Links Development notes Website: About All recent changes Site map This project was completed, but not judged suitable for use on the TTC website.
Recipies should not generate formatting, but should simply provide css hooks through classes. eg (:select table=t1 select=f1,f2,f3 ... class=nm:) generates a table, say <table class="nm-table"> <col class="nm-f1"><col class="nm-f2"><col class="nm-f3"> <thead> <th>f1 title</td> <th>f2 title</td> <th>f3 title</td> </thead> <tr class="nm-row"> <td> ... etc </table>
@import url("/pmwiki/pub/skins/pmwiki/pmwiki.css");
@import url("/ttc.css");
@import url("/ttc2.css");
It should be possible to restore previous data entered, to preserve the wikiness of the feature. This could be by using the wiki feaures in some way, or instead treating all edits as additions to the database, and preserving a timestamp, author, and comment for each change made, and then providing a mechanism thru the modification process the view and restore previous changes. No data would be deletable by users, simply versioned or hidden away
Make even fields such as names and heading a decent length, eg 300 chars in length. Selection parameters could be such as
Have a flag per row that specifies if row is to be 'displayable' |
Page last modified on 2007 Nov 27 15:20
Edit - History - Recent changes - Wiki help - Search