Files @ 7a6777d84d07
Branch filter:

Location: SlatePermutate/todo.php

ethanzonca
General styling changes
<?php 
/*
 * Copyright 2010 Nathan Gelderloos, Ethan Zonca, Nathan Phillip Brink
 *
 * This file is part of SlatePermutate.
 *
 * SlatePermutate is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * SlatePermutate is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with SlatePermutate.  If not, see <http://www.gnu.org/licenses/>.
 */

	include_once 'inc/class.page.php'; 
	$todopage = new page('TODO');
?>

<h3>Items to Consider:</h3>
<ul>
	<li>Autoincrement section num/letter/custom labels</li>
	<li>After selecting a start time, set the end time to one hour after the start time</li>
        <li><strong>Append</strong> sections</li>
	<li>Form validation to ensure endtime is after starttime, at least one day is checked.</li>
</ul>


<?php
$todopage->foot();