CN110968298B - Management system and method applied to instantiation requirements - Google Patents

Management system and method applied to instantiation requirements Download PDF

Info

Publication number
CN110968298B
CN110968298B CN201811166146.8A CN201811166146A CN110968298B CN 110968298 B CN110968298 B CN 110968298B CN 201811166146 A CN201811166146 A CN 201811166146A CN 110968298 B CN110968298 B CN 110968298B
Authority
CN
China
Prior art keywords
requirement
user
demand
instantiation
end module
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
CN201811166146.8A
Other languages
Chinese (zh)
Other versions
CN110968298A (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 Lingyu Information Technology Co ltd
Original Assignee
Shanghai Lingyu 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 Lingyu Information Technology Co ltd filed Critical Shanghai Lingyu Information Technology Co ltd
Priority to CN201811166146.8A priority Critical patent/CN110968298B/en
Publication of CN110968298A publication Critical patent/CN110968298A/en
Application granted granted Critical
Publication of CN110968298B publication Critical patent/CN110968298B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention relates to the field of software development, in particular to a management system and a method applied to instantiation requirements, which comprises a front-end module used for interacting with a user, a requirement storage service used for storing original requirements submitted by the user into a requirement system database and storing requirement specifications edited by technicians compiling the instantiation requirement specifications into the requirement system database, a requirement system data access module used for managing the access and visit of the requirement system database, a time-light machine interface used for realizing the integration of the requirement management system and a time-light machine used for realizing the application software of the specific service field, and a requirement system data access module used for forming a proper data structure by the requirements submitted by the user and corresponding event information generated in the application software of the specific service field according to a certain sequence, wherein the requirement storage service is used for storing the requirements compiled by the technicians of the instantiation requirement specifications into the requirement system database; the technical scheme provided by the invention can overcome the defect that a great deal of time and resources are consumed for making a good instantiation requirement specification.

Description

Management system and method applied to instantiation requirements
Technical Field
The invention relates to the field of software development, in particular to a management system and a management method applied to instantiation requirements.
Background
The instantiation requirement is a set of software development process modes, and can ensure that correct products are effectively delivered and change of software products is assisted. As used herein, the term "correct product" means that the software is capable of meeting the business needs of the user or achieving a predetermined business goal; meanwhile, the method has certain flexibility, and can accept subsequent improvement with relatively stable investment in the future.
A "live document" is the end product of an instantiated requirement. By "live documents" it is meant that the documents track the functionality of the system in real time, and that verification of these requirements is automated through acceptance testing and is often performed, so that we can believe that the behavior of the system conforms to the requirements and the functionality that the testing refers to.
When looking at the existing instantiation requirement/BDD tools in the market, it can be seen that they all put the emphasis on how to automatically execute and verify the requirement specifications (i.e. acceptance test) after the instantiation requirement specifications are written. But how to help the software development team write a good instantiation requirement description is not the focus of their attention. For complex business applications, obtaining a good instantiation requirement specification is a time and resource consuming task.
The patent provides a system and a method for online collaborative formulation of instantiation requirement specifications. The starting point of the collaboration flow is to provide a demand submission function on a specific application with a definite state, and an end user can submit an original demand by using the function and trigger the collaborative writing, improvement and refining activities of subsequent demand descriptions.
Two preconditions are required for the system and method to operate effectively.
One precondition is: there is already software that can work. This seems to be a significant limitation that otherwise would benefit from the agile software development sport that has emerged over the last two decades. The "agile software development declaration" considers that such a view of value should be established: software that works higher than exhaustive documentation; customer cooperation is higher than contract negotiation; the response changes higher than on schedule. With the practice and improvement of agile software development methodologies and related tools, it has become easier and easier for a software development team to develop a workable software, even an MVP (Minimum usable Product) as soon as possible.
Another precondition is: the application (software system) should be able to recover to the state at any point in time in the past. It is not as difficult for an application to implement this precondition as many people imagine, and one implementation is to build the application in an Event Sourcing (ES) mode. In addition, this precondition can also be implemented by a binary log provided by the database.
Disclosure of Invention
Technical problem to be solved
In view of the above disadvantages in the prior art, the present invention provides a management system and method applied to instantiation requirements, which can effectively overcome the above-mentioned defect that it takes a lot of time and resources to formulate a good instantiation requirement specification.
(II) technical scheme
In order to achieve the purpose, the invention is realized by the following technical scheme:
a management system applied to instantiation requirements comprises a front-end module used for interacting with a user, a requirement storage service used for storing original requirements submitted by the user into a requirement system database and storing requirement specifications edited by technicians compiling the instantiation requirement specifications into the requirement system database, a requirement system data access module used for managing the access and visit of the requirement system database, and a time optical machine interface used for realizing the integration of the requirement management system and a time optical machine used for realizing the optical machine realization of the application software in the specific service field, wherein the requirement storage service is used for forming a proper data structure by the requirements submitted by the user and corresponding event information generated in the application software in the specific service field according to a certain sequence, and the requirement and the event query service are presented to the technicians by the front-end module.
Preferably, partial functions of the front-end module of other applications can be embedded in the front-end module to support direct submission of requirements in other applications.
Preferably, the demand and event query service composes the demands submitted by the users and the corresponding event information occurring in the system into a timeline data structure according to the occurrence time sequence.
A method for instantiating a requirements management system, comprising the steps of:
s1, when a user clicks a demand submission button in application software in a specific service field, a front-end module presents a corresponding form to the user;
s2, filling a requirement description in a requirement submitting form by a user, and calling a requirement storage service by a front-end module to store an original requirement submitted by the user when a confirmation button is clicked to submit the requirement;
s3, the front-end module calls a demand and event query service to acquire a time sequence of user submitted demands and events of application software in a specific business field for a technician to check;
s4, when the technician confirms that the application software in the specific service field needs to be rolled back to the state that the user submits the requirement, the front-end module takes the time that the user submits the requirement as a parameter and calls the time machine interface to realize the rolling back of the application software in the specific service field;
s5, a technician logs in application software in a specific service field by testing a user account according to the requirement information submitted by the user, enters a corresponding page of the application software in the specific service field, and observes the state of the page when the user submits the requirement;
s6, a technician edits the requirement specification, and at the moment, the front-end module presents an editing form to the technician;
and S7, when the technician confirms the updating requirement description, the front-end module calls a requirement storage service to update the requirement description in the requirement system database.
Preferably, the corresponding form presented to the user by the front-end module is a requirement submission form.
Preferably, the edit form presented by the front-end module to the technician is a professional instantiation requirement specification edit form.
(III) advantageous effects
Compared with the prior art, the management system and the method applied to the instantiation requirement, provided by the invention, put the following concerns: how to help the whole team to efficiently make a good instantiation requirement description, namely the first half of the instantiation requirement, and make up for the function blank of the existing instantiation requirement/BDD tool in the market;
the system and the method provide an innovative cooperation mode for online making instantiation requirements, firstly, an end user (possibly a client making requirements, a business interest relevant person, a field expert and the like) of application software is placed in a workable software (a state definition specific application context environment) to inspire the user to make a preliminary requirement, and then the team management, improvement and refinement of the requirement descriptions are facilitated by providing an online requirement description editing cooperation function, so that the team does not need to gather related personnel together and carry out face-to-face conference discussion in the process of making the requirement descriptions by using the system and the method, the related personnel can efficiently obtain good instantiation requirement descriptions in a remote and asynchronous mode with the help of a requirement management system, and the efficiency of the work is improved, so that the development and maintenance costs of complex business application software are greatly reduced.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below. It is obvious that the drawings in the following description are only some embodiments of the invention, and that for a person skilled in the art, other drawings can be derived from them without inventive effort.
FIG. 1 is a schematic diagram of the system of the present invention;
FIG. 2 is a schematic flow chart of the method of the present invention;
FIG. 3 is a schematic diagram of a user submitting a request to a request management system in accordance with the present invention;
FIG. 4 is a schematic diagram of a requirements submission form of the present invention;
FIG. 5 is a schematic diagram of a front-end module acquiring a time sequence of user submission requirements and application software events in a specific service domain according to the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention. It is to be understood that the embodiments described are only a few embodiments of the present invention, and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
A management system applied to instantiation requirements is disclosed, as shown in figure 1, and comprises a front end module used for interacting with a user, a requirement storage service used for storing original requirements submitted by the user into a requirement system database and storing requirement specifications edited by technicians compiling the instantiation requirement specifications into the requirement system database, a requirement system data access module used for composing the requirements submitted by the user and corresponding event information generated in application software in a specific service field into a proper data structure according to a certain sequence, providing requirements and event query services presented to the technicians by the front end module, managing the access and access of the requirement system database, and a time-optical machine interface used for realizing integration with a requirement management system and the time-optical machine implementation of the application software in the specific service field.
Partial functions of other application front-end modules can be embedded in the front-end module to support direct submission of requirements in other applications.
The demand and event query service combines the demands submitted by the users and the corresponding event information generated in the system into a timeline data structure according to the time sequence of the occurrence.
A method applied to instantiate a demand management system, as shown in fig. 2, includes the following steps:
s1, when a user clicks a demand submission button in application software in a specific service field, a front-end module presents a corresponding form to the user;
s2, filling a requirement description in a requirement submitting form by a user, and calling a requirement storage service by a front-end module to store an original requirement submitted by the user when a confirmation button is clicked to submit the requirement;
s3, the front-end module calls a demand and event query service to acquire a time sequence of user submitted demands and events of application software in a specific business field for a technician to check;
s4, when the technician confirms that the application software in the specific service field needs to be rolled back to the state that the user submits the requirement, the front-end module takes the time that the user submits the requirement as a parameter and calls the time machine interface to realize the rolling back of the application software in the specific service field;
s5, a technician logs in application software in a specific service field by testing a user account according to the requirement information submitted by the user, enters a corresponding page of the application software in the specific service field, and observes the state of the page when the user submits the requirement;
s6, a technician edits the requirement specification, and at the moment, the front-end module presents an editing form to the technician;
and S7, when the technician confirms the updating requirement description, the front-end module calls a requirement storage service to update the requirement description in the requirement system database.
The front-end module submits the form for demand to the corresponding form presented by the user.
The edit form presented by the front-end module to the technician is a professional instantiation requirement specification edit form.
Assume that there is now an online mall software system (hereinafter referred to simply as a mall system) that can run. Note that although the mall system is exemplified below, any application software that implements the preconditions required by the system and method may be integrated with the demand management system described in this embodiment.
Assume that there is some credit related functionality already in the mall system. Such as:
each time a consumer user in a shopping mall purchases a commodity, the consumer user obtains corresponding points, for example, 1000 points can be obtained by purchasing 1000 yuan of commodities;
the user shares the links of the commodities to other social platforms, such as microblogs and WeChat, and a certain integral … … can be obtained
Now, the software development and implementation team delivers the mall system to the customer, and the customer is tested with the identity of the customer user.
Assuming that a customer (i.e., a test user) logs in a mall with a test user account called Liqu, and sees 400 points on his own in the My points page, he thinks of a requirement: it is better to be able to do credit gifts here.
At this time, the customer may click on the plus button on the user interface to submit the requirements to the requirements management system, as shown in FIG. 3.
In the requirements submission form popped up at the interface, the test user fills in and submits the requirements in natural language, as shown in FIG. 4.
Those skilled in the art who have knowledge of instantiation requirements/BDDs will at a glance appreciate that the above natural language description is far from a qualified instantiation requirement specification.
Assume, next, that the test user (lee four) after submitting this demand, has tested the "share goods to WeChat friends" feature provided by the mall system, and has earned a reward of 50 points. The integrated balance of lie four is now 450 points.
Next, the test user performs another test … … on the mall system
And finally, the customer finishes testing the mall system. During the testing process, the customer submits the thought requirements online.
Now, the technician (maybe tester, developer) in the software development implementation team who is responsible for writing the instantiated requirement specification opens the mall system and the requirement management system, and can see that the current system state is:
in the mall system, the current credit balance of lie four is 450 points;
in the demand system, the demand content submitted by the customer (the test account number LiIV) is as follows: i want to remit my 300 points to Zhang III. When I finish the operation, my score is left 100 points, and the score of Zhang three is increased by 300 points.
If the technician can only see these two pieces of information, it is not for doubt:
how are the remaining points after Li IV awards 300 points to Zhang III?
Where 50 points of missing go?
What is meant by a handicapped customer is that is the bonus awarded a certain percentage of the commission fee deducted?
To resolve the confusion of technicians, it is necessary to make them see the status of the mall system at the moment when the customer (test account number LiIV) submits the demand, i.e. see that "the score of LiIV is 400 minutes" at that time.
To solve this problem we need:
1) Marking a time stamp on each time of submitting the demands, namely recording the time point of submitting each demand;
2) The online mall system can restore the state to that point in time at which each demand was submitted.
The demand system described by the system and the method can present important events occurring in the system at each time point to a technician writing a demand specification in a time line (list) mode.
In the above example, the requirements system lists the available functions for the form and presentation on the user interface provided for the technician, as shown in FIG. 5. The technician can click the triangle "rollback" button in the interface to rollback the mall system to the state when the customer submitted the demand.
The technician can then log into the mall system via the "Liqu" account, enter the "my points" page, and view the points of "Liqu" upon submitting the demand (i.e., see the situation shown in FIG. 3).
With the illustration of FIG. 3 in mind, the technician can readily understand the original requirements submitted by the customer and convert the content of the requirements submitted by the customer (i.e., the test customer Lifours) into a substantially qualified instantiated requirement specification. The specification of requirements written by the skilled person may result as such:
feature points donation
As a member of the market operator,
to increase the liveness of users and the growth of users,
i wish to add a bonus point transfer function.
Scenario successful bonus points
Given a Given user lie four has a 400 point score,
and three is a new user, his integral is 0,
when Li Sixiang gives 300 credits,
the integral of Then lie four is 100 points,
the integral of And three is 300 points.
The meaning of the english keyword in the above example:
feature: function, characteristic.
Scenario: and (4) scene. A function may be described in multiple scenarios, such as a scenario with possible success and a scenario with failure.
Given: it is assumed. Preconditions for the tested scene.
And an d: and also.
When: when the temperature is higher than the set temperature. May be used to describe the user's input actions.
The method comprises the following steps: then. The output of the system is generally described herein.
As long as we understand these several keywords, we can see that such a requirement specification written in Gherkin (a domain specific language) is very close to natural language.
Based on this instantiation requirement specification, a developer (or development testing engineer with development skills) can write acceptance test code against it (some BDD tools are called step definitions). The skeleton code of the test code (step definition) can be generated generally using existing BDD tools.
The management system and the method applied to the instantiation requirement put the attention points on: how to help the whole team to efficiently make a good instantiation requirement description, namely the first half of the instantiation requirement, and make up for the function blank of the existing instantiation requirement/BDD tool in the market;
the system and the method provide an innovative cooperation mode for online making instantiation requirements, firstly, an end user (possibly a client making requirements, a business interest relevant person, a field expert and the like) of application software is placed in a workable software (a state definition specific application context environment) to inspire the user to make a preliminary requirement, and then the team management, improvement and refinement of the requirement descriptions are facilitated by providing an online requirement description editing cooperation function, so that the team does not need to gather related personnel together and carry out face-to-face conference discussion in the process of making the requirement descriptions by using the system and the method, the related personnel can efficiently obtain good instantiation requirement descriptions in a remote and asynchronous mode with the help of a requirement management system, and the efficiency of the work is improved, so that the development and maintenance costs of complex business application software are greatly reduced.
The above examples are only intended to illustrate the technical solution of the present invention, and not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; such modifications and substitutions do not depart from the spirit and scope of the corresponding technical solutions.

Claims (5)

1. A management system applied to instantiation requirements, characterized in that: the system comprises a front-end module, a demand storage service, a demand system data access module, a time-light machine interface and a specific business field application software time-light machine implementation module, wherein the front-end module is used for interacting with a user, the demand storage service is used for storing original demands submitted by the user into a demand system data base and storing demand descriptions edited by technicians compiling instantiated demand descriptions into the demand system data base, the demand storage service is used for forming a proper data structure by the demands submitted by the user and corresponding event information generated in the specific business field application software according to a certain sequence, the demand and event query service is presented to the technicians by the front-end module, the demand system data access module is used for managing the access and the access of the demand system data base, and the time-light machine interface is used for integrating the demand management system and the specific business field application software time-light machine implementation;
a method for instantiating a requirements management system, comprising the steps of:
s1, when a user clicks a demand submission button in application software in a specific service field, a front-end module presents a corresponding form to the user;
s2, filling a requirement description in a requirement submitting form by a user, and calling a requirement storage service by a front-end module to store an original requirement submitted by the user when a confirmation button is clicked to submit the requirement;
s3, the front-end module calls a demand and event query service to acquire a time sequence of user submitted demands and events of application software in a specific business field for a technician to check;
s4, when the technician confirms that the application software in the specific service field needs to be rolled back to the state that the user submits the requirement, the front-end module takes the time that the user submits the requirement as a parameter and calls the time machine interface to realize the rolling back of the application software in the specific service field;
s5, a technician logs in application software in a specific service field by testing a user account according to the requirement information submitted by the user, enters a corresponding page of the application software in the specific service field, and observes the state of the page when the user submits the requirement;
s6, a technician edits the requirement specification, and at the moment, the front-end module presents an editing form to the technician;
and S7, when the technician confirms the updating requirement description, the front-end module calls a requirement storage service to update the requirement description in the requirement system database.
2. The management system applied to instantiation requirements according to claim 1, wherein: partial functions of other application front-end modules can be embedded into the front-end module so as to support direct submission of requirements in other applications.
3. The management system applied to instantiation requirements according to claim 1, wherein: the demand and event query service forms the demands submitted by the users and the corresponding event information occurring in the system into a timeline data structure according to the occurrence time sequence.
4. The management system applied to instantiation requirements according to claim 1, wherein: and the front-end module submits the corresponding form presented to the user as a requirement submission form.
5. The management system for instantiation requirement according to claim 1, wherein: the edit form presented to the technician by the front-end module is a professional instantiation requirement description edit form.
CN201811166146.8A 2018-09-30 2018-09-30 Management system and method applied to instantiation requirements Active CN110968298B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811166146.8A CN110968298B (en) 2018-09-30 2018-09-30 Management system and method applied to instantiation requirements

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811166146.8A CN110968298B (en) 2018-09-30 2018-09-30 Management system and method applied to instantiation requirements

