Opened 10 years ago
Closed 9 years ago
#770 closed task (fixed)
Retraction wizard - Step 3: Destruction
Reported by: | olle | Owned by: | olle |
---|---|---|---|
Priority: | major | Milestone: | Reggie v4.2 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description (last modified by )
Retraction wizard steps:
- [Ticket #526] Marking extracts for retraction, produce lists and protocols to simplify finding these in the lab or external storage.
- [Tickets #723, #769] Follow-up of step 1, where a web form is presented for a selected retraction object, allowing dates to be entered when different sub-steps are finished. When all sub-steps are marked to have been finished, the items are marked to be ready for deletion/destruction.
This ticket is concerned with the final step, where a retraction object ready for deletion/destruction is selected, after which a list of items to be deleted, and data to be be kept, is displayed. After approval, the items listed for deletion will be deleted from the database, copies of the case and biosource items will be created, after which the original case and biosource items will also be deleted (biosource here refers to a "patient" item of type Retract
or RetroNo
). Copies of the last two items are used, in order not to have references to log data for changes of the item data. The reason for a keeping a copy of the case item, is also to prevent its SCAN-B id value to be reused by new items.
Change History (33)
comment:1 by , 10 years ago
Milestone: | Reggie v3.x → Reggie v3.4 |
---|
comment:2 by , 10 years ago
Status: | new → assigned |
---|
comment:3 by , 10 years ago
Traceability note:
- The retraction wizard was introduced in Ticket #526 (Retraction wizard), which covered step 1.
- It was updated in Ticket #723 (Retraction wizard - Step 2: Follow up), which covered step 2.
- Retraction wizard step 2 was updated in Ticket #769 (Retraction wizard - Additions to Step 2: Follow up).
- Step 3 of the retraction wizard was introduced in Ticket #770 (Retraction wizard - Step 3: Destruction) - This ticket.
- The retraction wizard servlet was cleaned up in Ticket #781 (Clean up code in retraction wizard)
- The retraction wizard was updated to support BloodDNA in Ticket #787 (Add support for BloodDNA items), where also support for Blood items without any Case item was added.
comment:4 by , 10 years ago
Background:
The full retraction module is intended to contain 3 parts:
1. Mark extracts for retraction. (Ticket #526)
2. Retraction follow-up (Tickets #723 and #769)
3. Destruction (this ticket)
- When part 1, "Mark extracts for retraction", is finished, the patient type is changed from "
Patient
" to "Retract
" or "RetroNo
". However, for simplicity, it will be referred to as a patient item in this description. - Biosource items of type "
Retract
" or "RetroNo
" keep track of what parts in the retraction module have been finished through enumerated string annotation "RetractStatus
" with options "ReadyForDestruction
" and "RetractionCompleted
" (null
is default; option "RetractionCompleted
" is intended to be set in part 3 "Destruction"). When part 2, "Retraction follow-up", is finished, annotation "RetractStatus
" is set to value "ReadyForDestruction
".
Functional specification for the retraction destruction part:
- Step 1: A case name or personal number should be input:
a. If a case name is input, the patient related to that case should be found. As is described in the next section, the "patient" item will technically be a biosource item of type "Retract
" or "RetroNo
", instead of "Patient
", but for for simplicity, it will be referred to as a patient item in this description.
b. Part 3, "Retraction destruction", is not intended to be used until parts 1 and 2 are finished, so it is natural to include a check that the patient type is correct for retraction ("Retract
" or "RetroNo
"). In addition, annotation "RetractStatus
" should have value "ReadyForDestruction
".
comment:5 by , 10 years ago
Description: | modified (diff) |
---|
Description updated by only requiring that a copy of the case item be created, but not the biosource item.
comment:6 by , 10 years ago
Description: | modified (diff) |
---|
Description updated again by reinstating the requirement that a copy of the biosource item be created, but changing the reason to only being that no references to log data are desired.
comment:7 by , 10 years ago
Traceability note:
- The retraction wizard was updated in Ticket #781 (Clean up code in retraction wizard) by combining earlier
RetractionFormServlet
andRetractionFollowUpFormServlet
into a newRetractionServlet
, which affects all retraction wizards.
comment:8 by , 9 years ago
comment:9 by , 9 years ago
comment:10 by , 9 years ago
Functional specification for the retraction destruction part:
- Step 1: A case name or personal number should be input:
a. If a case name is input, the patient related to that case should be found. The "patient" item will technically be a biosource item of type "Retract
" or "RetroNo
", instead of "Patient
", but for for simplicity, it will be referred to as a patient or biosource item in this description.
b. Part 3, "Retraction destruction", is not intended to be used until parts 1 and 2 are finished, so a check is included that the patient type is correct for retraction ("Retract
" or "RetroNo
"). In addition, annotation "RetractStatus
" should have value "ReadyForDestruction
". - Step 2: The following data should be displayed:
a. The 8 dates registered in the retraction follow-up step for the biosource.
b. A list of type, name, and comment for the biosource, case(s), and sub-items. The "type" specification for items other than biosource and case is restricted to the main type, such as "Sample
" and "Extract
". The "comment" field should contain information on what effect a click on the "Register
" button will have on the item, such as "To be replaced by a copy with the same name
" (for biosources and cases), "To be deleted
", or "Retained, but extract ... to be removed from parent list
" (for pooled libraries).
c. A "Cancel
" and a "Register
" button. Clicking the "Register
" button should trigger the following actions: Creation of copies of the biosource and case items, with the same names, but otherwise no information, except that the biosource copy has annotation "RetractStatus
" set to value "RetractionCompleted
", and that the biosource copy is set as parent to the case item copy/copies. The original biosource and case items, as well as sub-items except pooled libraries should be deleted. The deleted extract items should be removed from the parent list of any pooled library sub-item (this is necessary for the former items to be deleted from the database).
Design update:
- JSP file
index.jsp
inresources/
updated in "Retraction wizard" section with new link "Destruction
", coupled to new JSP fileretraction_destruct_form.jsp
inresources/personal/
. - JSP file
retraction_destruct_form.jsp
inresources/personal/
added. It is coupled to javascript fileretraction_destruct_form.js
. - Javascript file
retraction_destruct_form.js
inresources/personal/
added. It calls servletRetractionServlet
with the following commnds:
a. FunctioncaseNameOnChange(event)
calls command "GetCaseInfo
" to get information from which to decide, whether the entered case is valid for further processing.
b. FunctioninitializeStep2(event)
calls command "GetCaseInfoBeforeDestruction
" to get a list of items related to the entered case name, that needs to be handled.
c. Functionsubmit()
calls command "RegisterDestruction
" to perform the actual deletion of items, and other actions needed to complete the retraction. - Java servlet class/file
RetractionServlet.java
insrc/net/sf/basedb/reggie/servlet/
updated:
a. New public static final constant string constantRETRACTION_COMPLETED
with value "RetractionCompleted
" added.
b. Protected methodvoid doGet(HttpServletRequest req, HttpServletResponse resp)
updated with new command "GetCaseInfoBeforeDestruction
". It calls new private methodJSONObject fetchJsonCaseInfoBeforeDestruction(DbControl dc, String caseOrPersonalNumber, JSONObject json)
to obtain the JSON object to return.
c. Protected methodvoid doPost(HttpServletRequest req, HttpServletResponse resp)
updated with new command "RegisterDestruction
". Sub-items are found by calling new private methodvoid createSubItemList(DbControl dc, BasicItem basicItem, List<BasicItem> list)
. It calls new private methodHashMap<String,List<Extract>> fetchPooledLibraryNameParentExtractListHashMap(DbControl dc, List<BasicItem> basicItemList)
to obtain a hash map used to find what parent extract items need be removed from a pooled library parent list, in order to complete removal of the former. Copies of biosource and case items are created with the same names, but otherwise no information, except that the biosource copy has annotation "RetractStatus
" set to value "RetractionCompleted
", and that the biosource copy is set as parent to the case item copy/copies. The original biosource and case items as well as sub-items except pooled libraries are deleted. Pooled libraries are updated by removal of deleted extract items from the parent list.
d. New private methodJSONObject fetchJsonCaseInfoBeforeDestruction(DbControl dc, String caseOrPersonalNumber, JSONObject json)
added. It returns an input JSONObject updated with case info data, where sub-items are found using recursion by calling new private methodvoid createSubItemList(DbControl dc, BasicItem basicItem, List<BasicItem> list)
. It calls new private methodHashMap<String,List<Extract>> fetchPooledLibraryNameParentExtractListHashMap(DbControl dc, List<BasicItem> basicItemList)
to obtain a hash map used to find what parent extract items need be removed from a pooled library parent list, in order to complete removal of the former.
e. New private methodvoid createSubItemList(DbControl dc, BasicItem basicItem, List<BasicItem> list)
added. It finds all sub-items to a basicItem using methodSet<ItemProxy> getUsingItems()
and recursion.
f. New private methodHashMap<String,List<Extract>> fetchPooledLibraryNameParentExtractListHashMap(DbControl dc, List<BasicItem> basicItemList)
added. It returns a hashmap with pooled library names as keys and parent extract list as value for an input list of basicitems.
comment:11 by , 9 years ago
(In [3337]) Refs #770. Retraction wizard updated with first version of the destruction part:
- JSP file
index.jsp
inresources/
updated in "Retraction wizard" section with new link "Destruction
", coupled to new JSP fileretraction_destruct_form.jsp
inresources/personal/
. - JSP file
retraction_destruct_form.jsp
inresources/personal/
added. It is coupled to javascript fileretraction_destruct_form.js
. - Javascript file
retraction_destruct_form.js
inresources/personal/
added. It calls servletRetractionServlet
with the following commnds:
a. FunctioncaseNameOnChange(event)
calls command "GetCaseInfo
" to get information from which to decide, whether the entered case is valid for further processing.
b. FunctioninitializeStep2(event)
calls command "GetCaseInfoBeforeDestruction
" to get a list of items related to the entered case name, that needs to be handled.
c. Functionsubmit()
calls command "RegisterDestruction
" to perform the actual deletion of items, and other actions needed to complete the retraction. - Java servlet class/file
RetractionServlet.java
insrc/net/sf/basedb/reggie/servlet/
updated:
a. New public static final constant string constantRETRACTION_COMPLETED
with value "RetractionCompleted
" added.
b. Protected methodvoid doGet(HttpServletRequest req, HttpServletResponse resp)
updated with new command "GetCaseInfoBeforeDestruction
". It calls new private methodJSONObject fetchJsonCaseInfoBeforeDestruction(DbControl dc, String caseOrPersonalNumber, JSONObject json)
to obtain the JSON object to return.
c. Protected methodvoid doPost(HttpServletRequest req, HttpServletResponse resp)
updated with new command "RegisterDestruction
". Sub-items are found by calling new private methodvoid createSubItemList(DbControl dc, BasicItem basicItem, List<BasicItem> list)
. It calls new private methodHashMap<String,List<Extract>> fetchPooledLibraryNameParentExtractListHashMap(DbControl dc, List<BasicItem> basicItemList)
to obtain a hash map used to find what parent extract items need be removed from a pooled library parent list, in order to complete removal of the former. Copies of biosource and case items are created with the same names, but otherwise no information, except that the biosource copy has annotation "RetractStatus
" set to value "RetractionCompleted
", and that the biosource copy is set as parent to the case item copy/copies. The original biosource and case items as well as sub-items except pooled libraries are deleted. Pooled libraries are updated by removal of deleted extract items from the parent list.
d. New private methodJSONObject fetchJsonCaseInfoBeforeDestruction(DbControl dc, String caseOrPersonalNumber, JSONObject json)
added. It returns an input JSONObject updated with case info data, where sub-items are found using recursion by calling new private methodvoid createSubItemList(DbControl dc, BasicItem basicItem, List<BasicItem> list)
. It calls new private methodHashMap<String,List<Extract>> fetchPooledLibraryNameParentExtractListHashMap(DbControl dc, List<BasicItem> basicItemList)
to obtain a hash map used to find what parent extract items need be removed from a pooled library parent list, in order to complete removal of the former.
e. New private methodvoid createSubItemList(DbControl dc, BasicItem basicItem, List<BasicItem> list)
added. It finds all sub-items to a basicItem using methodSet<ItemProxy> getUsingItems()
and recursion.
f. New private methodHashMap<String,List<Extract>> fetchPooledLibraryNameParentExtractListHashMap(DbControl dc, List<BasicItem> basicItemList)
added. It returns a hashmap with pooled library names as keys and parent extract list as value for an input list of basicitems.
comment:12 by , 9 years ago
(In [3338]) Refs #770. Retraction wizard updated in destruction part by commenting out statements for debug output, except for exceptions and other conditions, that might prevent the servlet to perform the destruction task:
- Java servlet class/file
RetractionServlet.java
insrc/net/sf/basedb/reggie/servlet/
updated in destruction part by commenting out statements for debug output, except for exceptions and other conditions, that might prevent the servlet to perform the destruction task.
comment:13 by , 9 years ago
(In [3374]) References #770 and #791. The retraction wizard (destruction step) will now check all items for outgoing AnyToAny
links. Mainly to find files that are linked to various items (eg. histology images).
Files with have set the "write protected" flag are a bit tricky since they are not possible to delete and re-setting the flag doesn't update the permissions unless DbControl.reattachItem()
is called.
comment:14 by , 9 years ago
comment:15 by , 9 years ago
Milestone: | Reggie v3.4 → Reggie v3.5 |
---|
Ticket retargeted after milestone closed
comment:16 by , 9 years ago
comment:17 by , 9 years ago
comment:18 by , 9 years ago
comment:19 by , 9 years ago
comment:20 by , 9 years ago
comment:21 by , 9 years ago
comment:22 by , 9 years ago
comment:23 by , 9 years ago
comment:24 by , 9 years ago
comment:25 by , 9 years ago
(In [3425]) References #770: Retraction wizard - Step 3: Destruction
Cleaned up a lot of unused code and simplified the loading and handling of child items. Since all child items are found by the collectAllChildItems()
method there is really no reason to load cases and blood items separately.
The code for actually deleting items has temporarily been disabled in order to allow for repeated testing.
comment:26 by , 9 years ago
(In [3427]) References #770: Retraction wizard - Step 3: Destruction
Checking files on external server (ProjectArchive) and trying to get the top-most directory for a sample.
Sending 'rm -rf' command over SSH to delete the directory found in the check mentioned above.
Checking for DELETE permission on all items and disabling the "Register" button unless all items can be deleted.
comment:27 by , 9 years ago
comment:28 by , 9 years ago
Milestone: | Reggie v3.5 → Reggie v3.6 |
---|
Ticket retargeted after milestone closed
comment:29 by , 9 years ago
Milestone: | Reggie v3.6 → Reggie v3.x |
---|
comment:31 by , 9 years ago
Milestone: | Reggie v4.x → Reggie v4.2 |
---|
comment:32 by , 9 years ago
comment:33 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Ticket accepted.