@datagrok/hit-triage 1.3.3 → 1.3.4

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,10 @@
1
1
  # HitTriage changelog
2
2
 
3
+ ## 1.3.4 (2024-11-07)
4
+
5
+ * Groupping of campaigns
6
+ * Status change of campaigns
7
+
3
8
  ## 1.3.3 (2024-10-28)
4
9
 
5
10
  * Modification of HD Stages within campaign.
package/README_HD.md CHANGED
@@ -42,6 +42,10 @@ Campaigns are built based on templates and encompass the actual hit design proce
42
42
 
43
43
  ![hitDesignReadmeImg](https://github.com/datagrok-ai/public/blob/master/help/uploads/hittriage/campaign-HD.png?raw=true)
44
44
 
45
+ Campaigns can be groupped either by template key, status or be ungroupped. The groupping setting can be changed by clicking 'Group By' icon next to 'Comntinue Campaign' header.
46
+
47
+ ![hitDesignReadmeImg](https://github.com/datagrok-ai/public/blob/master/help/uploads/hittriage/HD-modify-groupping?raw=true)
48
+
45
49
  ## Getting started
46
50
 
47
51
  Continue ongoing campaigns either directly by a link or by selecting it from the campaigns table.
@@ -68,6 +72,10 @@ As mentioned previously, "Stages" or tiles are defined in the template, but user
68
72
 
69
73
  ![hitDesignReadmeImg](https://github.com/datagrok-ai/public/blob/master/help/uploads/hittriage/HD-tiles-modify-stages.gif?raw=true)
70
74
 
75
+ Campaign status can be changed through 'Submit' menu. You can set status to anything. When you start typing, you will be suggested other statuses that are already in use.
76
+
77
+ ![hitDesignReadmeImg](https://github.com/datagrok-ai/public/blob/master/help/uploads/hittriage/HD-modify-status.gif?raw=true)
78
+
71
79
  ## Adding custom compute and submit functions
72
80
 
73
81
  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.