Publications (2)

Publication Number Publication Date
CN110968298A CN110968298A (en) 2020-04-07
CN110968298B true CN110968298B (en) 2023-03-10

Family

ID=70028245

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811166146.8A Active CN110968298B (en) 2018-09-30 2018-09-30 Management system and method applied to instantiation requirements

Country Status (1)

Country Link
CN (1) CN110968298B (en)

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1145311C (en) * 2001-07-26 2004-04-07 华为技术有限公司 Graphical representation method of topological structure of network notes
CN102129426B (en) * 2010-01-13 2015-11-25 深圳市世纪光速信息技术有限公司 The method of display character relation and device
CN102096871A (en) * 2011-01-21 2011-06-15 吉林大学 Intelligent self-service search and payment system for global commodities based on Internet of things
EP3134801A4 (en) * 2014-04-23 2017-09-06 Alixpartners LLP Generating radial hierarchical network charts to convey organizational structures and associated performance data
WO2017063092A1 (en) * 2015-10-17 2017-04-20 Rubikloud Technologies Inc. System and method for computational analysis of the potential relevance of digital data items to key performance indicators
CN106055527B (en) * 2016-05-24 2019-11-19 华为技术有限公司 A kind of method and device of data processing
CN107911834B (en) * 2017-12-28 2020-09-22 西安电子科技大学 Method for constructing optimal DAG (demand oriented architecture) in lifetime in data-centered wireless sensor network
CN108228874A (en) * 2018-01-18 2018-06-29 北京邮电大学 World knowledge collection of illustrative plates visualization device and method based on artificial intelligence technology
CN108345647B (en) * 2018-01-18 2021-12-03 北京邮电大学 Web-based domain knowledge graph construction system and method

