Skip to content

Connectivity Exploration Mode #279

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

Draft
wants to merge 65 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
aff6702
Update neuron connection highlight method
akhuoa Jun 18, 2025
09fb70d
Emit event for neuron connection click
akhuoa Jun 18, 2025
a79c1bc
Open connectivity info in sidebar for neuron connection mode paths click
akhuoa Jun 21, 2025
188bcd3
Open connectivity explorer for clicking on features on neuron connect…
akhuoa Jun 22, 2025
21c5253
Query paths by destination using competency query
akhuoa Jun 22, 2025
dddc09f
Merge branch 'main' into feature/connectivity-exploration-mode
akhuoa Jun 23, 2025
100a1cc
Update competency query request
akhuoa Jun 24, 2025
831eba6
Update neuron connection mode connection type dynaamic
akhuoa Jun 24, 2025
2c9dac4
Update competency queries
akhuoa Jun 24, 2025
4d686c4
Update neuron connection all connected paths method
akhuoa Jun 24, 2025
79018c3
Add missing import
akhuoa Jun 24, 2025
eab4337
Merge branch 'main' into feature/connectivity-exploration-mode
akhuoa Jun 25, 2025
262ae29
Fix query paths api logic
akhuoa Jun 25, 2025
892bc1b
Update function names
akhuoa Jun 26, 2025
979a19b
Add unique item search for via and destination
akhuoa Jun 26, 2025
1200df8
Update connectionType values
akhuoa Jun 26, 2025
bd159a3
Update data loading in neuron connection
akhuoa Jun 26, 2025
1f0c2b2
Fix highlight connected paths method for neuron connection
akhuoa Jun 26, 2025
e48c666
Fix array mutation
akhuoa Jun 26, 2025
01ef771
Merge branch 'ABI-Software:main' into feature/connectivity-exploratio…
akhuoa Jun 29, 2025
b8c8570
Add connectivity filters
akhuoa Jul 1, 2025
cdff4fa
Merge branch 'feature/connectivity-exploration-mode' of github.com:ak…
akhuoa Jul 1, 2025
6dc835e
Update connectivity filters
akhuoa Jul 1, 2025
44ace93
Add neuron connection mode feature click event
akhuoa Jul 1, 2025
4322f67
Save connectivity filters
akhuoa Jul 1, 2025
afaceef
Add connectivity card click to open the card for neuron connection
akhuoa Jul 1, 2025
8eee029
Use provided knowledge for filter options
akhuoa Jul 2, 2025
7d03283
Update comment
akhuoa Jul 3, 2025
7a9ee9a
Merge branch 'ABI-Software:main' into feature/connectivity-exploratio…
akhuoa Jul 4, 2025
ac0bbf0
Merge branch 'feature/connectivity-exploration-mode' of github.com:ak…
akhuoa Jul 4, 2025
d258e92
Reset with remove items for connectivity filters
akhuoa Jul 4, 2025
9f8ad34
Update connectivity filters when there are changes in siebar
akhuoa Jul 7, 2025
9bafd4b
Update fetching origins destinations vias
akhuoa Jul 7, 2025
936f619
Update terms to labels
akhuoa Jul 7, 2025
0fdd583
Update getting filter options for connectivity
akhuoa Jul 7, 2025
5bcf08b
Update neuron connection click item data for filter
akhuoa Jul 9, 2025
51f494c
Fix not found item label
akhuoa Jul 9, 2025
9781182
Comment out unused codes to remove later after varification
akhuoa Jul 9, 2025
1a62e6a
Merge branch 'main' into feature/connectivity-exploration-mode
akhuoa Jul 9, 2025
571eea0
Add map connectivity for generating filters
akhuoa Jul 9, 2025
c2d8816
Sort filter labels
akhuoa Jul 9, 2025
d751808
Update neuron connection mode clicking map feature
akhuoa Jul 10, 2025
fe79909
Update extract filters with knowledgeSource
akhuoa Jul 10, 2025
3bc5a73
Update connectivity source from SCKAN to MAP
akhuoa Jul 11, 2025
cb4fc46
Remove unused codes
akhuoa Jul 11, 2025
bda5392
Remove unused codes
akhuoa Jul 11, 2025
1e9039c
Update variable name
akhuoa Jul 13, 2025
135c565
Update connectivity filter generation
akhuoa Jul 14, 2025
2ce6b09
Update connectivity filter generation
akhuoa Jul 14, 2025
f5cff97
Filter only map specific filters for connectivity filters
akhuoa Jul 14, 2025
9b33cd4
Update variable name
akhuoa Jul 14, 2025
6e47e5a
Update variable name
akhuoa Jul 14, 2025
c796b64
Add neuron connection all mode query
akhuoa Jul 17, 2025
9a61000
Merge branch 'main' into feature/connectivity-exploration-mode
akhuoa Jul 17, 2025
cec9c81
Update connectivity filters variable name
akhuoa Jul 17, 2025
a950dc5
Query all connected paths from CQ
akhuoa Jul 17, 2025
5238835
Remove clicking on paths for origin destination via
akhuoa Jul 17, 2025
6b48ef0
Add conectivity features to highlight
akhuoa Jul 21, 2025
13ae4c2
Update map-utilities beta
akhuoa Jul 21, 2025
20d1a8d
1.10.3-beta.9
akhuoa Jul 21, 2025
3f706f3
Add connectivity filters only if there are connectivities in knowledge
akhuoa Jul 22, 2025
218eb6a
Fix FC map connectivity exploration for no connectivity from the map
akhuoa Jul 22, 2025
533bfe5
1.10.3-beta.10
akhuoa Jul 22, 2025
871af8a
Undo changelog updates
akhuoa Jul 22, 2025
5f99d49
Undo changelog updates
akhuoa Jul 22, 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
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abi-software/flatmapvuer",
"version": "1.10.2",
"version": "1.10.3-beta.10",
"license": "Apache-2.0",
"files": [
"dist/*",
Expand Down Expand Up @@ -44,7 +44,7 @@
"./src/*": "./src/*"
},
"dependencies": {
"@abi-software/map-utilities": "^1.6.0",
"@abi-software/map-utilities": "^1.6.1-beta.6",
"@abi-software/sparc-annotation": "0.3.2",
"@abi-software/svg-sprite": "^1.0.1",
"@element-plus/icons-vue": "^2.3.1",
Expand Down
2 changes: 0 additions & 2 deletions src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export {}
declare module 'vue' {
export interface GlobalComponents {
DynamicLegends: typeof import('./components/legends/DynamicLegends.vue')['default']
ElAutocomplete: typeof import('element-plus/es')['ElAutocomplete']
ElButton: typeof import('element-plus/es')['ElButton']
ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
ElCheckboxGroup: typeof import('element-plus/es')['ElCheckboxGroup']
Expand All @@ -24,7 +23,6 @@ declare module 'vue' {
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
ElRow: typeof import('element-plus/es')['ElRow']
ElSelect: typeof import('element-plus/es')['ElSelect']
ElSwitch: typeof import('element-plus/es')['ElSwitch']
FlatmapVuer: typeof import('./components/FlatmapVuer.vue')['default']
MultiFlatmapVuer: typeof import('./components/MultiFlatmapVuer.vue')['default']
SelectionsGroup: typeof import('./components/SelectionsGroup.vue')['default']
Expand Down
Loading
Loading