14:35 12/09/2005
NSS-TODO List (v1.0)
Aims
Small PHP web script to allow multiple developers on a project maintain a communal TODO list to help development, with useful features.
! Thanks to Andrew Chapman/ThoughtPlay for funding/ideas.
! Be sure to check out my cron job addition to this script here.
! Be sure to check out the simplified version of this script here.
Features
- Flatfile database (two files)
- Add, Complete, Remove, Edit options
- Coloured categories
- Due dates, visual overdue notification
- Basic file locking mechanism to make sure one developer updates at a time (avoids confusion)
- Easy to integrate into site template/design
- Security available through directory protection (.htaccess) not included.
- Simplified GUI at click of button, or setting
Demo & Download
The script is ready to run "out-of-the-box", as long as the $files in settings.inc are writeable.
- Click here to see a live demo (resets hourly).
- Click here to download an installation zipfile.
Downloaded 1826 times
Revision History
1.0
First release.