JPH07114466A - Software development progress grasping system - Google Patents

Software development progress grasping system

Info

Publication number
JPH07114466A
JPH07114466A JP25957593A JP25957593A JPH07114466A JP H07114466 A JPH07114466 A JP H07114466A JP 25957593 A JP25957593 A JP 25957593A JP 25957593 A JP25957593 A JP 25957593A JP H07114466 A JPH07114466 A JP H07114466A
Authority
JP
Japan
Prior art keywords
development
progress
software
component
frame
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.)
Pending
Application number
JP25957593A
Other languages
Japanese (ja)
Inventor
Rumi Hayakawa
ルミ 早川
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.)
Toshiba Corp
Original Assignee
Toshiba Corp
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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP25957593A priority Critical patent/JPH07114466A/en
Publication of JPH07114466A publication Critical patent/JPH07114466A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PURPOSE:To grasp quickly and accurately from which development components a software is made up and how they are related to each other by setting and inputting software configuration information, development component relating information and information relating to development schedule before development of the software and inputting a development result after start of development. CONSTITUTION:A scheduled value (a), a result (b) and a software configuration information (c) inputted from an inputting section 21 are stored in a data storage section 22. A hierarchical level discrimination section of a progress state display control section 23 discriminates at which hierarchical levels a noted component is located, based on the software configuration information (c), a frame data decision section decides frame data of a predetermined format based on the result obtained by the hierarchical level discrimination section and a progress data generating section generates progress data based on the result stored in a result file 22b. A user relation identification section obtains relative merits among development components and a frame arrangement section decides the arrangement so that a small frame is displayed with priority.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】この発明は、ソフトウェア開発進
捗把握システムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a software development progress grasping system.

【0002】[0002]

