task views

Meistertask.jpgWe are changing over from meistertask to appsheet so we can have all information in one app.

I am wanting to setup a task view similar to the screenshot above.

The Key items on the task are:

  • Task Name & Description
  • Status
  • Due Date
  • Who Created the task
  • Who is responsible for the task
  • Checklist
  • History
  • Time Tracking

I have managed to duplicate most of these items, but am having a bit of trouble on the last three.

Is it possible to create a checklist that users can quickly add checklist items to?

Is it possible to have the task show which users made what changes, and when?

Is it possible to have a time tracking action, that will allow users to record time on a particular task?

Thanks

0 1 25
1 REPLY 1


@Graytill wrote:

Is it possible to create a checklist that users can quickly add checklist items to?


Yes.  There are a couple of approaches. 

  • Use an EnumList column that allows for entry of new items.   This is multi-select type list so a user can "check off" multiple items.
  • If you need more robust capabilities for a checklist, you can build a table to manage them.

@Graytill wrote:

Is it possible to have the task show which users made what changes, and when?


There is not an automatic logging feature.  But you can build your own logging capabilities...many do.


@Graytill wrote:

Is it possible to have a time tracking action, that will allow users to record time on a particular task?


Again, no out of the box feature but there are a multitude of ways to construct your own.

 

 

Top Labels in this Space