• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Started adding in processes.

    • -1
    • +19
    ./sql/postgresql/project-manager-drop.sql
    • -0
    • +49
    ./www/process-add-edit-postgresql.xql
    • -0
    • +7
    ./www/process-add-edit.adp
    • -0
    • +109
    ./www/process-add-edit.tcl
    • -0
    • +44
    ./www/process-task-add-edit-postgresql.xql
    • -0
    • +79
    ./www/process-task-add-edit.adp
    • -0
    • +238
    ./www/process-task-add-edit.tcl
    • -0
    • +18
    ./www/processes-postgresql.xql
Slight work on interface.

A lot of cleaning up the interface.

Much cleaner page for assigning tasks

    • -0
    • +15
    ./www/task-assign-add-edit-postgresql.xql
Added in constraints for uniqueness on several tables

Let me see...

    • -10
    • +13
    ./sql/postgresql/project-manager-drop.sql
    • -0
    • +80
    ./www/task-assign-add-edit-postgresql.xql
    • -0
    • +14
    ./www/task-assign-add-edit.adp
    • -0
    • +245
    ./www/task-assign-add-edit.tcl
    • -0
    • +15
    ./www/admin/default-project-roles-postgresql.xql
  1. … 11 more files in changeset.
Minor interface changes

Shows slack time better.

Converted index page to list-builder.

Added sorting of tasks.

Now should honor hard deadlines better.

Now computes the deadlines and dates for tasks and projects. Many other minor

fixes and improvements

Changed constraints to be called dependencies. Begin allowing null values

for dates in tasks. General cleanup of a lot of the interface. Added in

some more parameters to control what is shown to the user. Task view page

is currently broken. Fixed data model for tasks so it is more in line with

optional PERT graphs.

    • -5
    • +5
    ./sql/postgresql/project-manager-drop.sql
    • -50
    • +56
    ./sql/postgresql/project-manager-functions-create.sql
    • -0
    • +28
    ./tcl/project-manager-procs.tcl
    • -0
    • +97
    ./www/dependency-add-edit-postgresql.xql
    • -0
    • +21
    ./www/dependency-add-edit.adp
    • -0
    • +173
    ./www/dependency-add-edit.tcl
  1. … 6 more files in changeset.
Constraints interface improved (can now add constraints optionally for

each task).

You can now not enter a constraint against the task making the constraint.

    • -1
    • +3
    ./www/task-constraint-add-edit-postgresql.xql
    • -10
    • +29
    ./www/task-constraint-add-edit.tcl
Fixed a bug that prevented the constraint page from coming up.

Added in the Postgres definition file for queries.

    • -0
    • +69
    ./tcl/project-procs-postgresql.xql
Beginning of code to handle subprojects. Also projects now are beginning to

carry project status information (such as total number of hours worked). A

lot of UI improvements. Still rough, of course.

    • -0
    • +127
    ./tcl/project-procs.tcl
Tasks now are added with deadlines. Also fixed a bug in which tasks

were being added as sub-tasks instead of as children of the parent project.

Fixed date code for projects. Started adding in project status info into index.

Project view page now shows more information on pertinent tasks. Style

sheet modified slightly to shrink left column. Converted part of

project view page to list-builder, added in summation at bottom of

table.

Added in time estimates for tasks, parameter to specify whether or not

to use minimum and maximum time estimates or not, denormalized columns

for projects on status, took out start date for tasks.

    • -25
    • +29
    ./sql/postgresql/project-manager-functions-create.sql
    • -2
    • +0
    ./www/task-constraint-add-edit-postgresql.xql
Drop script now correctly drops the main content folder for projects.

    • -38
    • +27
    ./sql/postgresql/project-manager-drop.sql
Updated style sheet to get better browser compatibility.

Added in data model for task and project assignments. Took out

project_name from pm_projects_revisions table -- it is now in

cr_revisions.title. Added in a sequence for project IDs.

    • -1
    • +11
    ./sql/postgresql/project-manager-drop.sql
    • -15
    • +11
    ./sql/postgresql/project-manager-functions-create.sql
Updated to work with list-builder. Now sorts all three list builder

tables correctly. Also width of tables is 100%

Now chooses constraints better. You choose from a drop select instead

of typing by number.

    • -6
    • +18
    ./www/task-constraint-add-edit-postgresql.xql
    • -10
    • +33
    ./www/task-constraint-add-edit.tcl
Task revisions table now uses list-builder. Added a dependency on

acs-templating to reflect this.

Added in task constraints, including icons for constraints.

    • -2
    • +2
    ./sql/postgresql/project-manager-drop.sql
    • -0
    • +85
    ./www/task-constraint-add-edit-postgresql.xql
    • -0
    • +21
    ./www/task-constraint-add-edit.adp
    • -0
    • +138
    ./www/task-constraint-add-edit.tcl
    • binary
    ./www/images/finish_before_finish.png
  1. … 3 more files in changeset.
Bumped a version, now includes parameters for names for project, task,

assignee, watcher. Also tweaked the UI a bit based on comments from irc.