Describe the bug
I have an archived project in my project list which is hidden in Nextcloud's web UI . In the Deck app it is presented as a normal, unarchived project.
To Reproduce
Expected behavior
The archived board is hidden or at least marked as archived in the list of boards.
Smartphone (please complete the following information):
@desperateCoder i think at least the following queries should hide archived cards:
getBoardsgetFullBoards (Currently unused, but for consistency)getBoardsWithEditPermissionAlternatively we can add an additional argument boolean withoutArchived or so, but i don't see any reasons to do this effort for now.
Please add a line of Javadoc to those methods which says, that the methods will not return archived boards.
done. no flag, since there is currently no need.
Works, will be shipped with 1.3.0.
I will open further issues for a good integration of archived boards in the future, but hiding archived boards in the first step seems to be a good quick fix to avoid confusion.
Most helpful comment
done. no flag, since there is currently no need.