【従来の技術】近年、ソフトウェアの開発に際し、開発
対象の規模の増大や開発対象の構造が複雑になってき
た。一般に、ソフトウェアの開発においては、開発実現
レベルにおける開発部品相互間で利用関係が生じるた
め、各開発部品の開発工程を管理することが必要とな
る。従って、ソフトウェアの開発においては、1週間か
ら2週間に1回程度の割合で、進捗会議(WT:Walk T
hrough)を開いたり、電話等の通信手段を用いて開発の
進み具合を確認することにより、進捗状況等の管理(以
下「進捗管理」という)を行っていた。
2. Description of the Related Art In recent years, in software development, the scale of the development target has increased and the structure of the development target has become complicated. Generally, in software development, there is a usage relationship between development components at the development realization level, so it is necessary to manage the development process of each development component. Therefore, in software development, the progress meeting (WT: Walk T
(Hrough) was opened, and the progress of development was checked using communication means such as a telephone, and the progress status was managed (hereinafter referred to as "progress management").

【0003】しかしながら、例えば、オペレーティング
システム(OS)のような基本ソフトウェア等の開発に
おいては、開発部品が数百個にも及ぶのが現状である。
従って、これら個々の開発部品相互間の利用関係を把握
していても、一つの開発部品に関連する開発部品が多数
個存在するため、進捗管理に必要な情報を得るまでに相
当の時間と労力とを要していた。
However, in the development of basic software such as an operating system (OS), for example, there are hundreds of development parts under the present circumstances.
Therefore, even if the usage relationship between these individual development parts is understood, since there are many development parts related to one development part, it takes a considerable amount of time and effort to obtain the information necessary for progress management. And needed.

【0004】詳述すれば、一般に大規模なソフトウェア
は、図9に示すように、複数の開発部品91から構成さ
れており、これらは階層的にn段に展開することができ
る。即ち、ある開発対象であるソフトウェアは、数個か
ら数十個の機能群からなる機能レベルと、一つの機能に
対して数個、全体として数十個程のコンポーネント群か
らなるコンポーネントレベルと、一つのコンポーネント
に対して数個から数十個、全体として数百個以上のモジ
ュール群からなるモジュールレベルというように階層的
に構成される。ただし、このような階層は開発者側の任
意で把握すればよく、例えば、ある範囲に注目してソフ
トウェア構成を把握するようにしてもよい。
More specifically, generally, a large-scale software is composed of a plurality of development parts 91 as shown in FIG. 9, and these can be developed hierarchically in n stages. In other words, the software to be developed has a function level consisting of several to several tens of function groups, a component level consisting of several tens of component groups for one function, and a total of several tens of component groups. Each component has a hierarchical structure such as a module level consisting of several to several tens, and several hundreds or more of modules as a whole. However, such a hierarchy may be arbitrarily grasped by the developer side, and for example, the software configuration may be grasped by focusing on a certain range.

【0005】このように、大規模・複雑化したソフトウ
ェアの開発においては、開発対象であるソフトウェアシ
ステムの各部品を開発・管理する各担当者は、自己が担
当する開発部品及び該開発部品に関連する他の開発部品
の開発状態を、迅速かつ正確に把握することが困難とな
りつつあった。このため、自己が担当する開発部品と該
開発部品に関連する他の開発部品との間に開発工程のズ
レが生じても、何等の対策を立てる余裕もないまま、他
の開発部品のリンク待ちやテスト待ち等が発生し、ソフ
トウェアの開発がスムーズに進まない等の問題があっ
た。
As described above, in the development of large-scale and complicated software, each person in charge of developing and managing each component of the software system to be developed is related to the development component that he is in charge of and the development component. It is becoming difficult to grasp the development status of other developed parts quickly and accurately. For this reason, even if there is a deviation in the development process between the development part in charge of itself and other development parts related to the development part, there is no room to take any measures, and there is a wait for the link of other development parts. There was a problem that software development did not proceed smoothly due to problems such as waiting for tests and tests.

【0006】ところで、ソフトウェアの開発における進
捗状況の把握のための既存のシステム、例えば、パート
図を用いた進捗管理システムでは、開発工程をいくつか
の工程に分けて各工程間に優先順位をつけて視覚的に把
握するといったことが行われてきた。また、他の管理シ
ステムでも、自己が担当する開発部品の進捗状況を視覚
的に把握することができるものが知られている。
By the way, in an existing system for grasping the progress status in software development, for example, a progress management system using a part diagram, the development process is divided into several processes and priorities are given to the respective processes. Have been grasped visually. Also, it is known that other management systems can visually grasp the progress status of the development parts that they are in charge of.

【0007】しかしながら、ソフトウェアの構成自体に
着目して自己が担当する開発部品と該開発部品に関連す
る他の開発部品との間の進捗状況を、迅速かつ正確に把
握することができる進捗管理システムはなかった。
However, by paying attention to the software configuration itself, the progress management system capable of promptly and accurately grasping the progress status between the development part in charge of itself and other development parts related to the development part. There was no.

【0008】[0008]

【発明が解決しようとする課題】上記のように、大規模
・複雑化したソフトウェアの開発においては、開発対象
であるソフトウェアシステムの各部品を開発・管理する
各担当者は、自己が担当する開発部品及び該開発部品に
関連する他の開発部品の開発状態を、迅速かつ正確に把
握することが困難となりつつあった。このため、自己が
担当する開発部品と該開発部品に関連する他の開発部品
との間に開発工程のズレが生じても、何等の対策を立て
る余裕もないまま、他の開発部品のリンク待ちやテスト
待ち等が発生し、ソフトウェアの開発がスムーズに進ま
ない等の問題があった。
As described above, in the development of large-scale and complicated software, each person who develops and manages each component of the software system to be developed is responsible for the development that he is in charge of. It has become difficult to grasp the development status of a component and other developed components related to the developed component quickly and accurately. For this reason, even if there is a deviation in the development process between the development part in charge of itself and other development parts related to the development part, there is no room to take any measures, and there is a wait for the link of other development parts. There was a problem that software development did not proceed smoothly due to problems such as waiting for tests and tests.

【0009】また、従来よりパート図を用いた進捗管理
システムにおいて、開発工程をいくつかの工程に分けて
各工程間に優先順位をつけて視覚的に把握するといった
ことが行われてきた。また、他の管理システムでも、自
己が担当する開発部品の進捗状況を視覚的に把握するこ
とができるものが知られていた。
Further, conventionally, in a progress management system using a part drawing, it has been performed to divide a development process into several processes, prioritize each process, and visually grasp the process. In addition, it has been known that other management systems are capable of visually grasping the progress status of development parts under their control.

【0010】しかしながら、ソフトウェアの構成自体に
着目して自己が担当する開発部品と該開発部品に関連す
る他の開発部品との間の進捗状況を、迅速かつ正確に把
握することができる進捗管理システムはなかった。
However, by paying attention to the software configuration itself, a progress management system capable of quickly and accurately grasping the progress status between the development part under its charge and other development parts related to the development part. There was no.

【0011】本発明の目的は、開発対象のソフトウェア
がどのような開発部品から構成され、該開発部品は各々
どのように関連しているかを迅速かつ正確に把握するこ
とができるソフトウェア開発進捗システムを提供するも
のである。
An object of the present invention is to provide a software development progress system capable of quickly and accurately grasping what kind of development parts the software to be developed is composed of and how the development parts are related to each other. It is provided.

【0012】[0012]

【課題を解決するための手段】本発明は、階層的に構成
される開発部品群よりなるソフトウェアの開発に際し、
開発予定値と開発実績値とから進捗データを生成し、該
進捗データに基づいて進捗状況を画面上に表示するソフ
トウェア開発進捗把握システムにおいて、前記開発部品
群の構成情報と開発部品間の関連情報とからなるソフト
ウェア構成情報を記憶する手段と、前記開発部品群の中
から一の開発部品を特定する手段と、この手段により特
定された一の開発部品に対して所定の利用関係を有する
他の開発部品を前記ソフトウェア構成情報に基づいて同
定する手段と、前記一の開発部品及び他の開発部品が各
々位置する階層レベルを判別する手段と、この手段によ
り判別された各々の階層レベルに応じてフレームを決定
する手段と、前記所定の利用関係に従い、前記決定する
手段により決定された各々のフレームを画面上に配置す
る手段とを具備し、前記一の開発部品及び他の開発部品
に対応する進捗状況を前記フレーム内に表示することを
特徴とするソフトウェア開発進捗把握システムである。
SUMMARY OF THE INVENTION The present invention provides a method for developing software comprising a group of development components that are hierarchically structured.
In a software development progress comprehension system that generates progress data from planned development values and development actual values and displays the progress status on the screen based on the progress data, configuration information of the development component group and related information between the development components. Means for storing software configuration information consisting of, means for specifying one development component from the development component group, and other means having a predetermined usage relationship for the one development component specified by this means. A means for identifying a development part based on the software configuration information, a means for discriminating a hierarchical level at which the one development component and another development component are respectively located, and a means for discriminating each hierarchical level determined by this means And a means for deciding a frame, and a means for arranging each frame decided by the deciding means on a screen according to the predetermined use relationship. A software development progress grasping system and displaying the progress corresponding to the one developed components and other development components in the frame.

【0013】また、本発明は、階層的に構成される開発
部品群よりなるソフトウェアの開発に際し、開発予定値
と開発実績値とから進捗データを生成し、該進捗データ
に基づいて進捗状況を画面上に表示するソフトウェア開
発進捗把握システムにおいて、前記開発部品群の構成情
報と開発部品間の関連情報とからなるソフトウェア構成
情報を予め記憶し、前記開発部品群の中から一の開発部
品を特定し、この特定された一の開発部品に対して所定
の利用関係を有する他の開発部品を前記ソフトウェア構
成情報に基づいて同定し、前記一の開発部品及び他の開
発部品が各々位置する階層レベルを判別し、この判別さ
れた各々の階層レベルに応じてフレームを決定した後、
前記一の開発部品及び他の開発部品に対応する進捗状況
を画面表示するに際し、前記所定の利用関係に従い、前
記決定する手段により決定された各々のフレームを画面
上に配置し、該フレーム内に前記進捗状況を表示するこ
とを特徴とするソフトウェア開発進捗把握システムであ
る。
Further, according to the present invention, when developing software consisting of a development component group configured hierarchically, progress data is generated from the planned development value and the actual development value, and the progress status is displayed on the basis of the progress data. In the software development progress comprehension system displayed above, software configuration information including configuration information of the development parts group and related information between the development parts is stored in advance, and one development part is identified from the development parts group. , Other development parts having a predetermined usage relationship with the specified one development part are identified based on the software configuration information, and a hierarchy level in which the one development part and the other development part are respectively located is identified. After determining and determining the frame according to each of the determined hierarchical levels,
When displaying the progress status corresponding to the one development component and the other development component on the screen, each frame determined by the determining unit is arranged on the screen in accordance with the predetermined usage relationship, and in the frame. A software development progress comprehension system characterized by displaying the progress status.

【0014】[0014]

【作用】本発明に係るソフトウェア開発進捗把握システ
ムは、使用者が、開発対象のソフトウェアがどのような
開発部品から構成されているかというソフトウェア構成
情報、該開発部品が相互にどのように関連しているかと
いう開発部品関連情報及び開発スケジュールに関する情
報をソフトウェアの開発開始前に設定し、入力する。開
発開始後、使用者が必要の都度、開発実績値を入力する
ことにより、使用者が担当する開発部品の進捗状況を表
示するとともに、開発部品関連情報に基づいて該開発部
品に関連する他の開発部品の進捗状況を表示する。
In the software development progress grasping system according to the present invention, the user is provided with software configuration information indicating what kind of development parts the software to be developed is composed of, and how the development parts relate to each other. Information about development parts such as squid and information about development schedule are set and input before the software development starts. After the development is started, the user inputs the development performance value each time it is necessary to display the progress status of the development part in charge of the user, and to display other progress related to the development part based on the development part related information. Display the progress status of development parts.

【0015】従って、本発明によれば、自己が担当する
開発部品の進捗状況を把握することができるとともに、
該開発部品に関連する他の開発部品の進捗状況を迅速か
つ的確に把握することができるようになる。例えば、テ
スト工程に入る前にテスト待ちの有無やその待ち時間の
度合いも一見して把握できるようになる。これにより、
開発の進め方やリソースの配分等の早期対策を施すこと
ができるようになり、無駄のない円滑な開発を実現する
ことができる。
Therefore, according to the present invention, it is possible to grasp the progress status of the development parts under its charge, and
It is possible to quickly and accurately grasp the progress status of other development parts related to the development part. For example, it becomes possible to see at a glance whether or not there is a test waiting and the degree of the waiting time before entering the test process. This allows
It becomes possible to take early measures such as how to proceed with development and allocation of resources, and it is possible to realize smooth development without waste.

【0016】[0016]

【実施例】以下、図面を参照しながら本発明の実施例に
ついて説明する。図1は、ソフトウェア開発進捗把握シ
ステムの構成の一例を示す図である。即ち、中央のソフ
トウェア進捗管理部1にはネットワーク2aを介してロ
ーカルドライブ3A,3B,3C,…が接続され、さら
にこのローカルドライブ3A,3B,3C,…にはネッ
トワーク2bを介して各々ターミナル4A,4B,4
C,…が接続されている。なお、ここでいうローカルド
ライブとは、各コンポーネント毎に開発予定値や開発実
績値を保存するものをいうことにする。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a diagram showing an example of the configuration of a software development progress ascertaining system. That is, local drives 3A, 3B, 3C, ... Are connected to the central software progress management unit 1 via a network 2a, and these local drives 3A, 3B, 3C ,. , 4B, 4
C, ... Are connected. It should be noted that the local drive referred to here is one that stores the planned development value and the actual development value for each component.

【0017】図2は、ソフトウェア開発進捗管理部1の
概略機能を説明するための図である。同図において、入
力部21は、ソフトウェアの開発に対する予定値a、実
績値b、ソフトウェア構成情報c及びその他の情報を入
力するためのものである。
FIG. 2 is a diagram for explaining a schematic function of the software development progress management unit 1. In the figure, an input unit 21 is for inputting a planned value a for software development, an actual value b, software configuration information c, and other information.

【0018】予定値aは、図3(a)に示すように、開
発工程毎の開始予定日、終了予定日及び成果物予定量等
からなる。この予定値aは、ソフトウェアの開発開始前
に設定されるが、開発スケジュールの修正に伴って適宜
再設定される。また、実績値bは、同図に示すように、
各開発者の実開始日、実終了日及び作成成果物量等並び
に作成成果物に基づいて算出されるステップ数やコンパ
イル回数等からなる。この実績値bは、開発開始後開発
終了まで、定められた周期や必要の都度入力される。ま
た、実績値bはシステム内では図3(b),(c)のよ
うに表現される。 一方、ソフトウェア構成情報cは、
開発対象のソフトウェアが、どのような開発部品から構
成され、該開発部品間にはどのような関連があるかにつ
いての情報等からなる。例えば、開発するソフトウェア
が図4に示す構成であったとする。同図において、実線
41は、上述の開発部品間の階層関係を表し、破線42
は、開発部品相互間に関連があることを表している。従
って、例えば、機能CのコンポーネントC1 は、2つの
モジュールC1-1 及びC1-2 からなり、機能Cの動作を
確認するためには、機能B以下のコンポーネントB2
3 が必要であるという関連があることを表している。
従って、開発部品に関する情報cは、図5(a)に示す
ように、機能レベル51、コンポーネントレベル52及
びモジュールレベル53の各々の階層レベルにおける開
発部品が設定され、また、同図(b)に示すように、各
々の階層レベルにおける開発部品に関連する開発部品と
からなる。開発者は、ソフトウェアの開発開始前に、こ
れら開発部品の構成と関連とを設定するが、相当する開
発部品がない場合は、その部分については特に設定する
必要はない。なお、階層レベルを考慮した開発部品の構
成を示すデータの内部表現は、例えば、以下のようにな
る。
As shown in FIG. 3A, the planned value a is composed of a planned start date, a planned finish date, a planned product deliverable, etc. for each development process. The scheduled value a is set before the start of software development, but is reset appropriately as the development schedule is modified. Further, the actual value b is, as shown in FIG.
It consists of the actual start date and actual end date of each developer, the amount of created products, and the number of steps and the number of compilations calculated based on the created products. The actual performance value b is input from the start of development to the end of development at a predetermined cycle or whenever necessary. The actual value b is represented in the system as shown in FIGS. 3 (b) and 3 (c). On the other hand, the software configuration information c is
The software to be developed is made up of information such as what kind of development parts are made up and what kind of relation there is between the development parts. For example, assume that the software to be developed has the configuration shown in FIG. In the figure, a solid line 41 represents a hierarchical relationship between the above-described developed parts, and a broken line 42.
Indicates that the developed parts are related to each other. Therefore, for example, the component C 1 of the function C is composed of two modules C 1-1 and C 1-2 , and in order to confirm the operation of the function C, the component B 2 below the function B,
It shows that there is a relation that B 3 is necessary.
Therefore, as for the information c on the developed parts, as shown in FIG. 5A, the developed parts at the respective hierarchical levels of the function level 51, the component level 52 and the module level 53 are set, and in the same figure (b). As shown, it consists of development parts related to the development parts in each hierarchical level. The developer sets the configuration and the relation of these development parts before starting the development of the software, but if there is no corresponding development part, it is not necessary to set the part in particular. The internal representation of the data indicating the configuration of the development component considering the hierarchical level is as follows, for example.

【0019】C(C1(C3,C4),C2(C5)) B(B1(B4),B2(B5,B6),B3(B
7)) また、開発部品の関連を示すデータの内部表現は、例え
ば、以下のようになる。
C (C1 (C3, C4), C2 (C5)) B (B1 (B4), B2 (B5, B6), B3 (B
7)) Further, the internal representation of the data showing the relationship of the developed parts is as follows, for example.

【0020】A(B1) C(B2,B3) 従って、例えば、機能Cについて注目すると、機能Cが
コンポーネントC1 及びC2 からなり、コンポーネント
1 はモジュールC1-1 及びC1-2 、コンポーネントC
2 はモジュールC2-1 から構成され、機能Cの動作を確
認するためには、機能BのコンポーネントB2 ,B3
必要であるということを表している。
A (B1) C (B2, B3) Therefore, for example, focusing on the function C, the function C is composed of the components C 1 and C 2 , and the component C 1 is the module C 1-1 and C 1-2 , Component C
Reference numeral 2 is composed of the module C 2-1 and indicates that the components B 2 and B 3 of the function B are necessary to confirm the operation of the function C.

【0021】この入力部1から入力される予定値a、実
績値b及びソフトウェア構成情報cは、データ保存部2
2の予定値ファイル22a、実績値ファイル22b及び
ソフトウェア構成情報ファイル22cにそれぞれ記憶さ
れる。なお、これらのデータは、ターミナル4のいずれ
か又は各々から入力し、ネットワーク2a,2bを介し
てデータ保存部22に記憶するようにしてもよい。
The scheduled value a, the actual value b, and the software configuration information c input from the input unit 1 are stored in the data storage unit 2.
2 are stored in the scheduled value file 22a, the actual value file 22b, and the software configuration information file 22c. Note that these data may be input from any or each of the terminals 4 and stored in the data storage unit 22 via the networks 2a and 2b.

【0022】進捗状況表示制御部23は、ある開発者が
担当するある開発部品に注目し、その進捗状況を把握し
ようとする場合、進捗状況表示モードにおいて、入力部
21から注目するその開発部品名とその実績値とを入力
することにより、データ保存部22に記憶された諸デー
タに基づいて進捗状況を視覚的に表示する。このとき、
該開発者が担当する開発部品に加えて、これに関連する
他の開発部品がある場合には、これら関連する他の開発
部品の進捗状況も併せて表示する。図6は、特定の開発
者が担当する開発部品及び該開発部品に関連する他の開
発部品の進捗状況を表示した画面の一例を示す図であ
る。各フレームは、階層レベル毎に視覚的に識別可能に
表示され、また、フレーム61は、注目された開発部品
C1 についての進捗状況を表示し、このフレーム61の
左側に表示されたフレーム62は、該開発部品C1 に関
連する他の開発部品であって、開発部品C1 より優先す
る(先工程の)開発部品についての進捗状況を表示して
いる。なお、本実施例では、コンポーネントフレームに
ついてのみ進捗状況を表示しているが、例えば、使用者
の選択により、機能Bのについての進捗状況を表示する
ようにしてもよい。
The progress status display control unit 23 pays attention to a certain development part under the control of a certain developer, and when trying to grasp the progress status, in the progress status display mode, the development part name to be noted from the input unit 21. And the actual value thereof are input, the progress status is visually displayed based on various data stored in the data storage unit 22. At this time,
If there are other development parts related to the development parts in addition to those developed by the developer, the progress statuses of the other development parts related thereto are also displayed. FIG. 6 is a diagram showing an example of a screen displaying the progress statuses of a development component in charge of a specific developer and other development components related to the development component. Each frame is displayed in a visually distinguishable manner for each hierarchical level, and a frame 61 displays the progress status of the development component C1 of interest, and a frame 62 displayed on the left side of this frame 61 is a further development component associated with the development component C 1, prevails over development component C 1 (the previous step) displaying the progress of the development part. In this embodiment, the progress status is displayed only for the component frame, but the progress status for the function B may be displayed, for example, by the selection of the user.

【0023】次に、この進捗状況表示制御部23の詳細
について説明する。図7は、進捗状況表示制御部23の
構成を示す図である。階層レベル判別部71は、注目し
た開発部品がどの階層レベルに位置するかを判別する。
即ち、階層レベル判別部71は、指定された特定の開発
者の特定の開発部品が、どの階層レベルに位置するか、
即ち、機能レベルであるか、コンポーネントレベルであ
るか又はモジュールレベルであるかをソフトウェア構成
情報ファイル22cに記憶されたソフトウェア構成情報
cに基づいて判別する。
Next, details of the progress display control unit 23 will be described. FIG. 7 is a diagram showing a configuration of the progress status display control unit 23. The hierarchy level discriminating unit 71 discriminates at which hierarchy level the focused development component is located.
That is, the hierarchy level determination unit 71 determines to which hierarchy level the specific development component of the specified specific developer is located.
That is, it is determined whether it is the function level, the component level, or the module level based on the software configuration information c stored in the software configuration information file 22c.

【0024】この階層レベル判別部71によって得られ
た結果は、1つはフレームデータ決定部72に送出さ
れ、他の1つは進捗データ生成部73に送出される。フ
レームデータ決定部72は、階層レベル判別部71によ
り得られる結果に応じて、階層レベル毎に予め定められ
たフォーマットのフレームデータを決定する。このフレ
ームデータは、表示部77に表示された場合に、階層レ
ベル毎に視覚的に識別されるようになっている。また、
進捗データ生成部73は、注目した開発部品の下位階層
レベルにある開発部品の進捗状況を表示するための進捗
データを実績値ファイル22bに記憶された実績値に基
づいて生成する。
One of the results obtained by the hierarchy level discriminating unit 71 is sent to the frame data determining unit 72, and the other one is sent to the progress data generating unit 73. The frame data determination unit 72 determines the frame data of a predetermined format for each hierarchical level according to the result obtained by the hierarchical level determination unit 71. When displayed on the display unit 77, this frame data is visually identified for each hierarchical level. Also,
The progress data generation unit 73 generates progress data for displaying the progress status of the development component in the lower hierarchical level of the development component of interest based on the performance value stored in the performance value file 22b.

【0025】一方、利用関係同定部74は、注目した開
発部品に関連する他の開発部品が存在するか否かについ
て調べ、関連する他の開発部品が存在する場合は、階層
レベル判別部71に該他の開発部品がどの階層レベルに
位置するかを問い合わせるとともに、その利用関係から
開発部品相互間の優劣を求める。ここで、開発部品相互
間の優劣とは、例えば、機能Cの動作を確認するために
は機能BのコンポーネントB2 ,B3 が必要であるとい
う場合には、機能Cより機能BのコンポーネントB2
3 の方が優位にあることをいう。
On the other hand, the utilization relationship identifying unit 74 checks whether or not there is another development component related to the development component of interest. The hierarchy level of the other developed parts is inquired, and the superiority or inferiority between the developed parts is obtained from the usage relationship. Here, the superiority or inferiority between the developed parts means that, for example, if the components B 2 and B 3 of the function B are required to confirm the operation of the function C, the component B of the function B is more important than the component B of the function C. 2 ,
B 3 is superior.

【0026】フレーム配置部75は、表示部77に表示
される際に、小フレーム顔やフレームよりも優位に表示
されるようにフレーム間の入れ子関係に関する配置を決
定する。具体的には、親フレームに対し階層関係にある
直系の子フレームがその親フレームの中に又は上書きに
表示されるように配置関係を決定する。また、このフレ
ーム配置部75は、利用関係同定部74により求められ
た開発部品相互間の優劣に基づいて、フレーム相互間の
配置を決定する。即ち、機能Cの動作を確認するために
は機能BのコンポーネントB2 ,B3 が必要であるとい
う場合、機能フレームCより機能フレームBの方が優位
であるとされるため、例えば、図6に示したように、機
能フレームBが機能フレームCよりも左側になるように
配置情報を生成する。このフレーム配置部75により生
成されたフレーム間の入れ子関係に関する配置情報及び
フレーム間の優劣関係に関する配置情報は、表示処理部
76に送出される。
The frame arranging unit 75 determines the arrangement regarding the nesting relationship between the frames so that the frame arranging unit 75 can display the small frame face or the frame more preferentially when displayed on the display unit 77. Specifically, the layout relationship is determined so that the direct child frame having a hierarchical relationship with the parent frame is displayed in the parent frame or overwritten. Further, the frame placement unit 75 determines the placement between the frames based on the superiority or inferiority between the developed parts obtained by the usage relationship identification unit 74. That is, when the components B 2 and B 3 of the function B are required to confirm the operation of the function C, it is considered that the function frame B is superior to the function frame C. As shown in FIG. 5, the arrangement information is generated so that the functional frame B is located on the left side of the functional frame C. The layout information about the nesting relationship between the frames and the layout information about the superiority / inferiority relationship between the frames generated by the frame arranging unit 75 are sent to the display processing unit 76.

【0027】表示処理部76は、これらフレームの配置
情報及び進捗データに従って描画データに変換し、この
描画データを表示部77に送出する。表示部77では、
この描画データに従って視覚的に表示する。
The display processing unit 76 converts the drawing data into drawing data according to the arrangement information and progress data of these frames, and sends the drawing data to the display unit 77. In the display unit 77,
It is displayed visually according to this drawing data.

【0028】次に、この進捗状況表示制御部23の動作
について説明する。図8は、進捗状況表示制御部の動作
を説明するためのフローチャートである。まず、入力部
21から注目する開発部品名及びその実績値とを入力す
る(STEP1)。この入力された開発部品名を開発開始前
に既に設定されているソフトウェア構成情報と照合する
(STEP 2)。照合結果から、入力された開発部品の階層
レベルが何であるか(機能レベル/コンポーネントレベ
ル/モジュールレベル)を判別する(STEP 3)。これに
よりフレームの入れ子関係が決定する(STEP 4)。ま
た、入力された開発部品名と既に設定されている開発部
品関連情報から、入力された開発部品に関連部品がある
かを調べる(STEP 5)。関連部品がある場合は、開発部
品とその関連部品のフレームの優先順位を決定する(ST
EP 6)。次に、実績値と予め入力されている予定値から
進捗データを生成する(STEP 7)。この進捗データ並び
にフレームの入れ子関係及び優先順位により、描画デー
タを作成し(STEP 8)、画面に進捗状況を表示する(ST
EP 9)。関連部品が無い場合は、STEP 7以降を実施す
る。
Next, the operation of the progress status display control section 23 will be described. FIG. 8 is a flowchart for explaining the operation of the progress status display control unit. First, the name of the developed component and its actual value are input from the input unit 21 (STEP 1). The input development part name is collated with the software configuration information that has already been set before the development starts (STEP 2). From the collation result, it is determined what the hierarchical level of the input development component is (function level / component level / module level) (STEP 3). This determines the nesting relationship of frames (STEP 4). Also, it is checked whether there is a related part in the input development part from the input development part name and the development part related information that has already been set (STEP 5). If there is a related part, determine the priority of the development part and the frame of the related part (ST
EP 6). Next, the progress data is generated from the actual value and the previously input planned value (STEP 7). Drawing data is created (STEP 8) based on this progress data, frame nesting relationship and priority order, and the progress status is displayed on the screen (STEP 8).
EP 9). If there are no related parts, carry out STEP 7 and later.

