Sphene Community Tools

Community

Copyright © 2007-2018 by Herbert Poul

You are not logged in.
Login
Register

Change Language:



AddThis Social Bookmark Button

A Django site.

Powered by Sphene Community Tools

BlockFramework/DevNotes

BlockFramework / DevNotes

Back to Snip <-- Previous Change | Next Change -->

Diff Summary
Title
Date 2008-04-03 08:15:25 2008-04-03 08:30:38
Editor Herbert Poul Herbert Poul
Tags

2008-04-03 08:15:25 by Herbert Poul
2008-04-03 08:30:38 by Herbert Poul
34# model draft34# model draft
3535
36draft of all database models which are required36draft of all database models which are required
3737
38- Dashboard38- Dashboard
tt39- PageConfiguration
40
41    defines general configuration for a page - e.g
 >. if the configuration instance can be customized 
 >by the users, etc.
42
43    - user_configurable (boolean, if True all user
 >s can customize the page)
44    - dashboard (None for sidebars, otherwise refe
 >rences to a dashboard)
45
46- PageConfigurationInstance
47
48    a configuration of a whole "page" - this can e
 >ither be the two block regions for a site (sidebar
 >_left, sidebar_right) or a dashboard.
49
50    It can either be a default configuration, or s
 >pecific to a user or session.
51
52    - page configuration
53    - user (None for the "default" region, 
39\BlockSection54- BlockRegion
55    - name (e.g. 'sidebar_left' and 'sidebar_right
 >' - or for dashboard: left, center, right)
56    - pageconfiguration - every region is part of 
 >a page configuration.
40\BlockInstanceConfiguration57- BlockInstanceConfiguration


Powered by Sphene Community Tools