- Status Maybe
- Percent Complete
- Task Type Feature Request
- Category Backend/Core
- Assigned To No-one
- Operating System All
- Severity Medium
- Priority Very Low
- Reported Version 0.9.9.7
- Due in Version 1.1 devel
-
Due Date
Undecided
-
Votes
1
- Valeriy (26.09.2013)
- Private
Attached to Project: Flyspray - The bug killer!
Opened by Valeriy - 26.09.2013
Last edited by peterdd - 12.10.2015
Opened by Valeriy - 26.09.2013
Last edited by peterdd - 12.10.2015
FS#1875 - Ability to mark project as completed
Currently projects in Flyspray are active or set inactive.
It will be great to archive project if finished or abandoned. In this case it will not be shown in project overview page and project navigation combo.
You can set a project to inactive.
Will edit the task description..
Possible simple implementation:
Change field "project_is_active" to "project_status" and define:
0 project not active
1 project is active
2 project is finished
or "keep project_is_active" as it is and add project_status field and define for instance as values for project_status:
0 not started
1 open
2 finished
3 abandoned
(I'm currently not satisfied with both variants ...)
Restriction of moving tasks between projects of some project_status, how to handle cross project task relations/dependencies in such events.
Since today in github master the project selectors:
Is it possible to hide inactive projects?
In case if you have several small projects, but working only on one or two, the other are still showing in the overview page and complicate the navigation.
show/hide toggle for the inactive projects on overview page implemented now in github master.
Nice. Will wait for new releases ☺