【0029】例えば、ある開発者が担当するコンポーネ
ントC1 に注目したとする。まず、開発部品名C1 及び
その実績値が図3(c)のように入力される。すると、
前述の開発部品の構成を示すデータと照合し、コンポー
ネントC1 は機能Cの下位で、モジュールC1-1 とC
1-2 とから構成されているコンポーネントであることが
確認される。コンポーネントC1 のフレームは、機能C
のフレームの入れ子であり、モジュールC1-1 ,C1-2
のフレームを入れ子として持つ、と決定づけられる。ま
た、関連部品の関連を示すデータから、機能Cはコンポ
ーネントB2 ,B3 と関連があることがわかり、コンポ
ーネントB2 ,B3 は、注目しているコンポーネントC
1 よりフレームの優先順位が高いことがわかる。また、
進捗データは、実績値と、先に入力済みの図3(a)の
予定値から生成される。これを、フレームの配置と合わ
せて描画データを作成し、図6のように進捗状況を表示
する。
For example, suppose that a developer focuses on the component C1. First, the developed part name C 1 and its actual value are input as shown in FIG. Then,
By collating with the data showing the configuration of the development parts described above, the component C1 is a subordinate of the function C, and the modules C1-1 and C are used.
It is confirmed that the component consists of 1-2 and. The frame of the component C 1 is the function C
Nested in the frame of the module C 1-1 , C 1-2
It is decided to have the frame of as a nest. Further, from the data indicating the relationship between the related components, it is found that the function C is related to the components B 2 and B 3, and the components B 2 and B 3 are the component C that is the focus of attention.
It can be seen that the priority of frames is higher than 1 . Also,
The progress data is generated from the actual value and the previously input planned value of FIG. 3A. Drawing data is created by combining this with the arrangement of frames, and the progress status is displayed as shown in FIG.

