Changeset - 3b89327bb68e
[Not reviewed]
default
0 1 1
ethanzonca - 15 years ago 2010-10-01 21:50:13

Moved todo to separate file
2 files changed with 23 insertions and 15 deletions:
0 comments (0 inline, 0 general)
input.php
Show inline comments
 
@@ -72,41 +72,26 @@ var sectionsOfClass = Array();
 
		<td class="center">End Time</td>
 
		<td class="center">M</td>
 
		<td class="center">Tu</td>
 
		<td class="center">W</td>
 
		<td class="center">Th</td>
 
		<td class="center">F</td>
 
		<td class="center"></td>
 
		<td class="center"></td>
 
	</tr>
 
	<?php if ($sch) echo $sch->input_form_render(); ?>
 
    </table>
 
  </td>
 
  </tr>
 
  
 
  <tr><td> <span class="gray" style="padding: 0 3.5em 0 3.5em;" id="addclass">Add Class</span></td></tr>
 
</table>
 

	
 
<!-- <div class="paddingtop" id="classage"><input type="button" value="Add class" /></div> -->
 
<div class="paddingtop"><input style="float:left;" type="submit" value="Find a schedule" /></div>
 

	
 
</form>
 

	
 
<p>&nbsp;<br /><br /><br /></p>
 
<p><span id="showadvanced" style="margin-left: 1em;"><a href="#">Advanced</a></span></p>
 
<div class="advanced">
 
<h3>TODO:</h3>
 

	
 
<ul>
 
	<li>Autoincrement section num/letter/custom labels</li>
 
	<li>Make output and print output formatting look nicer</li>
 
	<li>Make printing work for saved jobs where jobkey != 0</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>Move the add class button to somewhere nicer, maybe a gray row at the bottom. Make the submit button more obvious.</li>
 
	<li>Form validation to ensure endtime is after starttime, at least one day is checked.</li>
 
	<li>Auto-populate form based on saved schedule?</li>
 
        <li>Grab data from school sites such as <a href="http://www.cedarville.edu/courses/schedule/2010fa_be_bebl.htm" rel="external">this?</a></li>
 
</ul>
 
</div>
 
<?php
 
$inputPage->foot();
todo.php
Show inline comments
 
new file 100644
 
<?php 
 
	include_once 'inc/class.page.php'; 
 
	$mypage = new page('TODO');
 
?>
 

	
 
<h3>Items to Consider:</h3>
 
<ul>
 
	<li>Autoincrement section num/letter/custom labels</li>
 
	<li>Make output and print output formatting look nicer</li>
 
	<li>Make printing work for saved jobs where jobkey != 0</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>Move the add class button to somewhere nicer, maybe a gray row at the bottom. Make the submit button more obvious.</li>
 
	<li>Form validation to ensure endtime is after starttime, at least one day is checked.</li>
 
	<li>Auto-populate form based on saved schedule?</li>
 

	
 
        <li>Grab data from school sites such as <a href="http://www.cedarville.edu/courses/schedule/2010fa_be_bebl.htm" rel="external">this?</a></li>
 
</ul>
 

	
 

	
 
<?php
 
$mypage->foot();
0 comments (0 inline, 0 general)