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

TuGraph Explorer 画布方案 #6

Open
pomelo-nwu opened this issue Jun 16, 2023 · 1 comment
Open

TuGraph Explorer 画布方案 #6

pomelo-nwu opened this issue Jun 16, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@pomelo-nwu
Copy link
Collaborator

image

@pomelo-nwu
Copy link
Collaborator Author

pomelo-nwu commented Jun 16, 2023

自定义资产 gi-assets-tugraph

  • 语句查询
  • 配置查询
  • 路径查询
  • 填加点
  • 扩散
  • 算法结果

G6VP 资产

  • 容器布局资产(官方实现):多页签,侧边栏(可展开收起),工具栏
  • 属性面板(官方升级):官方优化下,增加样式,字段映射
  • 样式设置
  • 布局设置
  • 3D
  • 筛选
  • 清空
  • 上一步
  • 下一步
  • 套索
  • 边合并
  • 位置
  • 时序
  • 标签
  • 图例(官方升级)
  • 小地图(官方升级)
  • 搜索框(官方实现)

@pomelo-nwu pomelo-nwu changed the title V 1.0 TuGraph Analysis 画布方案 Jun 16, 2023
@pomelo-nwu pomelo-nwu changed the title TuGraph Analysis 画布方案 TuGraph Explorer 画布方案 Jun 16, 2023
@pomelo-nwu pomelo-nwu added the enhancement New feature or request label Jul 10, 2023
@pomelo-nwu pomelo-nwu self-assigned this Jul 10, 2023
Seventysevendays added a commit that referenced this issue Jul 11, 2024
* chore: replace service to query, refactor login

* fix: 接口替换

* fix: 无用注释

* fix: 业务调试

* fix: 接口调试

* fix: 调整

* fix: 打包路径修改

* fix: 路径问题

* fix: 隐藏http接口相关功能模块

* fix: 添加角色调整

* fix: 改hash路由

* fix: 点边统计

* fix: 语句查询返回结构修改

* fix: 替换JSON文本/删除点边列表模块

* fix: json表格

