Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ganttproject - new version wich manage tasks priorities #139

Open
GoogleCodeExporter opened this issue Jun 28, 2015 · 2 comments
Open

Ganttproject - new version wich manage tasks priorities #139

GoogleCodeExporter opened this issue Jun 28, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

My repository clone:

hg clone https://julientendero-adullactproject.googlecode.com/hg/ 
julientendero-adullactproject  

Purpose of code changes:

manage automatically the conflicts between tasks considering their priority.
Adjust the tasks position in the time when a resource is overloaded.

The automatic adjustment is performed only when the priorities of conflicting 
tasks are different.

For example, when two tasks are in conflict and one of them has a higher 
priority than the other, it is the task with the lowest priority that will be 
lengthened in time by being assigned an area cut-off period where conflict 
takes effect. It is indicated for the task elongated, the number of days added 
and tasks corresponding to each conflicting extension (requires to display the 
duration of tasks in the properties diagram Gantt).

However, when the two spots have equal priority level, it is to the user to 
adjust the conflict according to his wish, by this way it is always possible 
for the user to manually adjust the tasks in case of conflict.

Where an adjustment is made, it is possible to go back by changing the priority 
level (so that there is a equal level priority) or simply by removing the 
conflict (remove resources to the task concerned or change the units of a 
resource for a task).

When reviewing my code changes, please focus on:

net.sourceforge.ganttproject.task.TaskImpl.java
net.sourceforge.ganttproject.task.TaskProperties.java


Original issue reported on code.google.com by julien.tendero@gmail.com on 26 Aug 2010 at 9:06

@GoogleCodeExporter
Copy link
Author

Is my understanding correct that changes in TaskImpl are the only changes in 
Java code? I don't see any other changesets in the repository.

Original comment by dbarashev on 4 Sep 2010 at 7:58

@GoogleCodeExporter
Copy link
Author

I guess not: one revision earlier:
http://code.google.com/r/julientendero-adullactproject/source/detail?r=6cbb5403d
8df542e5aa6926b2d1964f6945273e2
There are lots of files changes and Google is only showing 50 files, so I 
*guess* there are java files changed but now shown...

The question is: why are all these files changed?? Probably something wrong 
with committing/cloning?

Original comment by maarten....@gmail.com on 15 Nov 2010 at 4:39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant