Commit Graph

135 Commits

Author SHA1 Message Date
Cindy Chang 495fcf7b03 new glowing capsule images 2024-08-29 11:01:12 +08:00
Cindy Chang ad568e57ad self-loop control-point-step-size 2024-08-29 10:33:19 +08:00
Cindy Chang 4b56130278 1. highlight last edge. 2. padEnd() to left align capsule label 2024-08-28 14:09:32 +08:00
Cindy Chang f3b9f7cd41 refactor create paths method and highlight path method 2024-08-28 11:46:54 +08:00
Cindy Chang b72d87fb52 BPMN view: remove radio buttons 2024-08-27 11:05:07 +08:00
Cindy Chang 09237a0759 MyAccount page prototype 2024-08-27 09:32:06 +08:00
Cindy Chang 26295d5b55 reset map trace button 2024-08-26 09:42:55 +08:00
Cindy Chang b5d5b1456d force-directed layout 2024-08-23 11:19:46 +08:00
Cindy Chang ab15087c2d refine: glow width 2024-08-21 16:38:27 +08:00
Cindy Chang 23a21f1b0a refine nodes 2024-08-21 15:33:55 +08:00
Cindy Chang 85b8536f3a dualonNodeClickHighlightEdges and onEdgeClickHighlightNodes 2024-08-21 15:10:50 +08:00
Cindy Chang d56ea98780 highlight path 2024-08-21 14:25:34 +08:00
Cindy Chang 4ab0d4765b WIP: depthFirstSearchMatchTwoPaths can have one true 2024-08-21 12:22:33 +08:00
Cindy Chang 0950214f19 separate cases for text-margin-x 2024-08-19 11:53:14 +08:00
Cindy Chang aebf25a271 WIP: blue overlay edge for cytoscape 2024-08-19 11:16:56 +08:00
Cindy Chang 6fcd7efbfc WIP: cytoscape edge text can be highlighted 2024-08-16 16:05:00 +08:00
Cindy Chang 9a7442b4ef WIP: map with transparent default bg 2024-08-15 13:46:33 +08:00
Cindy Chang fb335f996d Map. dagre and spread algorithm 2024-08-15 10:54:04 +08:00
Cindy Chang 2c0d5fe8ee sonar 1 left. all regex fixed 2024-08-13 13:52:05 +08:00
Cindy Chang b46a6ab995 sonar 9 left; Resolved as much as possible 2024-08-08 11:40:29 +08:00
Cindy Chang 335b52cc70 sonar 10 left 2024-08-08 10:51:07 +08:00
Cindy Chang 4ba7961a5a sonar 2024-08-02 13:24:15 +08:00
Cindy Chang 86cfb409c3 sonar 41 left 2024-08-02 11:15:15 +08:00
Cindy Chang a33eaa3a41 sonar 58 left 2024-08-01 16:06:30 +08:00
Cindy Chang a426f22db0 sonar medium 65 left 2024-08-01 15:49:03 +08:00
Cindy Chang 47da80b424 sonar low 2024-07-26 11:16:05 +08:00
Cindy Chang 486baa6e54 fix: prev refactor 2024-07-22 14:29:13 +08:00
Cindy Chang 3ef1540f8c refactor setChartData - slope calculation 2024-07-22 14:25:38 +08:00
Cindy Chang e5b15957cc sonar qube 2024-07-22 14:14:57 +08:00
Cindy Chang adcdb2bdc0 refactor NavBar.vue 2024-07-22 13:52:48 +08:00
Cindy Chang 07d6e75a6a sonar qube; ternary if 2024-07-16 15:42:30 +08:00
Cindy Chang 8b99a230d7 TypeScript bugs fixed 2024-07-09 13:53:20 +08:00
Cindy Chang 19f7ae5f38 delete console 2024-07-04 11:15:32 +08:00
Cindy Chang d8d70f01f3 fix: #310 keep loading animation bug is related to cytoscape undefined bug. And cytoscape node position remembering feature is not actually finished correctly yet before. Now remembering feature is done. 2024-07-04 11:07:25 +08:00
Cindy Chang 24ccdd47ae feature: remember node positions after refreshing pages 2024-07-01 10:39:53 +08:00
Cindy Chang 2110388a2d feature: cytoscape node positions are remembered 2024-06-28 16:20:41 +08:00
Cindy Chang 4418930d41 fix: #258. format precision YYYYMMDD 2024-06-27 13:45:16 +08:00
Cindy Chang 963645f071 fix: performance page linechart tooltip time display with time unit 2024-06-25 09:03:18 +08:00
Cindy Chang d6a79687da WIP: account edit modal layout done (now: without password rows) 2024-06-20 10:56:03 +08:00
Cindy Chang adb2ab29af refine use ticks[ticks.length - 1].value 2024-06-18 09:52:43 +08:00
Cindy Chang 6c9322d1bc fix: #258 2024-06-18 09:25:13 +08:00
Cindy Chang 94dbe1dee6 WIP: #258 Compare page 2024-06-18 09:12:18 +08:00
Cindy Chang 9b88de4c3f fix: #302. Shouldn't use mod and shouldn't double divide. 2024-06-17 23:03:46 +08:00
Cindy Chang 7750f913a8 ticks.length solves the Y axis bug. 2024-06-17 22:32:57 +08:00
Cindy Chang 3ce17fc436 clean console 2024-06-17 20:54:00 +08:00
Cindy Chang 4c18dfd8d6 shouldn't use mod(%) operator.
shouldn't divide hour and then divide day again.
should use substring.
should split into 8 instead of 6.
2024-06-17 20:53:49 +08:00
Cindy Chang 452c9358c9 should not be ms but s 2024-06-17 11:34:13 +08:00
Cindy Chang 8c09e8ae40 fix #258 reopen data_with_log_小兒(日) 2024-06-14 14:00:29 +08:00
Cindy Chang f6989c4759 WIP same as the previoius commit. Tried to extract out an independent vue component to prevent shared primevue option.
X axis is with bug now.
2024-06-13 13:35:58 +08:00
Cindy Chang 339657879a fix #287 by using simple division 2024-06-12 12:27:51 +08:00