【0030】[0030]

【発明の効果】以上のように、本発明に係るソフトウェ
ア開発進捗把握装置によれば、ソフトウェア開発開始前
にソフトウェア構成を設定し、開発予定値を入力した
後、実際の開発の進捗に合わせて実績値を入力すること
で、開発の予定値と実績値とからその進捗状況を表示す
ることができる。また開発前に設定されたソフトウェア
構成の内容を元に、自己の開発部品に関連する他の開発
部品の進捗状況をも把握することが可能となる。そし
て、開発者や管理者は、これらの進捗情報を基に、開発
の現段階における課題を迅速かつ正確に把握することが
できる。従って、その結果、OS開発などの、特に開発
規模の大きいソフトウェア開発において、例えば、以下
のような効果を得ることができる。
As described above, according to the software development progress ascertaining apparatus of the present invention, the software configuration is set before the software development is started, the planned development value is input, and then the actual development progress is performed. By inputting the actual value, the progress status can be displayed from the planned development value and the actual value. Further, based on the contents of the software configuration set before the development, it is possible to grasp the progress status of other development parts related to the self-developed parts. Then, the developer and the administrator can quickly and accurately grasp the problem at the current stage of development based on the progress information. Therefore, as a result, for example, the following effects can be obtained in software development with a particularly large development scale such as OS development.

