User:Zenwhat/To Do List
Project name: do script Project idea: create an automated to-do list. As an example of a manual to-do list, see my main page. Language: Probably javascript or whatever scripting language wikipedia uses How it would work: A "create new task" button would be placed on the page which would generate a task template. The task template would contain the following parameters:
When each task is generated, in addition to the above parameters, it will include the following functions:
The tasks will also be sorted, first by priority, second by date added. So, for example, to create a new task, the template might look something like this: {{TASK|DESCRIPTION|PRIORITY|DATE|COMPLETED?|COMPLETED WHY\HOW?}} The parameters colored in red would not be set at the creation of the task object. They would set after the task was completed. The template above would generate something like this:
When the complete function is run, it would request whether the task succeeded or failed, and request a reason why. Priority would be set to 0 and it would then output something like this:
|