Project

General

Profile

Administration Interface » History » Version 2

Joseph Spiros, 08/07/2009 12:34 AM

1 1 Joseph Spiros
h1. Administration Interface
2
3
Although Philo, being written in proper Django style, can use the built-in Django administration interface, that interface is not ideal for end-users of a content management system. So, we've developed an extensible administration interface towards that end. Any Django application that extends Philo's object model can hook into this interface similar to how the built-in Django administration interface is extended.
4 2 Joseph Spiros
5
h2. User Interface Design
6
7
On August 5, 2009, a brainstorming session was held to determine the path we're taking in developing this interface. Three sketches (attachment:sketch1.jpg, attachment:sketch2.jpg, attachment:sketch3.jpg) were produced on a whiteboard, and will serve as inspiration as implementation occurs.