* chore: remove node server (#11)

* parent e384b40
author Seventysevendays <[email protected]> 1718761996 +0800
committer liukaiming-alipay <[email protected]> 1720669560 +0800

chore: replace service to query, refactor login

fix: 接口替换

fix: 无用注释

fix: 业务调试

fix: 接口调试

fix: 调整

fix: 打包路径修改

fix: 路径问题

fix: 隐藏http接口相关功能模块

fix: 添加角色调整

fix: 改hash路由

fix: 点边统计

fix: 语句查询返回结构修改

fix: 替换JSON文本/删除点边列表模块

fix: json表格

fix: 部分自测/路由问题

fix: 语句删除,页面白屏问题

fix: 处理查询空数据

fix: demodata

fix: demo

feat:/路径的路由映射到主页图项目

feat: change user's login and logout logic (#5)

fix: importSchema

fix: remove useless code

feat: add types and cypher call of relative procedure (#6)

* feat: change user's login and logout logic

* feat: add types and cypher call of relative procedure

fix: movie template path

fix: templateTest

fix: result_error

fix: import_data

fix: Upload problem

fix: optimization

finish the placement of procefure from http to cypher bolt (#7)

* feat: change user's login and logout logic

* feat: add types and cypher call of relative procedure

* finish the placement of procefure from http to cypher bolt

* delete consolelog in procedure file

fix: Insert data from three countries

fix: addQueryParam

fix: Data display issues

fix: path

fix: Add convertToNumber method

feat: change user's login and logout logic

finish the placement of procefure from http to cypher bolt

delete consolelog in procedure file

Resolve naming conflicts and improve the interaction logic of template initialization parameters.

fix: add demo

fix: Error display problem

fix: Modify modal height

fix: session.database default value

improve login logic、reslove the flash of create graph modal, add initial params of procedure call

fix: Button copywriting/pagination issues/template data

fix: Data import logic

fix: Delete delete code/import data upload according to type

fix: files

fix: Small optimization

imporve code type define

fix: Code specification optimization

fix: overall code submission

fix: 语句调整

fix: 打包修改

fix: delete Shcema.ts

* fix: File naming

---------

Co-authored-by: Seventysevendays <[email protected]>

---------

Co-authored-by: [email protected] <[email protected]>
Seventysevendays added a commit that referenced this issue Sep 9, 2024
* chore: remove node server  (#88)

* chore: replace service to query, refactor login

* fix: 接口替换

* fix: 无用注释

* fix: 业务调试

* fix: 接口调试

* fix: 调整

* fix: 打包路径修改

* fix: 路径问题

* fix: 隐藏http接口相关功能模块

* fix: 添加角色调整

* fix: 改hash路由

* fix: 点边统计

* fix: 语句查询返回结构修改

* fix: 替换JSON文本/删除点边列表模块

* fix: json表格

* chore: remove node server (#11)

* parent e384b40
author Seventysevendays <[email protected]> 1718761996 +0800
committer liukaiming-alipay <[email protected]> 1720669560 +0800

chore: replace service to query, refactor login

fix: 接口替换

fix: 无用注释

fix: 业务调试

fix: 接口调试

fix: 调整

fix: 打包路径修改

fix: 路径问题

fix: 隐藏http接口相关功能模块

fix: 添加角色调整

fix: 改hash路由

fix: 点边统计

fix: 语句查询返回结构修改

fix: 替换JSON文本/删除点边列表模块

fix: json表格

fix: 部分自测/路由问题

fix: 语句删除,页面白屏问题

fix: 处理查询空数据

fix: demodata

fix: demo

feat:/路径的路由映射到主页图项目

feat: change user's login and logout logic (#5)

fix: importSchema

fix: remove useless code

feat: add types and cypher call of relative procedure (#6)

* feat: change user's login and logout logic

* feat: add types and cypher call of relative procedure

fix: movie template path

fix: templateTest

fix: result_error

fix: import_data

fix: Upload problem

fix: optimization

finish the placement of procefure from http to cypher bolt (#7)

* feat: change user's login and logout logic

* feat: add types and cypher call of relative procedure

* finish the placement of procefure from http to cypher bolt

* delete consolelog in procedure file

fix: Insert data from three countries

fix: addQueryParam

fix: Data display issues

fix: path

fix: Add convertToNumber method

feat: change user's login and logout logic

finish the placement of procefure from http to cypher bolt

delete consolelog in procedure file

Resolve naming conflicts and improve the interaction logic of template initialization parameters.

fix: add demo

fix: Error display problem

fix: Modify modal height

fix: session.database default value

improve login logic、reslove the flash of create graph modal, add initial params of procedure call

fix: Button copywriting/pagination issues/template data

fix: Data import logic

fix: Delete delete code/import data upload according to type

fix: files

fix: Small optimization

imporve code type define

fix: Code specification optimization

fix: overall code submission

fix: 语句调整

fix: 打包修改

fix: delete Shcema.ts

* fix: File naming

---------

Co-authored-by: Seventysevendays <[email protected]>

---------

Co-authored-by: [email protected] <[email protected]>

* replace node server for bolt protocol and enhance user experience (#14) (#89)



* fix: Graph analysis entrance hidden


Co-authored-by: liukaiming-alipay <[email protected]>
Co-authored-by: wanzhongyun <[email protected]>

* split compile env of server and client, optimize user interactive (#90)

* fix:reslove login logic and optimize error tips (#91)

* fix:reslove login logic and optimize error tips

* fix:reset line break

* fix: Optimization of the password change process (#92)

* chore: refactor graph analysis,add base components (#94)

* chore: update graph schema version (#95)

* chore: refactor graph analysis,add base components

* chore: update graph-schema

* migration few components of graph analyze (#96)

* migrate canvas sider components from bit to browser (#97)

* migration few components of graph analyze

* migrate canvas sider components from bit to browser

* finish the migration of fe components from geamaker

* use hash to parse url link (#104)

* migration few components of graph analyze

* migrate canvas sider components from bit to browser

* finish the migration of fe components from geamaker

* feat: add hash parse for url link

* replace code editor from iso to cypher, and delete iso editor components (#105)

* migration few components of graph analyze

* migrate canvas sider components from bit to browser

* finish the migration of fe components from geamaker

* feat: add hash parse for url link

* feat: replace code editor from iso to cypher

* fix: Interface replacement: obtain schema, configure query (#106)

* fix: Interface replacement: obtain schema, configure query

* fix: Standard adjustment

* fix: Node expansion (#108)

* fix: Node expansion

* fix: Statement query

* fix: Comment question

* fix tab layout problem of graph analyze (#109)

* migration few components of graph analyze

* migrate canvas sider components from bit to browser

* finish the migration of fe components from geamaker

* feat: add hash parse for url link

* feat: replace code editor from iso to cypher

* fix: resolve tab layout problem of graph analyze

* fix: cancel tab layout edit

* fix card layout, hidden overflow property

* fix:resolve the problem of  multi canvas can't hidden

* fix: delete invalid code

* fix: analysis filter function (#111)

* fix: analysis filter function

* fix: Update canvas configuration

* chore: update bit components (#112)

* fix: Issues after updating components (#113)

* fix: optimize ue of graph analyze (#115)

* Fix Function/Reference Optimization (#116)

* fix: Issues after updating components

* fix: import graph canvas option

* fix: add zoomInOut

* fix: delete useless code

* fix: Function/Reference Optimization

* fix: node query

* fix: ts

* fix: Hardware override, hardware reset-Migration graph analysis component (#117)

* fix: Hardware override, hardware reset

* feat: Migrate download and legend function components

* feat: Add table view and json view

* chore: remove client folder; optimize files and folder structure (#119)

* improve graphName switch's user experience (#93)

* feat:improve graphName swither

* feat:improve graphName swither

* Add types, query error reporting optimization (#98)

* fix: Optimization of the password change process

* fix: Reference adjustments

* improve graphName switch's user experience (#93)

* feat:improve graphName swither

* feat:improve graphName swither

* fix: Query data optimization

* fix: bug

---------

Co-authored-by: Allen <[email protected]>

* fix: graph afterimage problem (#100)

* fix: graph afterimage problem

* fix: Upload default request

* fix: resolve file upload error and rename database placeholder (#101)

* feat:improve graphName swither

* feat:improve graphName swither

* fix: resolve file upload tips error and rename database placeholder

* fix:New version defect fixes and optimizations (#102)

* Error message (#103)

* fix:New version defect fixes and optimizations

* fix: message

* Login expiration delay issue (#107)

* fix:New version defect fixes and optimizations

* fix: message

* fix: Login expiration delay issue

* fix:Free choice of uploading attribute data

* fix: Data import optimization

* fix:Copywriting adjustment

* fix: redundant steps

* fix: uri

* fix: remove setDefaultValue

* fix:  Data import style (#110)

* fix:New version defect fixes and optimizations

* fix: message

* fix: Data import style

* chore: rm server

* chore: remove client folder; optimize files and folder structure

* chore: update git ignore

---------

Co-authored-by: Allen <[email protected]>
Co-authored-by: liukaiming-alipay <[email protected]>

* feat: change canvas renderer to enhance performance (#121)

* Refactor analysis (#122)

* feat: change canvas renderer to enhance performance

* chore: antd style files

* fix: New version debugging issues (#123)

* fix: Adjust data type conversion (#124)

* fix: New version debugging issues

* feat: Adjust data type conversion

* fix: let to const

* feat: test

* fix: filterByPropertyCondition

* fix: delete test code

* fix: Convert time format to timestamp format

* fix: delete console.log

* fix: opt graph anayize feature (#128)

* chore: merge master (#130)

* improve graphName switch's user experience (#93)

* feat:improve graphName swither

* feat:improve graphName swither

* Add types, query error reporting optimization (#98)

* fix: Optimization of the password change process

* fix: Reference adjustments

* improve graphName switch's user experience (#93)

* feat:improve graphName swither

* feat:improve graphName swither

* fix: Query data optimization

* fix: bug

---------

Co-authored-by: Allen <[email protected]>

* fix: graph afterimage problem (#100)

* fix: graph afterimage problem

* fix: Upload default request

* fix: resolve file upload error and rename database placeholder (#101)

* feat:improve graphName swither

* feat:improve graphName swither

* fix: resolve file upload tips error and rename database placeholder

* fix:New version defect fixes and optimizations (#102)

* Error message (#103)

* fix:New version defect fixes and optimizations

* fix: message

* Login expiration delay issue (#107)

* fix:New version defect fixes and optimizations

* fix: message

* fix: Login expiration delay issue

* fix:Free choice of uploading attribute data

* fix: Data import optimization

* fix:Copywriting adjustment

* fix: redundant steps

* fix: uri

* fix: remove setDefaultValue

* fix:  Data import style (#110)

* fix:New version defect fixes and optimizations

* fix: message

* fix: Data import style

* Fix : Update Cypher (#118)

* fix:New version defect fixes and optimizations

* fix: message

* fix: Update cypher

* fix: Update cypher

* fix: redundant if

* fix: missing delimiter (#120)

* fix:New version defect fixes and optimizations

* fix: message

* fix: Update cypher

* fix: Update cypher

* fix: redundant if

* fix: missing delimiter

* feat: change canvas renderer to enhance performance

* chore: antd style files

* Fix: Added so code type (#125)

* fix:New version defect fixes and optimizations

* fix: message

* feat: add so

* fix: Added so code type

* opt procedure entry, modify text of turaph build (#127)

* opt procedure entry, modify text of turaph build

* fix: opt error msg of build procedure

---------

Co-authored-by: Allen <[email protected]>
Co-authored-by: liukaiming-alipay <[email protected]>

---------

Co-authored-by: [email protected] <[email protected]>
Co-authored-by: wanzhongyun <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant