Iteration 2
From ESEEWiki
Contents |
[edit]
Deadline
Wednesday, October 25, 2006
[edit]
Tasks
- Develop coding standards - Everyone Add Stuff
- Develop database structure - Eric Pratt
- Authentication - Eric Pratt
- START: User navigates to ESEE Meeting Management System
- If user unauthenticated, index.php (or any page) redirects to login.php.
- login.php submits form to itself.
- Upon successful authentication, login.php redirects to index.php.
- Document creation page, view document - Elizabeth DeLouise
- START: User clicks 'Create Document' on the navigation bar, which links to create.php
- Edit section - Ezra Leng
- Just linear array of sections right now, no subsections
- Search for === to split sections using explode function
- START: User clicks 'Edit Section' on the navigation bar, which links to edit.php?sectionid=5, 5 being the example SectionId
- Interface components/design - Sylvia Luxenburg
- Main page w/menu - Sylvia Luxenburg
- Make database class to access database more easily - Eric Pratt
[edit]
What We're Doing
- Create documents
- Create and directly modify sections
- Versioning
- Authentication
[edit]
What We're Not Necessarily Doing
- Voting
- Section change proposals
- View, Modify-Direct, Modify-Propose, Approve-Vote permissions
