Community
Participate
Working Groups
The Project Dashboard at http://www.eclipse.org/projects/dashboard/ includes archived projects like Pollinate. I don't believe those archived projects should be listed there.
What would be the condition to check to determine if a project is archived?
Right now it's just [archived] in the title, but I'll add a field to the Projects table... IsActive bit not null default '1' D.
Will it be added to the projects table (public version) also? We are now using that one.
Yup, it'll be added to both. We'll be able to use it in many ways. D.
Should there be ProjectInfo objects created for archived projects? If not, then this could be filtered at that level (inside project-info.class.php).
Please let us know when the projects table has been altered to include the new IsActive field.
I added the field to the FoundationDB Projects table: ALTER TABLE Projects ADD IsActive bit default 1; And to the projects table on the eclipse.org server: ALTER TABLE projects ADD is_active bit default 1; The four Archived projects have been flagged on both tables. D.
This will be solved together with bug #120332
New dashboard version doesn't include archived projects
Closed by Openmex