-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
move task to other list #55
Comments
You didn't miss anything, there's no such option |
If you wish to implement it, I suggest you have a look at the task merging code (for the front-end part). |
Good suggestion. I welcome a pull request for this (must respect existing permissions of course). Or I'll get around to it eventually. |
@multun where is this 'task merging code'? I'm wondering if the current setup of all tasks being part of a 'group' would be a similar situation but we use this for projects and they have to be manually done and you call them 'groups', but we want tobe able to show groups as a column. Note below that as you start on a macro level the group name is shown and we want/prefer/need it to show as thats the macro goal of each sub 'todo' task. 'Choice Gas' and 'Interest Civil' are under the group 'Scuba Divers' Now when you clicked on 'Choice Gas' the work group name mostly disappears with the exception of that one line, we have supplemented this by amending every task name with the project name. This makes it complicated for sorting. Does TODO have a way to support showing the 'group' name on the below page as you see its not shown as a column heading We use 'projects' where you use 'work groups' in the context of say a piece of software that is being developed to analyze photos is part of a computer vision project, which has sub projects and tasks need tobe done to accomplish the bigger group goal. That code needs to be tagged to that project number, so we want to be able to assign all 'todo' item to a project number. Then have that 'project number' or 'work group' in each page, preferably as a column but at least show it as below its just not on the page. Note how there is no reference to 'Scuba Diver' workgroup' anywhere on this page. So while 'project' is currently being used to refer to the 'project todo' site needs a django app to live in. I could call it 'epic number' or 'project number' for ease of reference. The end goal for instance that each and hopefuly every 'todo' on the django project site is connected to 'work group' or 'project number' noted on every page. Like a piece of software is always connected to a sprint, an epic, an existing business need. It seems doable, and I'm digging into django tutorials next week to see how feasible this is but I figured to check with the group first.
|
@datatalking here it is: https://github.com/shacker/django-todo/blob/master/todo/views/task_detail.py#L61 It does not show up in the demo website, which probably does not have django-autocomplete-light installed (it is optional) |
is it correct, that there is no option to move tasks to another list, or did I just miss that?
The text was updated successfully, but these errors were encountered: