Difference between revisions of "Other Coding Projects"

From FreekiWiki
Jump to navigation Jump to search
m
(added fgsched)
Line 3: Line 3:
  
 
Their [[RT]] queue is called 'CodersGeneral'.
 
Their [[RT]] queue is called 'CodersGeneral'.
 +
 +
==[[FGsched]]==
 +
This will be used for maintaining jobs to do, workers who can do them, shifts in which they are done, and scheduling workers into those shifts. This is still very early in development.
 +
 +
===Project Status===
 +
In use now for various types of hardware (harddrives, &c.), but it should be reviewed and updated, and new tests should be written to cover more hardware.
  
 
==WebUpdate==
 
==WebUpdate==

Revision as of 10:40, 22 June 2007

Intro

Here are some of the minor projects being worked on at Free Geek.

Their RT queue is called 'CodersGeneral'.

FGsched

This will be used for maintaining jobs to do, workers who can do them, shifts in which they are done, and scheduling workers into those shifts. This is still very early in development.

Project Status

In use now for various types of hardware (harddrives, &c.), but it should be reviewed and updated, and new tests should be written to cover more hardware.

WebUpdate

This shell script uses CVS to update the contents of our websites.

Project Status

The code is done, but it should be more automatic in its setup and upgrade -- more standardized place where theings go.

Former

This PHP script lives on our public web site and is used to email the contents of web forms to the appropriate staff member or mailing list.

Project Status

The software works but needs a few enhancements so that the From and the Subject fields in the email can contain data relevant to what is in the form rather than something generic. This will help the hardware grants group work more efficiently.