Page MenuHomePhorge

CODE: Task tracking
Closed, SpitePublic

Description

In the world of asynchronous jobs running in the background (validating passwords using stronger hashes, that take additional compute time to validate, or iterating over LDAP objects to seed caches) progress reporting provides an important feedback loop to users "waiting".

For the verification of credentials for example, the task UUID could be stored as part of the session (but not the session cookie), and the browser could be told how to check for its status. When complete, a specific URI could be hit to disclose the final judgement on the login attempt.

Details

Ticket Type
Task

Event Timeline

vanmeeuwen raised the priority of this task from to 60.
vanmeeuwen updated the task description. (Show Details)
vanmeeuwen added a project: Admin.
vanmeeuwen moved this task to Backlog on the Admin board.
vanmeeuwen changed Ticket Type from Task to Task.
vanmeeuwen subscribed.

These are currently implemented as tasks associated with session-specific transactions.

vanmeeuwen moved this task from Backlog to In Progress on the Admin board.
vanmeeuwen moved this task from Backlog to Unknown Object (Project Column) on the PACK board.Oct 16 2015, 10:55 AM
vanmeeuwen removed a project: PACK.