Skip to content
Success

Changes

Summary

  1. Add GA Tagging service (commit: 18a766b) (details)
  2. Add page view tracking for maps (commit: 0ec7336) (details)
  3. Add event tracking for species change (commit: d015add) (details)
  4. Refactor tagging sendevent code (commit: 1009630) (details)
  5. Add event tracking for sidebar filter from map action (commit: 56f6c41) (details)
  6. Update map sidebar search and filter events (commit: 26d3964) (details)
  7. Add map popup action click event tracking (commit: 2c52696) (details)
  8. Add event tracking for map on display search (commit: a82df82) (details)
  9. Update map filter event tracking (commit: f3c26b9) (details)
  10. Add map sidebar gallery click event tracking (commit: 94872c5) (details)
  11. Add sidebar gallery dataset button click event (commit: 103dbe8) (details)
  12. Add dataset_id in event tracking (commit: dc7d2bf) (details)
  13. Set debugging mode for tagging (commit: f453acb) (details)
  14. Add missing semicolons (commit: 5da7b5d) (details)
  15. Rename dataset click to datalink click (commit: 8f4f828) (details)
  16. Add file path information (commit: 766433e) (details)
  17. Add flatmapvuer pathway selection change event tracking (commit: eab36d6) (details)
  18. Add connectivity tracking on clicking nerve (commit: e4b084a) (details)
  19. Add open pubmed button click event (commit: 2fd990a) (details)
  20. Add featured dataset marker click search event (commit: afc6c06) (details)
  21. remove i icon and keep text only (commit: 4a11219) (details)
  22. Update help-mode end (commit: bc7a5eb) (details)
  23. Update flatmapvuer versioon (commit: c03602c) (details)
  24. Move gallery action click tracking to actionClick (commit: 7424c78) (details)
  25. Add open new map event in tracking (commit: f710d3c) (details)
  26. Update map-side-bar version (commit: f7ab764) (details)
  27. 1.0.3 (commit: 474e52d) (details)
  28. Fix a small issue with tagging on gallery click (commit: fbf30d3) (details)
  29. Fix a small issue with tagging on gallery click (commit: b298595) (details)
  30. 1.0.4 (commit: e27fe1c) (details)
  31. Close sidebar on help-mode start (commit: e0b8608) (details)
  32. Integrate HelpModeDialog from both flatmap and scaffold (commit: caf0cc8) (details)
  33. Update flatmap ref and scaffold ref for help-mode (commit: 6f85db0) (details)
  34. Add help-mode click next function with refs (commit: a15d547) (details)
  35. Remove unused code (commit: e4eaf6e) (details)
  36. Add help mode option to use help-mode-dialog (commit: 0c793f1) (details)
  37. Optimise performance of components loading (commit: 04b7cc8) (details)
  38. Fix an issue when clicking on a markers on the fc map (commit: 80e58af) (details)
  39. Fix additional issues when clicking on marker on FC map (commit: f882deb) (details)
  40. Refactor: Indentation update (commit: 1b3ab4a) (details)
  41. Update HelpModeDialog as an option to set (commit: 51b6e37) (details)
  42. Add HelpModeDialog usage example in Readme (commit: 63ddd43) (details)
  43. Update tagging js by emitting event (commit: f165c83) (details)
  44. Update unit tests. (commit: 7d892cc) (details)
  45. Update sckan version string. (commit: 8805f45) (details)
  46. Use the date string. (commit: 49459ed) (details)
  47. Use the latest viewers with help dialog update. (commit: d6f57b1) (details)
  48. Fix refs errors in component lazy loading (commit: 262af40) (details)
  49. Disable cluster markers which is not the default behaviour. (commit: d7b63ba) (details)
  50. Fix testing and issue. (commit: 10e2510) (details)
  51. Reset spliteflow before mounted. (commit: 301d585) (details)
  52. 1.0.5-beta.0 (commit: 06a1a63) (details)
  53. 1.0.5-beta.1 (commit: e990792) (details)
  54. Udpate cypress testing. (commit: 2826f93) (details)
  55. Udpate cypress testing. (commit: 4044805) (details)
  56. Udpate cypress testing. (commit: 00e5c89) (details)
  57. 1.1.0 (commit: f716e45) (details)
  58. Fix missing ref issue for lazy load components while the page is still loading (commit: 1495606) (details)
  59. Fix a warning regarding multiple root elements. (commit: fac920a) (details)
  60. Update to flatmapvuer 1.1.1. (commit: 95d86e7) (details)
  61. 1.1.1 (commit: c3b7e60) (details)
  62. Use @abi-software/map-utilities (commit: 6ceae71) (details)
  63. Update .gitignore (commit: 66a23ab) (details)
  64. Update vite.config.js (commit: 1fb21d6) (details)