【0031】即ち、開発者は、自分の開発担当部品と関
わりのある関連開発部品の進捗を常時チェックできるの
で、WT等の会議を設定するための調整時間や会議のた
めの移動時間が大幅に短縮される。
That is, since the developer can constantly check the progress of the related development parts related to his / her own development charge part, the adjustment time for setting the meeting such as WT and the moving time for the meeting can be greatly increased. Shortened.

【0032】また、関連開発部品の進捗に何らかの異常
があれば、それ相応の対策を早期に立てることができ
る。さらに、1人で複数の開発部品を担当している場
合、各々の進捗状況、各々の関連部品の進捗状況がわか
るので、現在の注力点を把握することができる。
Further, if there is any abnormality in the progress of the related development parts, appropriate measures can be taken early. Furthermore, when one person is in charge of a plurality of development parts, since the progress status of each and the related parts can be known, the current focus point can be grasped.

【0033】また、管理者は、本装置から得られる情報
を、開発途中でのリソースの再配分などに役立てること
ができる。このように、ソフトウェア開発において使用
者は、自分が開発(管理)担当するソフトウェア構成部
品の開発状況を把握するとともに、他の開発部品に影響
されて起こり得る開発トラブルを未前に防いだり、最小
限に押えることができるので、トラブル、ムダ時間の少
ないスムーズなソフトウェア開発を実現することが可能
となる。
Further, the administrator can utilize the information obtained from this device for the reallocation of resources during the development. In this way, in software development, the user grasps the development status of the software component that he / she is in charge of development (management), prevents the development trouble that may be caused by other development parts, and minimizes it. Since it can be suppressed to the limit, smooth software development with less trouble and waste time can be realized.

【図面の簡単な説明】[Brief description of drawings]

【図1】 ソフトウェア開発進捗把握システムの構成の
一例を示す図。
FIG. 1 is a diagram showing an example of the configuration of a software development progress ascertaining system.

【図2】 ソフトウェア開発進捗管理部1の構成を示す
図。
FIG. 2 is a diagram showing a configuration of a software development progress management unit 1.

【図3】 予定値及び実績値を説明するための図。FIG. 3 is a diagram for explaining planned values and actual values.

【図4】 本実施例のソフトウェア構成を説明するため
の図。
FIG. 4 is a diagram for explaining the software configuration of this embodiment.

【図5】 ソフトウェア構成情報を説明するための図。FIG. 5 is a diagram for explaining software configuration information.

【図6】 進捗状況を表示した画面の一例を示す図。FIG. 6 is a diagram showing an example of a screen displaying a progress status.

【図7】 進捗状況表示部の構成を示す図。FIG. 7 is a diagram showing a configuration of a progress status display unit.

【図8】 進捗状況表示制御部の動作を説明するための
図。
FIG. 8 is a diagram for explaining the operation of a progress status display control unit.

【図9】 一般的なソフトウェア構成を説明するための
図。
FIG. 9 is a diagram for explaining a general software configuration.

【符号の説明】[Explanation of symbols]

