########################################################################################## BUGGER-6: Review non-public projects and identify any which can be made public ########################################################################################## Issue Type: Task ----------------------------------------------------------------------------------------- Issue Information ==================== Priority: Major Status: Closed Resolution: Done (2017-05-02 23:52:25) Project: BUGGER (BUGGER) Reported By: btasker Assigned To: btasker Time Estimate: 0 minutes Time Logged: 0 minutes ----------------------------------------------------------------------------------------- Issue Description ================== There are a number of non-public projects stored within the system. Before data-extraction begins, need to review whether any can now be made public. ----------------------------------------------------------------------------------------- Issue Relations ================ - relates to BUGGER-2: Create Data extraction script - blocks BUGGER-7: Extract and publish data ----------------------------------------------------------------------------------------- Activity ========== ----------------------------------------------------------------------------------------- 2017-05-02 23:52:18 btasker ----------------------------------------------------------------------------------------- There are none that can now be made public, however, I'd like to preserve the non public ones in an internal archive (see BUGGER-7) The query to list them is -- BEGIN SNIPPET -- mysql> select ProjectRef,ProjectName,Public from Projects where Public=0; -- END SNIPPET -- ----------------------------------------------------------------------------------------- 2017-05-02 23:52:25 ----------------------------------------------------------------------------------------- btasker changed status from 'Open' to 'Resolved' ----------------------------------------------------------------------------------------- 2017-05-02 23:52:25 ----------------------------------------------------------------------------------------- btasker added 'Done' to resolution ----------------------------------------------------------------------------------------- 2017-05-02 23:52:28 ----------------------------------------------------------------------------------------- btasker changed status from 'Resolved' to 'Closed'