Feature #594
Remove limit on subproject nesting
| Status: | New | Start: | 2008-02-03 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | Jean-Philippe Lang | % Done: | 0% |
|
| Category: | Projects | |||
| Target version: | 0.9 | |||
| Resolution: |
Description
I would like to see this enhancement for a better management of larger projects, where a deeper nesting is often used.
Related issues
| duplicated by Feature #1989 | Multilevel Relationship between Projects | Closed | 2008-10-05 |
History
2008-02-07 18:03 - Karsten Dambekalns
I would love to see this, as we really need this over at TYPO3...
What are the reasons for the current limitation? And how hard would it be to remove it?
2008-02-07 19:00 - Jean-Philippe Lang
What are the reasons for the current limitation?
Just to keep it simple.
And how hard would it be to remove it?
To be efficient this would require to replace projects trees by nested sets.
It's not planned for now.
2008-02-21 19:13 - Denis Anokhin
It would be great (and I think enough in the most cases) if there will be support for at least 3 levels of project nesting.
P.S.: Thank you for your great work! Redmine is super! :)
2008-04-26 16:46 - Sebastian Kurfuerst
Hello everybody,
I just wanted you to know that I'm currently working on fixing this, see: http://forge.typo3.org/issues/show/439 for the current status of the patch!
Note that we use a custom startpage plugin, that's why not everything in there is relevant for you.
Greets,
Sebastian
2008-05-08 20:42 - Brian Coughlin
- Target version set to 0.8
Adding at least a 3rd level (level below Subproject) would be very helpful.
2008-06-03 00:01 - Brian Coughlin
- Assigned to set to Jean-Philippe Lang
Please see code hacks suggested for this Issue at http://www.redmine.org/boards/1/topics/show/893
2008-06-03 19:30 - Jean-Philippe Lang
I agree that it would be great, but these simple "hacks" won't do the trick.
It's not that simple.
2008-08-31 14:44 - Andreas Fischer
I would like to see that too. It would be a great enhancement. Maybe you could introduce a project type 'category' or something similar too. In my opinion it would be good to have somehow an option to group projects together. Like all website projects in one category, all ruby projects in one categories etc. But, hmm, maybe a tagging system would be better to do that.
Best Regards,
bantu
2008-09-12 15:17 - Jérémie HATTAT
- File subproject_no_level.diff added
Hi all,
We have made change to eliminate the 1 level subproject limitation from the r1797.
These change start from the http://forge.typo3.org/issues/show/439 patch.
File to change are : app/model/project.rb, app/model/query.rb and app/controller/project_controller.rb.
We replace the child_ids, by the computation of the full child list.
The all the child issues are visible in the gantt and issues report.
Best regards