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.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
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 ☺