Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024 refactoring rf2 #160

Merged
merged 29 commits into from
Feb 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
3041b5e
CoI continuity logic updates
spond Jan 5, 2025
80a043e
Merging master changes
spond Jan 6, 2025
7afca66
Merge remote-tracking branch 'origin' into 2024-refactoring-RF2
spond Jan 6, 2025
9959b56
v1.2.4-alpha.0
stevenweaver Jan 6, 2025
747f4c2
Add sample_dt to .CSV cluster export
spond Jan 6, 2025
7c7f58e
Fixes pertaining to https://github.com/veg/hivtrace-secure/issues/366
spond Jan 7, 2025
bc0af2a
Putting in an error handler for date range detection
spond Jan 7, 2025
996de8c
Memory reduction and speed optimization
spond Jan 30, 2025
c2377e7
Merge branch '2024-refactoring-RF2' of github.com:veg/hivtrace-viz in…
stevenweaver Jan 30, 2025
9cd67f3
v1.2.4-alpha.1
stevenweaver Jan 30, 2025
f1bc9a7
Resolving issue #376
spond Jan 31, 2025
bea6e0b
Merge remote-tracking branch 'origin' into 2024-refactoring-RF2
spond Jan 31, 2025
b44ebc2
Issue 377
spond Feb 2, 2025
36693f1
Merge branch '2024-refactoring-RF2' of github.com:veg/hivtrace-viz in…
stevenweaver Feb 3, 2025
68f3aad
v1.2.4-alpha.2
stevenweaver Feb 3, 2025
1db0d3a
Editor for nodes, CoI auto-expansion testing
spond Feb 6, 2025
c75e90c
Merge branch '2024-refactoring-RF2' of github.com:veg/hivtrace-viz in…
stevenweaver Feb 6, 2025
192f983
fix nodes table e2e test
daniel-ji Feb 6, 2025
1030566
Fix for the traversal bug
spond Feb 6, 2025
144bc2f
Merge branch '2024-refactoring-RF2' of github.com:veg/hivtrace-viz in…
stevenweaver Feb 6, 2025
2306d83
v1.2.4-alpha.5
stevenweaver Feb 6, 2025
8723a01
Merge branch '2024-refactoring-RF2' of github.com:veg/hivtrace-viz in…
daniel-ji Feb 6, 2025
57f8de4
Hot fix for MSPP
spond Feb 10, 2025
9a03bd1
v1.2.4-alpha.6
stevenweaver Feb 10, 2025
c718353
Improving MSPP presentation; fixing github.com/veg/hivtrace-secure/is…
spond Feb 19, 2025
ca055eb
Merge branch '2024-refactoring-RF2' of github.com:veg/hivtrace-viz in…
stevenweaver Feb 20, 2025
36ce31f
v1.2.4-alpha.7
stevenweaver Feb 20, 2025
6b476e4
Merge remote-tracking branch 'origin' into 2024-refactoring-RF2
spond Feb 24, 2025
36214e3
Node search and other fixes
spond Feb 25, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions html/priority-sets-args.html
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,10 @@ <h5 class="modal-desc">Select CoI from the list</h5>

<div id="trace-nodes" class="tab-pane">
<div class="row">
<div
class="col-lg-12"
data-hivtrace-ui-role="node_search_div"
></div>
<div class="col-lg-12">
<span class="pull-right" id="node-table-export"> </span>
<p class="lead">Linked individuals</p>
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hivtrace-viz",
"version": "1.2.3",
"version": "1.2.4-alpha.7",
"description": "Visualization for the popular HIV-TRACE package",
"engines": {
"node": ">=18 || >20"
Expand All @@ -15,6 +15,7 @@
"@fortawesome/fontawesome-free": "^6.2.1",
"autocomplete.js": "^0.38.1",
"bootstrap": "^3.4.1",
"bootstrap-datepicker": "^1.10.x",
"d3": "3.x",
"downloadjs": "^1.4.7",
"globals": "^15.2.0",
Expand All @@ -23,6 +24,7 @@
"i18n-webpack-plugin": "1.0.0",
"i18next": "^22.0.6",
"ink-docstrap": "^1.3.2",
"jQuery-QueryBuilder": "^2.7.0",
"jquery": "^3.6.1",
"js-convert-case": "^4.2.0",
"jslint": "^0.12.1",
Expand Down
Loading
Loading