dmfs / opentasks

A task app for Android
Apache License 2.0
941 stars 248 forks source link

Subtasks #443

Open dmfs opened 7 years ago

dmfs commented 7 years ago

In a first step this epic aims to allow management of subtasks on the task details page. This includes showing related tasks and adding subtasks to a specific task.

Showing task relationships in the list view or even using drag & drop to make tasks to into subtasks will be covered in the second step.

dugite-code commented 6 years ago

Bountysource

vinzv commented 6 years ago

Added another 20$.

dschmidt commented 5 years ago

And 35$ more.

varac commented 5 years ago

Is this anywhere on the roadmap ? It would be awesome to have !

Nik-Sch commented 4 years ago

I merged subtasks into the master branch and added some functionalities to the subtasks list in the detailedView. Most of the changes feel rather hacky but definitely work well. I will probably continue to improve the subtask integration but that's what I've got for now :) 3bcf760286e3fd1a6c40b7cd8928458dfd0a4e38

dschmidt commented 4 years ago

So you just merged the old PR to master or what exactly did you do? When I click that link, I don't see any branch or PR information and the commit doesn't seem to be in master either.

When you have anything to test, let me know.

Nik-Sch commented 4 years ago

It's a link to a commit in my fork where I did the changes. (1.2.4-subtasks) Besides the merging, I did a lot of changes to the behavior of the subtasks in the detailedView. However, I didn't create a PR because

  1. I plan on doing further changes.
  2. I have no experience in OpenTasks infrastructure and am pretty sure I broke coding guidelines. But I will just do it (#931)