TechbeeAT / jtxBoard

jtx Board allows you to manage your Journals (like meeting minutes), Notes and Tasks in one Android app. The app is compatible with the iCal standard (RFC5545) and is integrated with DAVx5 to allow the synchronisation of entries through CalDAV.
https://jtx.techbee.at/
GNU General Public License v3.0
332 stars 9 forks source link

[Feature] Tree table view. #1365

Open RokeJulianLockhart opened 3 months ago

RokeJulianLockhart commented 3 months ago

Is your feature request related to a problem? Please describe.

I want to be able to view multiple attributes of multiple tasks simultaneously.

Describe the solution you'd like

Implement a tree table view. It would need to be a table to demonstrate the attributes how I want, and would need to be a tree table to demonstrate hierarchy visually (like a file manager).

Describe alternatives you've considered

The current list view is the sole alternative.

Additional context

https://github.com/tasks/tasks/issues/2854#issue-2262067601

Device and version

Device cpe:/h:fairphone:fairphone_5
Android version
Version 13
Build FP5.TT3L.A.106.20230918
Downloaded from https://fairphone-android-builds.ams3.digitaloceanspaces.com/FP5/A13/FP5-TT4D-factory.zip
jtx Board version https://f-droid.org/repo/at.techbee.jtx_207040005.apk (https://github.com/TechbeeAT/jtxBoard/releases/download/v2.7.5/jtxBoard-v2.7.5.apk)
Downloaded from https://f-droid.org/packages/at.techbee.jtx/
patrickunterwegs commented 3 months ago

Hello @RokeJulianLockhart , do you mean here a tree to display more then one level of subtasks?

RokeJulianLockhart commented 2 months ago

https://github.com/TechbeeAT/jtxBoard/issues/1365#issuecomment-2075734240

@patrickunterwegs, indeed. All subtasks should be visible simultaneously. https://github.com/nextcloud/tasks/releases/tag/v0.16.0 and https://github.com/tasks/tasks/releases/tag/13.8.1 allow that, so there is precedence.