feat: workspace views (#2005)
* feat: workspace views * fix: added project member filter * fix: added pagination in workspace views * fix: filters and group up by for workspace issues * fix: changed name workspace view to global view * fix: reordered the urls
This commit is contained in:
parent
926d2ae0a0
commit
405ef9314f
8 changed files with 311 additions and 14 deletions
|
|
@ -50,7 +50,7 @@ from .state import State
|
|||
|
||||
from .cycle import Cycle, CycleIssue, CycleFavorite
|
||||
|
||||
from .view import IssueView, IssueViewFavorite
|
||||
from .view import GlobalView, IssueView, IssueViewFavorite
|
||||
|
||||
from .module import Module, ModuleMember, ModuleIssue, ModuleLink, ModuleFavorite
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue