CN108845942B - Product feature management method, device, system and storage medium - Google Patents

Product feature management method, device, system and storage medium Download PDF

Info

Publication number
CN108845942B
CN108845942B CN201810634692.3A CN201810634692A CN108845942B CN 108845942 B CN108845942 B CN 108845942B CN 201810634692 A CN201810634692 A CN 201810634692A CN 108845942 B CN108845942 B CN 108845942B
Authority
CN
China
Prior art keywords
product
product feature
tree structure
root node
node
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201810634692.3A
Other languages
Chinese (zh)
Other versions
CN108845942A (en
Inventor
唐永强
胡建平
赵飞晓
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Hode Information Technology Co Ltd
Original Assignee
Shanghai Hode Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Hode Information Technology Co Ltd filed Critical Shanghai Hode Information Technology Co Ltd
Priority to CN201810634692.3A priority Critical patent/CN108845942B/en
Publication of CN108845942A publication Critical patent/CN108845942A/en
Application granted granted Critical
Publication of CN108845942B publication Critical patent/CN108845942B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3684Test management for test design, e.g. generating new test cases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Abstract

The invention relates to a method, a device and a system for managing product characteristics and a computer readable storage medium, belonging to the technical field of Internet. Firstly, generating a product feature library of a tree structure, wherein the tree structure comprises a root node and a plurality of child nodes related to the root node; and editing the child nodes to enable each child node to represent a product feature, so that feature layout of a software product and a software flow can be intuitively represented in a product feature tree mode, relevance among the product features is reflected, all product features of one test case can be displayed in the editing process, the whole product feature management is more visual and efficient, and the product feature management method, device and system and the computer-readable storage medium are simple and convenient in application mode and quite wide in application range.

Description

Product feature management method, device, system and storage medium
Technical Field
The invention relates to the technical field of Internet, in particular to the technical field of software testing, and specifically relates to a method, a device and a system for product feature management and a computer readable storage medium.
Background
In the field of internet, product features are mainly used for expressing a function of application software, and in software testing, testing a test case consisting of a series of product features is a main means, which can effectively judge the flow and functions of the software and whether the expected effect can be achieved.
The prior art does not have a system for uniformly managing product characteristics, and most of product characteristic management is borrowed from or hung in a project management system. Project management systems such as Jira or TAPD only support office document form management product features.
The main problem of the product feature management system is that the structural form cannot intuitively express the specific implementation flow of each application in software, particularly, the relevance among the features is difficult to embody in the product feature editing, and all the product features in a certain use case cannot be displayed by taking the test use case as an object, so that the system is quite inconvenient in the editing and management of the actual product features.
Disclosure of Invention
The invention aims to overcome the defects in the prior art, and provides a method, a device, a system and a computer readable storage medium for managing product characteristics, which can intuitively express the software flow form, embody the relevance among the characteristics in the process of editing the product characteristics, and display all the product characteristics of one test case in the process of editing, so that the management is more intuitive and efficient.
In order to achieve the above object, the product feature management method of the present invention comprises the steps of:
(1) Generating a product feature library of a tree structure, wherein the tree structure comprises a root node and a plurality of child nodes related to the root node;
(2) Editing said child nodes such that each of said child nodes represents a product feature.
In the product characteristic management method, the step (1) specifically comprises the following steps:
(11) Setting a root node, and editing the content of the root node as a product name;
(12) Generating a first-level child node and a child node at a lower level below the root node, editing content, and forming a product feature library of the tree structure.
In the product characteristic management method, the step (1) specifically comprises the following steps:
(11') reading a document file having product characteristics and logical relationships;
(12') generating said tree structured library of product features from said product features according to said logical relationship.
In the product characteristic management method, the step (1) specifically comprises the following steps:
(13) And reading the document file with partial product characteristics and logical relations, and generating the product characteristics of the partial tree structure associated with the root node or the selected child nodes.
In the product characteristic management method, the step (2) specifically comprises the following steps:
(21) Selecting a certain child node;
(22) Editing the selected child node to enable the child node to represent a product characteristic.
In the product feature management method, the step (21) specifically includes the following steps:
(21a) Clicking a certain child node;
(21b) And setting the selected child node, all nodes between the upstream of the child node and the root node and all lower nodes connected to the downstream of the child node to be editable states.
In the product feature management method, the step (22) specifically includes the following steps:
(22a) Editing the selected child node to enable the child node to represent a product characteristic;
(22b) And editing the rest child nodes in the editable state, so that the child nodes represent a product characteristic.
In the product feature management method, the step (2) further specifically includes the following steps:
(23) And (3) leading out all nodes in the editable state and the structural relation among the nodes to generate a document file with product characteristics and logical relation.
In the product feature management method, the method further comprises the following steps:
(3) And storing the product feature library of the tree structure as a database document object.
In the product feature management method, the method further comprises the following steps:
(4) And (3) leading out the product feature library with the tree structure to generate a document file with product features and logic relations.
In the product characteristic management method, the document file is an Excel file or an Xmini file.
The present invention also provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the product feature management method of any of the above.
The invention also provides a product feature management device, which comprises a processor and a memory, wherein the memory stores a computer program, and the computer program realizes the product feature management method according to any one of the above when being executed by the processor.
The invention also provides a product characteristic management system which comprises a server and the product characteristic management device, wherein the database document object is stored in the server.
In the product feature management system, the system framework comprises a top layer applied to front-end interface display, a middle layer for processing business logic and a bottom layer database.
The method, the device, the system and the computer readable storage medium for managing the product features firstly generate a product feature library of a tree structure, wherein the tree structure comprises a root node and a plurality of child nodes related to the root node; and editing the child nodes to enable each child node to represent a product feature, so that feature layout of a software product and a software flow can be intuitively represented in a product feature tree mode, relevance among the product features is reflected, all product features of one test case can be displayed in the editing process, the whole product feature management is more visual and efficient, and the product feature management method, device and system and the computer-readable storage medium are simple and convenient in application mode and quite wide in application range.
Drawings
FIG. 1 is a flow chart of a method for managing product features according to the present invention.
FIG. 2 is a schematic diagram of a product feature tree generated using the product feature management method of the present invention.
FIG. 3 is a schematic diagram of a WEB framework employed in the product feature management system of the present invention.
FIG. 4 is a schematic diagram of a process for implementing feature tree editing of a product in accordance with the present invention.
FIG. 5 is a schematic diagram of a product feature tree representation use case generated using the product feature management method of the present invention.
Detailed Description
In order to make the technical contents of the present invention more clearly understood, the following examples are specifically described.
Fig. 1 is a schematic flow chart of a product feature management method according to the present invention.
In one embodiment, the product feature management method comprises the steps of:
(1) Generating a product feature library of a tree structure as shown in fig. 2, wherein the tree structure comprises a root node and a plurality of child nodes associated with the root node;
(2) Editing said child nodes such that each of said child nodes represents a product feature.
In a preferred embodiment, the product feature library of the tree structure may be generated by editing, and the step (1) specifically includes the following steps:
(11) Setting a root node, and editing the content of the root node as a product name;
(12) Generating a first-level child node and a child node at a lower level below the root node, editing content, and forming a product feature library of the tree structure.
The product feature library of the tree structure can also be generated by importing files, and the step (1) specifically comprises the following steps:
(11') reading a document file having product characteristics and logical relationships;
(12') generating said tree structured library of product features from said product features according to said logical relationship.
After a product feature library of a tree structure is generated by any mode, a file can be imported to generate a part of tree structure of the product feature library, and the step (1) can further comprise the following steps:
(13) And reading the document file with partial product characteristics and logical relations, and generating the product characteristics of the partial tree structure associated with the root node or the selected child nodes. If a node is not selected, it is automatically added to the root node.
In another preferred embodiment, the step (2) specifically includes the following steps:
(21) Selecting a certain child node;
(22) Editing the selected child node to enable the child node to represent a product characteristic.
Wherein, all test cases including a certain child node can be selected through the step (21), namely, the step (21) specifically includes the following steps:
(21a) Clicking a certain child node;
(21b) And setting the selected child node, all nodes between the upstream of the child node and the root node and all lower nodes connected to the downstream of the child node to be editable states.
Accordingly, other child nodes of all the selected test cases may be edited, that is, the step (22) specifically includes the following steps:
(22a) Editing the selected child node to enable the child node to represent a product characteristic;
(22b) And editing the rest child nodes in the editable state, so that the child nodes represent a product characteristic.
In addition, the selected test case part can be derived, namely, the step (2) further specifically comprises the following steps:
(23) And (3) leading out all nodes in the editable state and the structural relation among the nodes to generate a document file with product characteristics and logical relation.
In a further preferred embodiment, the method further comprises the steps of:
(3) And storing the product feature library of the tree structure as a database document object.
In a more preferred embodiment, the method further comprises the steps of:
(4) And (3) leading out the product feature library with the tree structure to generate a document file with product features and logic relations.
The document files imported and exported in the above embodiments may be Excel files or Xmind files.
The invention also provides a product characteristic management device and a computer readable storage medium, wherein the product characteristic management device comprises a processor and a memory, the memory is the computer readable storage medium, and a computer program is stored on the memory, and when the computer program is executed by the processor, the product characteristic management method can be realized.
The invention also provides a product feature management system, which comprises a server and the product feature management device, wherein the server and the product feature management device are connected through a network, and after the method is realized by utilizing the product feature management device, a user can store the database document object generated in the step (3) in the server for editing and using by other users, so that the multi-user collaborative application of the product feature management system can be realized.
From the system framework, the product feature management system of the invention adopts a WEB framework as shown in fig. 3. The method comprises a top layer applied to front-end interface display, a middle layer for processing business logic and a bottom layer database. The top layer can be realized based on a jsmind library showing a mind map, the middle layer is a django architecture, and the bottom layer can adopt a monglodb database.
In practical application, the process of editing the feature tree of the product based on the invention is approximately shown in fig. 4. The specific implementation thereof is illustrated by the following examples.
Example 1
Firstly, a user needs to open an editing interface of a product feature library by using a WEB browser, and a tree-structured product feature library or a product feature tree is established by using the editing interface. The structure is similar to a mind map, and has a root node and a plurality of multi-layer child nodes diverged from the root node. The number and structural relationship of the child nodes are set according to actual product characteristics, and as shown in fig. 5, the lowest child node may have multiple use cases. The path from the root node through the child nodes to a particular case constitutes a complete test case. In the editing interface, the subordinate child nodes can be expanded or collapsed in a clicking manner.
Example 2
In the editing interface of the product feature library, not only editing of the product feature tree as described in embodiment 1, but also import and export of the product feature tree may be performed. Specifically, an overall product feature tree or a partial product feature tree including a root node may be formed by importing an Excel file or an Xmind file. All or part of the product feature tree, such as one or more test cases, may also be exported to form an Excel file or an Xmind file.
Example 3
On the basis of building the product feature tree, the root node and the child node are required to be edited as the use case. When a certain child node is selected, not only the child node is prompted to be selected, but also all test cases comprising the child node are selected, and a parent node corresponding to the child node is also selected. For example, if the child node includes 2 next-level child nodes, each of which includes 2 cases, after the child node is selected, all 4 test cases including the child node and the parent node of the child node are selected. Such a setup helps to hint the relevance between child nodes during the editing process while ensuring the integrity of the test case.
Example 4
For the software with a complex overall structure, the product has a plurality of characteristics and a complex structure, and a plurality of users are often required to be responsible for maintenance according to classification. The whole system of the invention can adopt a WEB framework, thereby facilitating multi-user access and editing. And after the product feature tree is correspondingly established, realizing the collaborative editing and management of global uniqueness based on a WEB framework.
The method, the device, the system and the computer readable storage medium for managing the product features firstly generate a product feature library of a tree structure, wherein the tree structure comprises a root node and a plurality of child nodes related to the root node; and editing the child nodes to enable each child node to represent a product feature, so that feature layout of a software product and a software flow can be intuitively represented in a product feature tree mode, relevance among the product features is reflected, all product features of one test case can be displayed in the editing process, the whole product feature management is more visual and efficient, and the product feature management method, device and system and the computer-readable storage medium are simple and convenient in application mode and quite wide in application range.
In this specification, the invention has been described with reference to specific embodiments thereof. It will be apparent, however, that various modifications and changes may be made without departing from the spirit and scope of the invention. The specification and drawings are, accordingly, to be regarded in an illustrative rather than a restrictive sense.

Claims (10)

1. A method of product feature management comprising the steps of:
(1) Generating a product feature library of a tree structure by utilizing a product feature library editing interface, wherein the tree structure comprises a root node and a plurality of child nodes related to the root node;
the step (1) specifically comprises the following steps:
(11) Setting a root node, and editing the content of the root node as a product name;
(12) Generating a first-level child node and a child node at a lower level below the root node, editing content, and forming a product feature library of the tree structure;
alternatively, the step (1) specifically includes the following steps:
(11') reading a document file having product characteristics and logical relationships;
(12') generating a library of product features of said tree structure from said product features according to said logical relationship;
(2) And selecting a certain child node, setting the selected child node, all nodes between the upstream of the child node and the root node, and all lower nodes and use cases connected to the downstream of the child node as editable states, editing the child node and other child nodes in the editable states, enabling each child node to represent a product characteristic, and forming a complete test use case comprising all product characteristics of the use case by a path from the root node to a specific use case through the child node.
2. The method of claim 1, wherein the step (1) specifically comprises the steps of:
(13) And reading the document file with partial product characteristics and logical relations, and generating the product characteristics of the partial tree structure associated with the root node or the selected child nodes.
3. The method of claim 1, wherein the step (2) further comprises the steps of:
(23) And (3) leading out all nodes in the editable state and the structural relation among the nodes to generate a document file with product characteristics and logical relation.
4. The method of product feature management as recited in claim 1, further comprising the steps of:
(3) And storing the product feature library of the tree structure as a database document object.
5. The method of product feature management as recited in claim 4, further comprising the steps of:
(4) And (3) leading out the product feature library with the tree structure to generate a document file with product features and logic relations.
6. The method of claim 1, wherein the document file is an Excel file or an Xmind file.
7. A computer readable storage medium having stored thereon a computer program, characterized in that the computer program, when executed by a processor, implements the product feature management method of any of claims 1 to 6.
8. A product feature management apparatus comprising a processor and a memory, said memory having stored thereon a computer program, characterized in that the computer program, when executed by said processor, implements the product feature management method of claim 1 or 2.
9. A product feature management system comprising a server and the apparatus of claim 8, wherein the tree structured product feature store is a database document object, and wherein the database document object is stored in the server.
10. The product feature management system of claim 9, wherein the system framework comprises a top layer applied to front-end interface presentation, a middle layer of processing business logic, and a bottom layer database.
CN201810634692.3A 2018-06-20 2018-06-20 Product feature management method, device, system and storage medium Active CN108845942B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810634692.3A CN108845942B (en) 2018-06-20 2018-06-20 Product feature management method, device, system and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810634692.3A CN108845942B (en) 2018-06-20 2018-06-20 Product feature management method, device, system and storage medium

Publications (2)

Publication Number Publication Date
CN108845942A CN108845942A (en) 2018-11-20
CN108845942B true CN108845942B (en) 2024-03-12

Family

ID=64203373

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810634692.3A Active CN108845942B (en) 2018-06-20 2018-06-20 Product feature management method, device, system and storage medium

Country Status (1)

Country Link
CN (1) CN108845942B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109656669B (en) * 2018-12-26 2021-11-16 深圳小湃科技有限公司 Launcher operation method, Launcher operation device, Launcher operation equipment and computer readable storage medium
CN110543427B (en) * 2019-09-06 2023-07-21 五八有限公司 Test case storage method and device, electronic equipment and storage medium
CN111191930A (en) * 2019-12-30 2020-05-22 广东三扬网络科技有限公司 Method for displaying combination among multiple mind maps, electronic device and storage medium
CN111159503A (en) * 2019-12-30 2020-05-15 广东三扬网络科技有限公司 Product feature display method based on mind map, electronic equipment and storage medium
CN111833981A (en) * 2020-04-30 2020-10-27 宁波市科技园区明天医网科技有限公司 Structured report making and compiling method
CN113656512B (en) * 2021-10-21 2022-01-28 浙江太美医疗科技股份有限公司 Data unlocking method, device, equipment and storage medium

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101169716A (en) * 2007-11-30 2008-04-30 清华大学 Emulated procedure information modeling and maintenance method based on product structural tree
CN101777087A (en) * 2010-01-26 2010-07-14 同济大学 Product function gene modeling system and method
CN102331967A (en) * 2011-06-15 2012-01-25 烽火通信科技股份有限公司 Method for managing chip verification test cases
CN102508971A (en) * 2011-11-09 2012-06-20 河海大学常州校区 Method for establishing product function model in concept design stage
CN102662644A (en) * 2012-02-29 2012-09-12 浙江大学 Method for generating test case by using flow chart
CN103455476A (en) * 2012-05-29 2013-12-18 阿里巴巴集团控股有限公司 Processing method and device for network information and establishing method and device for abstract syntax tree
CN104123659A (en) * 2014-07-30 2014-10-29 杭州野工科技有限公司 Commodity networked gene based brand intellectual property protection platform
CN104573915A (en) * 2014-12-10 2015-04-29 南车青岛四方机车车辆股份有限公司 Method and device for constructing high-speed train product structure tree
CN104898933A (en) * 2015-06-04 2015-09-09 南车青岛四方机车车辆股份有限公司 High-speed train demand data processing method and high-speed train demand data processing device
CN105867995A (en) * 2016-04-29 2016-08-17 无锡天脉聚源传媒科技有限公司 Editing method and device for XML (extensible markup language) file
CN105893254A (en) * 2016-03-29 2016-08-24 乐视控股(北京)有限公司 Test case input method and device
CN106959952A (en) * 2016-01-08 2017-07-18 阿里巴巴集团控股有限公司 Obtain the method and device of product object
CN107741911A (en) * 2017-11-01 2018-02-27 广州爱九游信息技术有限公司 Interface test method, device, client and computer-readable recording medium
CN107783993A (en) * 2016-08-25 2018-03-09 阿里巴巴集团控股有限公司 The storage method and device of data
CN108874671A (en) * 2018-06-20 2018-11-23 上海哔哩哔哩科技有限公司 Testing case management, device, system and storage medium

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6728733B2 (en) * 2000-03-29 2004-04-27 Komatsu Wall System Development Co., Ltd. System, method, and program product for administrating document file in computerized network system
US20040230896A1 (en) * 2003-05-16 2004-11-18 Dethe Elza Method and system for enabling collaborative authoring of hierarchical documents with unique node identifications
US20070288526A1 (en) * 2006-06-08 2007-12-13 Emc Corporation Method and apparatus for processing a database replica
US9009653B2 (en) * 2013-02-28 2015-04-14 Tata Consultancy Services Limited Identifying quality requirements of a software product
CN105865464A (en) * 2015-01-21 2016-08-17 深圳市喂车科技有限公司 Method and apparatus for searching interest points surrounding path
KR20160117099A (en) * 2015-03-31 2016-10-10 김형철 Apparatus and method for searching route, data saving device thereof
GB201506356D0 (en) * 2015-04-15 2015-05-27 Tomtom Int Bv Methods of obtaining point of interest data

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101169716A (en) * 2007-11-30 2008-04-30 清华大学 Emulated procedure information modeling and maintenance method based on product structural tree
CN101777087A (en) * 2010-01-26 2010-07-14 同济大学 Product function gene modeling system and method
CN102331967A (en) * 2011-06-15 2012-01-25 烽火通信科技股份有限公司 Method for managing chip verification test cases
CN102508971A (en) * 2011-11-09 2012-06-20 河海大学常州校区 Method for establishing product function model in concept design stage
CN102662644A (en) * 2012-02-29 2012-09-12 浙江大学 Method for generating test case by using flow chart
CN103455476A (en) * 2012-05-29 2013-12-18 阿里巴巴集团控股有限公司 Processing method and device for network information and establishing method and device for abstract syntax tree
CN104123659A (en) * 2014-07-30 2014-10-29 杭州野工科技有限公司 Commodity networked gene based brand intellectual property protection platform
CN104573915A (en) * 2014-12-10 2015-04-29 南车青岛四方机车车辆股份有限公司 Method and device for constructing high-speed train product structure tree
CN104898933A (en) * 2015-06-04 2015-09-09 南车青岛四方机车车辆股份有限公司 High-speed train demand data processing method and high-speed train demand data processing device
CN106959952A (en) * 2016-01-08 2017-07-18 阿里巴巴集团控股有限公司 Obtain the method and device of product object
CN105893254A (en) * 2016-03-29 2016-08-24 乐视控股(北京)有限公司 Test case input method and device
CN105867995A (en) * 2016-04-29 2016-08-17 无锡天脉聚源传媒科技有限公司 Editing method and device for XML (extensible markup language) file
CN107783993A (en) * 2016-08-25 2018-03-09 阿里巴巴集团控股有限公司 The storage method and device of data
CN107741911A (en) * 2017-11-01 2018-02-27 广州爱九游信息技术有限公司 Interface test method, device, client and computer-readable recording medium
CN108874671A (en) * 2018-06-20 2018-11-23 上海哔哩哔哩科技有限公司 Testing case management, device, system and storage medium

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
Event Handler Tree Model for GUI Test Case Generation;Bin Wang;《2016 IEEE 40th Annual Computer Software and Applications Conference (COMPSAC)》;1-6 *
佚名.通用技术 用 python 将思维导图转换成树形列表.《https://testerhome.com/topics/11009》.2017,1-6. *
基于Petri Net软件测试系统的研究;丁森科;《中国优秀硕士学位论文全文数据库 (信息科技辑)》;1-56 *
基于结构树的产品制造质量信息建模;徐显龙;《计算机工工程与设计 信息化技术》;20111002(第06期);1999-2002,2030 *
软件测试技术;蔡娟;《https://book.duxiu.com/bookDetail.jsp?dxNumber=000016550712&d=5FE2BBE4E872AA688B74E71E16CF03AF&fenlei=181704030102&sw=%E8%BD%AF%E4%BB%B6%E6%B5%8B%E8%AF%95%E6%8A%80%E6%9C%AF》;中国商业出版社;20160930;98 *

Also Published As

Publication number Publication date
CN108845942A (en) 2018-11-20

Similar Documents

Publication Publication Date Title
CN108845942B (en) Product feature management method, device, system and storage medium
US9716632B2 (en) Interactive layered visualization of a layered software architecture
US10068031B2 (en) Tabular data manipulation system and method
US9753960B1 (en) System, method, and computer program for dynamically generating a visual representation of a subset of a graph for display, based on search criteria
CN107533453A (en) System and method for generating data visualization application
US20120239606A1 (en) Business semantic network build
US20180018402A1 (en) Dynamic hierarchy generation based on graph data
CN110023925A (en) It generates, access and display follow metadata
CN110674227A (en) Method, system, medium and terminal for generating data visualization chart and page
Van Ham et al. Centrality based visualization of small world graphs
JP2015531126A (en) Method and apparatus for realizing product characteristic navigation
Wu et al. Concinnity: A generic platform for big sensor data applications
US8572124B2 (en) Simplified entity relationship model to access structure data
Ledur et al. Towards a domain-specific language for geospatial data visualization maps with big data sets
CN108874671A (en) Testing case management, device, system and storage medium
US10776351B2 (en) Automatic core data service view generator
CN104484358A (en) Process template displaying method and system
US20140130008A1 (en) Generating information models
CN110083664B (en) Method for automatically constructing topological model based on CMDB model
CN107239568B (en) Distributed index implementation method and device
Szekely et al. Exploiting semantics of web services for geospatial data fusion
CN112527288A (en) Visual system prototype design method, system and storage medium capable of generating codes
US8694918B2 (en) Conveying hierarchical elements of a user interface
CN109426458B (en) Method and device for printing relation graph
WO2019089888A1 (en) Systems and methods for dynamic hierarchical metadata storage and retrieval

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20190919

Address after: 201203 Shanghai City, Pudong New Area China (Shanghai) free trade zone 2277 Zuchongzhi Road No. 1 Lane 905, room 906

Applicant after: SHANGHAI HODE INFORMATION TECHNOLOGY Co.,Ltd.

Address before: Room 1641, room 1945, Siping Road, Yangpu District, Shanghai

Applicant before: SHANGHAI BILIBILI TECHNOLOGY Co.,Ltd.

GR01 Patent grant
GR01 Patent grant