Task #2721 (closed)
Opened 9 years ago
Closed 9 years ago
Database for processors
Reported by: | wmoore | Owned by: | wmoore |
---|---|---|---|
Priority: | minor | Milestone: | OMERO-Beta4.2.1 |
Component: | General | Version: | n.a. |
Keywords: | n.a. | Cc: | |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | 0.0d |
Sprint: | 2010-08-12 (14) |
Description
Store processor string values in Django DB instead of in the views.py
Only remove items from the DB at the time that getResults is called, in case user tries to get this page lots of times.
Change History (2)
comment:1 Changed 9 years ago by wmoore
- Status changed from new to assigned
comment:2 Changed 9 years ago by wmoore
- Remaining Time set to 0
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
(In [7832]) Use session to store processor map instead of db. Closes #2721.