show/hide this revision's text 6 added 7 characters in body

I'm building an application with the following criteria:

  • work items: items that need to be manually worked via the web by users (short one page form)
  • Multiple users working 'work items'
  • Each user has a queue of 'work items'
  • There is a search that allows users to view 'work items' and assign 'work items' to their queues
  • Users can take 'work items' out of other people's queues by assigning them to themselves

Note: 'work items' are worked only once. This is not a wiki page, it's more of a matching exercise that should only be performed once by one user. Once the 'work item' is worked, it is gone from the system (aside from some auditing/reporting), Somewhat like a bug tracking system

Which option do you believe is better? Can you cite any mainstream applications that support your opinion?

Option 1:

  • When user A goes to view or work a 'work item', the 'work item' becomes locked.
  • When other users go to the edit 'work item' after User A opens the 'work item', they will only be able to see the edit'work item'. They can not write.
  • The lock expires after n minutes at which point another user can lock the 'work item'.

Option 2:

  • Any user can pull up a 'work item' without locking it.
  • If User A works the 'work item' by submitting the form and User B works the same 'work item', then user A's work will take affect in the database, and User B will be informed that their changes did not take affect because another user has modified the 'work item'.

I personally like option 2. Thoughts please?

show/hide this revision's text 5 added 37 characters in body

I'm building an application with the following criteria:

  • work items: items that need to be manually worked via the web by users (short one page form)
  • Multiple users working 'work items'
  • Each user has a queue of 'work items'
  • There is a search that allows users to view 'work items' and assign 'work items' to their queues
  • Users can take 'work items' out of other people's queues by assigning them to themselves

Note: 'work items' are worked only once. This is not a wiki page, it's more of a matching exercise that should only be performed once by one user. Once the 'work item' is worked, it is gone from the system (aside from some auditing/reporting)auditing/reporting), Somewhat like a bug tracking system

Which option do you believe is better? Can you cite any mainstream applications that support your opinion?

Option 1:

  • When user A goes to view or work a 'work item', the 'work item' becomes locked.
  • When other users go to the edit after User A opens the 'work item', they will only be able to see the edit. They can not write.
  • The lock expires after n minutes at which point another user can lock the 'work item'.

Option 2:

  • Any user can pull up a 'work item' without locking it.
  • If User A works the 'work item' by submitting the form and User B works the same 'work item', then user A's work will take affect in the database, and User B will be informed that their changes did not take affect because another user has modified the 'work item'.

I personally like option 2. Thoughts please?

show/hide this revision's text 4 added 13 characters in body

I'm building an application with the following criteria:

  • Edits

    • work items: items that need to be manually worked via the web by users (short one page form)
    • Multiple users working edits'work items'
    • Each user has a queue of edits'work items'
    • There is a search that allows users to view edits 'work items' and assign edits 'work items' to their queues
    • Users can take edits 'work items' out of other people's queues by assigning them to themselves

    Note: Edits 'work items' are worked only once. This is not a wiki page, it's more of a matching exercise that should only be performed once by one user. Once the edit 'work item' is worked, it is gone from the system (aside from some auditing/reporting)

    Which option do you believe is better? Can you cite any mainstream applications that support your opinion?

    Option 1:

    • When user A goes to an editview or work a 'work item', the edit 'work item' becomes locked.
    • When other users go to the edit after User A opens the edit'work item', they will only be able to see the edit. They can not write.
    • The lock expires after n minutes at which point another user can lock the record'work item'.

    Option 2:

    • Any user can pull up an edit a 'work item' without locking it.
    • If User A works the edit 'work item' by submitting the form and User B works the same edit'work item', then user A's work will take affect in the database, and User B will be informed that their changes did not take affect because another user has modified the edit'work item'.

    I personally like option 2. Thoughts please?

show/hide this revision's text 3 edited tags
show/hide this revision's text 2 added 237 characters in body
show/hide this revision's text 1