1…ソフトウェア開発進捗管理部 2…ネットワーク 3…ローカルドライブ 4…ターミナル 21…入力部 22…データ保存部 23…進捗状況表示部 51…機能レベル 52…コンポーネントレベル 53…モジュールレベル 71…階層レベル判別部 72…フレームデータ決定部 73…進捗データ生成部 74…関連部品同定部 75…フレーム配置部 76…表示処理部 77…表示部 1 ... Software development progress management unit 2 ... Network 3 ... Local drive 4 ... Terminal 21 ... Input unit 22 ... Data storage unit 23 ... Progress status display unit 51 ... Function level 52 ... Component level 53 ... Module level 71 ... Hierarchical level determination unit 72 ... Frame data determination unit 73 ... Progress data generation unit 74 ... Related component identification unit 75 ... Frame placement unit 76 ... Display processing unit 77 ... Display unit

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 階層的に構成される開発部品群よりなる
ソフトウェアの開発に際し、開発予定値と開発実績値と
から進捗データを生成し、該進捗データに基づいて進捗
状況を画面上に表示するソフトウェア開発進捗把握シス
テムにおいて、 前記開発部品群の構成情報と開発部品間の関連情報とか
らなるソフトウェア構成情報を記憶する手段と、 前記開発部品群の中から一の開発部品を特定する手段
と、 この手段により特定された一の開発部品に対して所定の
利用関係を有する他の開発部品を前記ソフトウェア構成
情報に基づいて同定する手段と、 前記一の開発部品及び他の開発部品が各々位置する階層
レベルを判別する手段と、 この手段により判別された各々の階層レベルに応じてフ
レームを決定する手段と、 前記所定の利用関係に従い、前記決定する手段により決
定された各々のフレームを画面上に配置する手段とを具
備し、 前記一の開発部品及び他の開発部品に対応する進捗状況
を前記フレーム内に表示することを特徴とするソフトウ
ェア開発進捗把握システム。
1. When developing software consisting of a development component group configured hierarchically, progress data is generated from a planned development value and a development actual value, and a progress situation is displayed on a screen based on the progress data. In the software development progress comprehension system, means for storing software configuration information consisting of configuration information of the development parts group and related information between the development parts, means for specifying one development part from the development parts group, Means for identifying, based on the software configuration information, another development component having a predetermined usage relationship with the one development component specified by this means, and the one development component and the other development component are respectively located. Means for determining a hierarchy level, means for determining a frame according to each hierarchy level determined by this means, according to the predetermined use relationship, Means for arranging each frame determined by the determining means on the screen, and displaying the progress status corresponding to the one development component and the other development component in the frame. Software development progress monitoring system.
【請求項2】 前記配置する手段は、前記所定の利用関
係に従い、前記画面上の一軸方向に前記一の開発部品及
び他の開発部品を配置することを特徴とする請求項1記
載のソフトウェア開発進捗把握システム。
2. The software development according to claim 1, wherein the arranging means arranges the one development component and the other development component in one axial direction on the screen according to the predetermined usage relationship. Progress tracking system.
【請求項3】 前記配置する手段は、前記一の開発部品
の下位層の開発部品のフレームを前記一の開発部品のフ
レームより優位に配置することを特徴とする請求項1記
載のソフトウェア開発進捗把握システム。
3. The software development progress according to claim 1, wherein the arranging means arranges a frame of a development component in a lower layer of the one development component in a superior manner to a frame of the one development component. Grasping system.
【請求項4】 階層的に構成される開発部品群よりなる
ソフトウェアの開発に際し、開発予定値と開発実績値と
から進捗データを生成し、該進捗データに基づいて進捗
状況を画面上に表示するソフトウェア開発進捗把握シス
テムにおいて、 前記開発部品群の構成情報と開発部品間の関連情報とか
らなるソフトウェア構成情報を予め記憶し、 前記開発部品群の中から一の開発部品を特定し、この特
定された一の開発部品に対して所定の利用関係を有する
他の開発部品を前記ソフトウェア構成情報に基づいて同
定し、前記一の開発部品及び他の開発部品が各々位置す
る階層レベルを判別し、この判別された各々の階層レベ
ルに応じてフレームを決定した後、 前記一の開発部品及び他の開発部品に対応する進捗状況
を画面表示するに際し、前記所定の利用関係に従い、前
記決定する手段により決定された各々のフレームを画面
上に配置し、該フレーム内に前記進捗状況を表示するこ
とを特徴とするソフトウェア開発進捗把握システム。
4. When developing software consisting of a development component group that is hierarchically structured, progress data is generated from a planned development value and a development actual value, and the progress status is displayed on the screen based on the progress data. In the software development progress comprehension system, software configuration information including configuration information of the development component group and related information between the development components is stored in advance, one development component is identified from the development component group, and this identification is performed. Another development component having a predetermined usage relationship with respect to the other development component is identified based on the software configuration information, and a hierarchy level in which the one development component and the other development component are respectively located is determined. After determining the frame according to each of the determined hierarchical levels, when displaying the progress status corresponding to the one development component and the other development component on the screen, the predetermined A software development progress grasping system characterized by arranging each frame determined by the determining means on a screen in accordance with the usage relationship and displaying the progress in the frame.
JP25957593A 1993-10-18 1993-10-18 Software development progress grasping system Pending JPH07114466A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP25957593A JPH07114466A (en) 1993-10-18 1993-10-18 Software development progress grasping system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP25957593A JPH07114466A (en) 1993-10-18 1993-10-18 Software development progress grasping system

