Questions tagged [task-management]

40 questions
1
vote
1 answer

Using Kanban board for sprint backlog in TFS 2015

I am wondering if there is a way of using the kanban board for sprint backlogs in TFS 2015. When you click Board on Epics, Features and Stories it shows a kanban board that is centered around user stories. I would like to see that same board but…
MR.M.
  • 33
  • 3
0
votes
0 answers

Designing a Task Queue System for Equipment Messages with Equipment-Aware Task Management

I'm working on a project where I receive messages from various pieces(300+) of equipment. I'm aiming to establish a system that allows me to create a task queue using these messages (each message results in a single task), with multiple workers…
0
votes
0 answers

Where is the missing "Tasks" plugin's tool window in Android Studio Electric Eel

There used to be a "Tasks" tool window in Android Studio where I keep and manage the tasks I'm working on. It used to be accessible on the right side, next to "Gradle" and "Device Manager", but it seems to be missing from Android Studio Electric Eel…
0
votes
2 answers

Task monitor and manager in C++

I'm looking to build a task monitor/manager using the Win32 API. It will be started (preferably as a windows service) with a command line argument specifying how many instances of a new process it should start. task_man.exe 40 Will start 40…
Luchian Grigore
  • 253,575
  • 64
  • 457
  • 625
0
votes
1 answer

In Vuejs i have to delete a section when i click on "X" but there is some error with it

image of output with error on console heres the picture of code where its showing error
Bhavik
  • 43
  • 1
  • 7
0
votes
3 answers

How to hide C# application from taskmanager processtab?

I need to hide my C# application from process tab of Taskmanager using this.ShowInTaskbar = false; I have hide it from application tab. Now I need to hide it from process tab. Is this possible?.
Hardy
  • 629
  • 3
  • 8
  • 20
0
votes
1 answer

Listing my tasks under my projects in Django

I am new to Django (and programming in general) and could use help with something possible very simple but I can't figure it out. Currently I am working on a Project Manager app in Django for my portfolio. But I am stuck with creating list of the…
depotter
  • 23
  • 3
0
votes
1 answer

Is tracking tasks in a static dictionary and awaiting tasks initiated in a separate request thread-safe?

In a .NET Core asp.net web application I'm building, tasks are initiated in a request; in certain scenarios, we want to await the completion of this task in another request. To accomplish this, I've put in place a static dictionary that stores…
Adam K
  • 153
  • 3
  • 8
0
votes
1 answer

how to close running process (Chrome) from task manager in Ubuntu

while working on application, code execution caught in infinite loop like- console.log('print'); and now it is running and running. To close Chrome I tried everything which I can but no result. finally I restart my machine to solve it, that took…
S.Yadav
  • 4,273
  • 3
  • 37
  • 44
0
votes
1 answer

assigning multiple tasks created by multi instance subprocess to different actors in JBPM

I have a workflow, where I want to add additional approvers during runtime and wait till all the approvers or specified number of approvers approve the task. Lets say, I have a user task, which says he wants 3 approvals from a particular group. I am…
0
votes
4 answers

Recommend good lightweight Task Managment applications for PC

Can anyone recommend a good task management application for PC? I used to use Palm Desktop and loved it but now I use a Black Berry and Outlook at work, however I find Outlook's task functionality fairly painful to use. Going back to Palm Desktop…
Danielb
  • 1,608
  • 5
  • 24
  • 34
0
votes
1 answer

Task Management Script (1 database of tasks all users must complete indipendantly)?

Explanation: I currently have a database of thousands of tasks and a few hundred people that can see these tasks. Each user has their own login but all see the same list of tasks and all have to complete all of these tasks. My Problem: I want each…
Brandon Orndorff
  • 257
  • 6
  • 18
0
votes
1 answer

Is work logging supported by Phabricator or Can we bring in a work logging feature?

We were checking the feasibility of using Phabricator in our software development activities. We are currently using JIRA and is looking for a lighter replacement. We feel JIRA as a generic tool that doesn't only focus on software development and…
arunvg
  • 1,209
  • 1
  • 20
  • 31
0
votes
3 answers

Simple project management tool

I use TFS at work which I am quite famililar with, I need a simple version of something similar that integrates into VS for my home hobby projects. The only things I really need is : Task lists, with detail pages where I can record info about how I…
sprocket12
  • 5,368
  • 18
  • 64
  • 133
0
votes
2 answers

A windows service for tasks

Is there some sort of service in the windows operating system that tracks all processes that have run on a computer throughout the day? Task manager tells you what is currently happening, but I want to find out what is happening throughout the…
kvaganyan
  • 86
  • 6