@datagrok/hit-triage 1.3.2 → 1.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # HitTriage changelog
2
2
 
3
+ ## 1.3.3 (2024-10-28)
4
+
5
+ * Modification of HD Stages within campaign.
6
+
3
7
  ## 1.3.2 (2024-10-17)
4
8
 
5
9
  * Fix HT Campaigns and templates
package/README_HD.md CHANGED
@@ -60,10 +60,14 @@ After the campaign starts, users can sketch new molecules, filter, modify or add
60
60
 
61
61
  ![hitDesignReadmeImg](https://github.com/datagrok-ai/public/blob/master/help/uploads/hittriage/HD-save-campaign.gif?raw=true)
62
62
 
63
- Hit design campaign consists of two views, a main design view and a tiles view. You can access the tiles view from the views list. Tiles view provides a versatile way to organize molecules in the campaign. Users can drag and drop molecules between stages, which were defined in the template.
63
+ Hit design campaign consists of two views, a main design view and a tiles view. You can access the tiles view from by clicking the 'Progrss Tracker' button on the ribbon pannel. Tiles view provides a versatile way to organize molecules in the campaign. Users can drag and drop molecules between stages, which were defined in the template.
64
64
 
65
65
  ![hitDesignReadmeImg](https://github.com/datagrok-ai/public/blob/master/help/uploads/hittriage/HD-tiles.gif?raw=true)
66
66
 
67
+ As mentioned previously, "Stages" or tiles are defined in the template, but users can also modify them after starting the campaign. To do so, open the Progress Tracker and click the "Modify Stages" button. You can add, remove or rename stages. After clicking OK, the changes will be saved and reflected in the Progress Tracker view. If you remove a stage which had some molecules in it, those molecules will be automatically moved to the first stage.
68
+
69
+ ![hitDesignReadmeImg](https://github.com/datagrok-ai/public/blob/master/help/uploads/hittriage/HD-tiles-modify-stages.gif?raw=true)
70
+
67
71
  ## Adding custom compute and submit functions
68
72
 
69
73
  HitDesign allows users to define custom compute and submit functions, and these functions can be written in any Datagrok package that is installed in the environment.