Publications (1)

Publication Number Publication Date
JPH07114466A true JPH07114466A (en) 1995-05-02

Family

ID=17336031

Family Applications (1)

Application Number Title Priority Date Filing Date
JP25957593A Pending JPH07114466A (en) 1993-10-18 1993-10-18 Software development progress grasping system

Country Status (1)

Country Link
JP (1) JPH07114466A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007087415A (en) * 2006-11-13 2007-04-05 Fujitsu Ltd Operation result management device, operation plan support device and storage medium storing program for making computer execute processing in them
JP2011221723A (en) * 2010-04-08 2011-11-04 Hitachi Ltd Work management device, work management method, and work management program

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007087415A (en) * 2006-11-13 2007-04-05 Fujitsu Ltd Operation result management device, operation plan support device and storage medium storing program for making computer execute processing in them
JP4696050B2 (en) * 2006-11-13 2011-06-08 富士通株式会社 Work result management apparatus, work plan support apparatus, and storage medium storing a program for causing a computer to perform processing in these apparatuses
JP2011221723A (en) * 2010-04-08 2011-11-04 Hitachi Ltd Work management device, work management method, and work management program

Similar Documents

Publication Publication Date Title
JP4571819B2 (en) Predictive and preemptive planning and scheduling for systems and methods with different job priorities
US8225319B2 (en) Scheduling allocation of a combination of resources to a task that has a constraint
CN109559088A (en) Task management method, device, electronic equipment and storage medium
CN109684057A (en) Task processing method, device and storage medium
CN110209574A (en) A kind of data mining system based on artificial intelligence
CN113157379A (en) Cluster node resource scheduling method and device
KR20120053873A (en) Method of developing software and apparatus for the same
US9542161B2 (en) Method and system for generating a source code for a computer program for execution and simulation of a process
CN115907683A (en) Realization system and method of workflow engine based on financial product management
CN102789401B (en) Test process control method and device on basis of flexible testing technology
KR100311187B1 (en) Dynamic Information Processing System and Method
Boehm et al. Composable process elements for developing COTS-based applications
CN113052696A (en) Financial business task processing method and device, computer equipment and storage medium
CN106294037A (en) Strike-machine method of testing and device
JPH07114466A (en) Software development progress grasping system
US6058334A (en) Apparatus and method for designing and performing a process such as a manufacturing process
Boehm et al. WinWin spiral approach to developing COTS-based applications
CN109858792A (en) A kind of nuclear power station debugging test task management method and system based on test procedure
US20150074688A1 (en) Method and System for Automated Process Distribution
CN115048158A (en) Process arranging and calling method, system and computer equipment thereof
Bocciarelli et al. Resource Modeling in Business Process Simulation
Yu et al. From goal models to feature models: A rule-based approach for software product lines
Netto et al. An automated approach for scheduling bug fix tasks
Bing-hai et al. Agent-based decision support system for dynamic scheduling of a flexible manufacturing system
CN1780233B (en) Method and system for evaluation of policies

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Effective date: 20040217

Free format text: JAPANESE INTERMEDIATE CODE: A131

A521 Written amendment

Effective date: 20040419

Free format text: JAPANESE INTERMEDIATE CODE: A523

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20040514