Nextcloud-deck: 馃摝 Archived board is shown list of boards

Created on 8 May 2020  路  3Comments  路  Source: stefan-niedermann/nextcloud-deck

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

  1. Archive a new or existing board in the web UI
  2. Open Deck app on Android device

Expected behavior
The archived board is hidden or at least marked as archived in the list of boards.

Smartphone (please complete the following information):

  • Device: Google Pixel 3a
  • Android-Version: 10
  • App-Store:

    • [ ] Google Play Store

    • [x] F-Droid

馃悶 bug

Most helpful comment

done. no flag, since there is currently no need.

All 3 comments

@desperateCoder i think at least the following queries should hide archived cards:

  • getBoards
  • getFullBoards (Currently unused, but for consistency)
  • getBoardsWithEditPermission

Alternatively 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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

loicvh picture loicvh  路  3Comments

jancborchardt picture jancborchardt  路  7Comments

D-side picture D-side  路  5Comments

ghost picture ghost  路  3Comments

stefan-niedermann picture stefan-niedermann  路  7Comments