The file was addedsrc/services/tagging.js
Commit 0ec7336d76dc766476125a87f83916dd8207840c by aung.kyaw.hein
Add page view tracking for maps
(commit: 0ec7336)
The file was modifiedsrc/services/tagging.js (diff)
The file was modifiedsrc/components/MapContent.vue (diff)
Commit d015add703bde957f39a0d28097f3164624a27c4 by aung.kyaw.hein
Add event tracking for species change
(commit: d015add)
The file was modifiedsrc/components/viewers/MultiFlatmap.vue (diff)
Commit 10096307f3193e0b936157f894585fc90aee3c45 by aung.kyaw.hein
Refactor tagging sendevent code
(commit: 1009630)
The file was modifiedsrc/components/MapContent.vue (diff)
The file was modifiedsrc/components/viewers/MultiFlatmap.vue (diff)
Commit 56f6c41ee2d25b1a162f0df6b55d6db748f5d292 by aung.kyaw.hein
Add event tracking for sidebar filter from map action
(commit: 56f6c41)
The file was modifiedsrc/components/SplitFlow.vue (diff)
Commit 26d3964d42754d373833c8332c1d2774d3db8633 by aung.kyaw.hein
Update map sidebar search and filter events
(commit: 26d3964)
The file was modifiedsrc/components/SplitFlow.vue (diff)
Commit 2c52696848107c3f7a2f611c09ca3b3ac9c611ff by aung.kyaw.hein
Add map popup action click event tracking
(commit: 2c52696)
The file was modifiedsrc/components/SplitFlow.vue (diff)
The file was modifiedsrc/services/tagging.js (diff)
Commit a82df82112fc9bca6334d009709066f6a092a923 by aung.kyaw.hein
Add event tracking for map on display search
(commit: a82df82)
The file was modifiedsrc/components/SplitFlow.vue (diff)
Commit f3c26b91da9b46053cb52b1307d85fef63d23e9f by aung.kyaw.hein
Update map filter event tracking
(commit: f3c26b9)
The file was modifiedsrc/components/SplitFlow.vue (diff)
The file was modifiedsrc/components/scripts/utilities.js (diff)
Commit 94872c599d6b303b5a20394cdb4fc632cf64499d by aung.kyaw.hein
Add map sidebar gallery click event tracking
(commit: 94872c5)
The file was modifiedsrc/components/SplitFlow.vue (diff)
Commit 103dbe82ad4c4f693d7cb6e77112180d482c6a8f by aung.kyaw.hein
Add sidebar gallery dataset button click event
(commit: 103dbe8)
The file was modifiedsrc/components/SplitFlow.vue (diff)
Commit dc7d2bf3b6969b7d17c35a9348634c6305490ac0 by aung.kyaw.hein
Add dataset_id in event tracking
(commit: dc7d2bf)
The file was modifiedsrc/components/SplitFlow.vue (diff)
The file was modifiedsrc/services/tagging.js (diff)
The file was modifiedsrc/components/MapContent.vue (diff)
The file was modifiedsrc/components/scripts/utilities.js (diff)
The file was modifiedsrc/components/viewers/MultiFlatmap.vue (diff)
The file was modifiedsrc/services/tagging.js (diff)
The file was modifiedsrc/components/SplitFlow.vue (diff)
Commit 8f4f8282683b58d77f49f3fa1049a117104aa4d1 by aung.kyaw.hein
Rename dataset click to datalink click
(commit: 8f4f828)
The file was modifiedsrc/components/SplitFlow.vue (diff)
The file was modifiedsrc/components/SplitFlow.vue (diff)
Commit eab36d661f624c7502fba6bd8e3204e2d156bc72 by aung.kyaw.hein
Add flatmapvuer pathway selection change event tracking
(commit: eab36d6)
The file was modifiedsrc/components/viewers/MultiFlatmap.vue (diff)
The file was modifiedsrc/components/viewers/Flatmap.vue (diff)
Commit e4b084ad85a8d1eb758f4dee66840649afa2c582 by aung.kyaw.hein
Add connectivity tracking on clicking nerve
(commit: e4b084a)
The file was modifiedsrc/components/scripts/utilities.js (diff)
The file was modifiedsrc/components/viewers/MultiFlatmap.vue (diff)
The file was modifiedsrc/components/viewers/Flatmap.vue (diff)
Commit 2fd990a90a9fee654b0e067b876d5ce455cd8069 by aung.kyaw.hein
Add open pubmed button click event
(commit: 2fd990a)
The file was modifiedsrc/components/viewers/MultiFlatmap.vue (diff)
Commit afc6c067126384cbe8fcd6cf1489337208c4eb63 by aung.kyaw.hein
Add featured dataset marker click search event
(commit: afc6c06)
The file was modifiedsrc/mixins/ContentMixin.js (diff)
The file was modifiedsrc/components/SplitFlow.vue (diff)
The file was modifiedsrc/components/ContentBar.vue (diff)
The file was modifiedsrc/components/viewers/MultiFlatmap.vue (diff)
The file was modifiedsrc/mixins/ContentMixin.js (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage.json (diff)
Commit 7424c78c633aa17c17bea6d25c89b222da5a5c68 by aung.kyaw.hein
Move gallery action click tracking to actionClick
(commit: 7424c78)
The file was modifiedsrc/components/SplitFlow.vue (diff)
Commit f710d3ce12a1f503518f8b5166117e83119966b3 by aung.kyaw.hein
Add open new map event in tracking
(commit: f710d3c)
The file was modifiedsrc/mixins/ContentMixin.js (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage.json (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedCHANGELOG.md (diff)
The file was modifiedpackage.json (diff)
Commit fbf30d3fa6757825ef9d8ae89491d96e4c9cf3dd by alan.wu
Fix a small issue with tagging on gallery click
(commit: fbf30d3)
The file was modifiedsrc/components/SplitFlow.vue (diff)
Commit b29859510d1d35a3e7270fdadca5cdf65bcf79b9 by alan.wu
Fix a small issue with tagging on gallery click
(commit: b298595)
The file was modifiedsrc/components/SplitFlow.vue (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedCHANGELOG.md (diff)
The file was modifiedpackage.json (diff)
Commit e0b860864ca5cb734293fe763ccdd77547ed4590 by aung.kyaw.hein
Close sidebar on help-mode start
(commit: e0b8608)
The file was modifiedsrc/components/SplitFlow.vue (diff)
Commit caf0cc8bab776b4c50305340fb8d22caf3d1b415 by aung.kyaw.hein
Integrate HelpModeDialog from both flatmap and scaffold
(commit: caf0cc8)
The file was modifiedsrc/components/viewers/Scaffold.vue (diff)
The file was modifiedsrc/mixins/ContentMixin.js (diff)
The file was modifiedsrc/components/viewers/Flatmap.vue (diff)
The file was modifiedsrc/components/viewers/MultiFlatmap.vue (diff)
Commit 6f85db024a3f83830e11f4ac079e746ef0796ffb by aung.kyaw.hein
Update flatmap ref and scaffold ref for help-mode
(commit: 6f85db0)
The file was modifiedsrc/components/viewers/Scaffold.vue (diff)
The file was modifiedsrc/components/viewers/Flatmap.vue (diff)
Commit a15d547984db92fb36414b1c4e35bc4e1f2b4053 by aung.kyaw.hein
Add help-mode click next function with refs
(commit: a15d547)
The file was modifiedsrc/mixins/ContentMixin.js (diff)
The file was modifiedsrc/components/viewers/Flatmap.vue (diff)
The file was modifiedsrc/components/viewers/Scaffold.vue (diff)
The file was modifiedsrc/components/viewers/MultiFlatmap.vue (diff)
The file was modifiedsrc/mixins/ContentMixin.js (diff)
Commit 0c793f161d6d624915c36e5d8d29ecbf647137dc by aung.kyaw.hein
Add help mode option to use help-mode-dialog
(commit: 0c793f1)
The file was modifiedsrc/components/viewers/Scaffold.vue (diff)
The file was modifiedsrc/mixins/ContentMixin.js (diff)
The file was modifiedsrc/components/viewers/MultiFlatmap.vue (diff)
The file was modifiedsrc/components/viewers/Flatmap.vue (diff)
Commit 04b7cc803bf88ad6367d008e1f6a0563cd440eec by aung.kyaw.hein
Optimise performance of components loading
(commit: 04b7cc8)
The file was modifiedsrc/components/ContentVuer.vue (diff)
Commit 80e58af50b719024f1f714b2d2f1856424c1a6df by noreply
Fix an issue when clicking on a markers on the fc map
(commit: 80e58af)
The file was modifiedsrc/components/viewers/Flatmap.vue (diff)
Commit f882deb9f682f53d3a17c4d08137613f26a096f1 by aung.kyaw.hein
Fix additional issues when clicking on marker on FC map
(commit: f882deb)
The file was modifiedsrc/components/viewers/Flatmap.vue (diff)
The file was modifiedsrc/components/viewers/Scaffold.vue (diff)
Commit 51b6e375071c48f139e9bb697e6e04143dcf7b1c by aung.kyaw.hein
Update HelpModeDialog as an option to set
(commit: 51b6e37)
The file was modifiedsrc/stores/settings.js (diff)
The file was modifiedsrc/App.vue (diff)
The file was modifiedREADME.md (diff)
The file was modifiedsrc/mixins/ContentMixin.js (diff)
The file was modifiedsrc/components/MapContent.vue (diff)
Commit 63ddd43725ac98ac79d39f646479d978b4f221c9 by aung.kyaw.hein
Add HelpModeDialog usage example in Readme
(commit: 63ddd43)
The file was modifiedREADME.md (diff)
Commit f165c83d126e476b67c8d6e540287fa301110871 by aung.kyaw.hein
Update tagging js by emitting event
(commit: f165c83)
The file was modifiedsrc/services/tagging.js (diff)
The file was modifiedsrc/components/MapContent.vue (diff)
The file was modifiedcypress/component/MapContent.cy.js (diff)
Commit 8805f45ba29146b6a538463280cc93cf1030642e by alan.wu
Update sckan version string.
(commit: 8805f45)
The file was modifiedsrc/components/FlatmapContextCard.vue (diff)
The file was modifiedsrc/components/FlatmapContextCard.vue (diff)
Commit d6f57b17a3e0c7d90a8b3827eaa62cc85af55748 by alan.wu
Use the latest viewers with help dialog update.
(commit: d6f57b1)
The file was modifiedpackage.json (diff)
The file was modifiedpackage-lock.json (diff)
Commit 262af40637b917a84ddb743265ddabb923169a15 by aung.kyaw.hein
Fix refs errors in component lazy loading
(commit: 262af40)
The file was modifiedsrc/components/SplitDialog.vue (diff)
The file was modifiedsrc/components/viewers/Flatmap.vue (diff)
The file was modifiedsrc/components/viewers/MultiFlatmap.vue (diff)
Commit d7b63ba701b26029a5fbe97d37e5fcc1a2d5f2a5 by alan.wu
Disable cluster markers which is not the default behaviour.
(commit: d7b63ba)
The file was modifiedsrc/mixins/DynamicMarkerMixin.js (diff)
The file was modifiedsrc/components/viewers/MultiFlatmap.vue (diff)
The file was modifiedcypress/component/MapContent.cy.js (diff)
The file was modifiedsrc/mixins/ContentMixin.js (diff)
Commit 301d58522dcb93faf6d54d164b2f973078d423e2 by alan.wu
Reset spliteflow before mounted.
(commit: 301d585)
The file was modifiedsrc/components/MapContent.vue (diff)
The file was modifiedsrc/stores/splitFlow.js (diff)
The file was modifiedsrc/components.d.ts (diff)
The file was modifiedCHANGELOG.md (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage.json (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage.json (diff)
The file was modifiedCHANGELOG.md (diff)
The file was modifiedcypress/component/MapContent.cy.js (diff)
The file was modifiedcypress/component/MapContent.cy.js (diff)
The file was modifiedcypress/component/MapContent.cy.js (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage.json (diff)
The file was modifiedCHANGELOG.md (diff)
Commit 149560654607f54bd84f9e642e670b90404fc513 by aung.kyaw.hein
Fix missing ref issue for lazy load components while the page is still loading
(commit: 1495606)
The file was modifiedsrc/components/ContentVuer.vue (diff)
Commit fac920a71126d13fe45809de5d27bad153720b7e by alan.wu
Fix a warning regarding multiple root elements.
(commit: fac920a)
The file was modifiedsrc/components/viewers/Scaffold.vue (diff)
The file was modifiedsrc/components/viewers/Flatmap.vue (diff)
The file was modifiedsrc/components/viewers/MultiFlatmap.vue (diff)
Commit 95d86e726ad404ba9a487fb01d719d5db0b71a4b by alan.wu
Update to flatmapvuer 1.1.1.
(commit: 95d86e7)
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage.json (diff)
The file was modifiedpackage.json (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedCHANGELOG.md (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedsrc/components/viewers/Scaffold.vue (diff)
The file was modifiedsrc/components/viewers/MultiFlatmap.vue (diff)
The file was modifiedvite.config.js (diff)
The file was modifiedsrc/components/viewers/Flatmap.vue (diff)
The file was modifiedpackage.json (diff)
The file was modified.gitignore (diff)
The file was modifiedvite.config.js (diff)