Skip to content
forked from amadeuspzs/TODO

Easy-to-use/install PHP script for projects with multiple developers needing a communal TODO list.

Notifications You must be signed in to change notification settings

camillo777/TODO

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Basic TODO List (v0.1.2)

Small PHP web script to allow multiple developers on a project maintain a communal TODO list to help development.

Be sure to also check out my Not-So-Simple TODO list: https://github.com/amadeuspzs/TODO/tree/NSS-TODO

Be sure to also check out my Not-So-Simple TODO list with Crontab support: https://github.com/amadeuspzs/TODO/tree/NSS-TODO-CJ

Features

  • Flatfile database (one file)
  • Add, Complete, Remove options
  • Basic file locking mechanism to make sure one developer updates at a time (avoids confusion)
  • Easy to integrate into site template/design (v0.1.1)
  • Security available through directory protection (.htaccess) not included.

Demo & Use

The script is ready to run "out-of-the-box", as long as the $file is writeable.

Visit http://amadeus.maclab.org/_demo/todo-0.1.2/ to see a live demo (resets hourly).

Revision History

0.1.2
Added "Toggle All", improved form control elements (pressing return adds a new entry).

0.1.1
Included easy HTML integration.

0.1
First release.

About

Easy-to-use/install PHP script for projects with multiple developers needing a communal TODO list.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%