about summary refs log tree commit diff
diff options
context:
space:
mode:
authorziejd22018-09-20 23:35:08 -0500
committerGitHub2018-09-20 23:35:08 -0500
commit89073f20cffa8f2856f86f1a7a7298027bfcc434 (patch)
treefecb77636ec3a7765a9bd9626239fc1d7e09b2ce
parent9f298da7061ddd8d9fa3d42a89f3923daf2986de (diff)
downloadBNW-89073f20cffa8f2856f86f1a7a7298027bfcc434.tar.gz
Update BNW_to_do.txt
-rw-r--r--BNW_to_do.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/BNW_to_do.txt b/BNW_to_do.txt
index 753e505a..78646a3d 100644
--- a/BNW_to_do.txt
+++ b/BNW_to_do.txt
@@ -16,10 +16,12 @@ This would be viewed before layout.php.
 3) Improve look when viewing additional files. 

 Specifically, I am referring to data available in "View uploaded variabels and data", "Display structure matrix", and "View parameters". The related files are input_check.php, matrix.php, and parameter_display.php, respectively.

 

-4) Improve interface for users with a known structure ("Make predictions using a known structure" on the BNW homepage).

+4) Clarify file loading and BNW calculations. Sometimes it is not clear that a file is still being loaded or a calculation is currently running. 

+a) Improve interface for users with a known structure ("Make predictions using a known structure" on the BNW homepage).

 It should be more clear what button needs to be clicked to go to the next step. It might be better to upload the data and structure files on the same page.

 The related files are home_upload.php, upload_structure_file.php, and net_structure.php.

-Some minor changes to the upload procedure for the general data upload ("Learn a network model from data") might also be helpful.

+b) Some minor changes to the upload procedure for the general data upload ("Learn a network model from data") might also be helpful.

+c) The calculation after evidence/intervention is submitted can take 5-10 seconds.

 

 5) Improve security for uploaded files.  I have made some security improvements to check things like making sure the network ID's that are entered are correct, but th