Also Published As

Publication number Publication date
CN110968298A (en) 2020-04-07

Similar Documents

Publication Publication Date Title
Stol et al. Competition-based crowdsourcing software development: a multi-method study from a customer perspective
Min et al. An integrated approach toward strategic information systems planning
Langer Guide to software development
CN108629558B (en) Software development management system
Iizuka et al. Social business dilemmas in Brazil: Rede Astacase
Riggins et al. Overcoming EDI adoption and implementation risks
Coleman Sr The customer-driven organization: Employing the Kano model
DePalma et al. Project management for crowdsourced translation: How user-translated content projects work in real life
O'Connor et al. An innovative approach to the development of an international software process lifecycle standard for very small entities
Ali et al. A method of requirements change management for global software development
US20090299829A1 (en) System and method for job placement
US20070038754A1 (en) Open-innovation network
US20230206181A1 (en) Workflow systems and methods
Lim et al. Reaching the unreachable: A method for early stage software startups to reach inaccessible stakeholders within large corporation
Götz et al. The (Go) SMART way to agility: managing a Scrum subproject in a waterfall environment
CN110968298B (en) Management system and method applied to instantiation requirements
Coppenhaver From Voices to Results-Voice of Customer Questions, Tools and Analysis: Proven techniques for understanding and engaging with your customers
Matsubara et al. Buying time in software development: how estimates become commitments?
Schubert et al. Development of a token design framework
Sarvankar et al. Smart Contracts For NGOs and Startups using Blockchain
Amland Software quality and software testing in internet times
Menon et al. Decentralized Crowdfunding Using Blockchain
Krietemeyer Blockchain Technologies’ Influence on Hotel Bookings
Curty et al. Exploring the Systematic Design of Blockchain-based Applications Using Integrated Modeling Standards.
US20220391797A1 (en) Distributed platform for the development of attracting and scaling innovation

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
GR01 Patent grant
GR01 Patent grant