Iteration 1

From ESEEWiki

Jump to: navigation, search

Contents

Deadline

Wednesday, October 25, 2006 at 23:59

Completion Report

Use Cases Implemented

Iteration goals were met, and core functionality was implemented.

Tasks

  • 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.
  • START: User clicks 'Create Document' on the navigation bar, which links to create.php
  • 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

What We're Doing

  • Create documents
  • Create and directly modify sections
  • Versioning
  • Authentication

What We're Not Necessarily Doing

  • Voting
  • Section change proposals
  • View, Modify-Direct, Modify-Propose, Approve-Vote permissions