Ticket #122 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

0.2.0のチュートリアルのデータが間違っている

Reported by: trichord-devel Assigned to:
Priority: major Milestone: 0.3.0
Component: All Version: 0.2.0
Keywords: Cc:
Fixed Version:
Test Case:

Description

0.2.0に同梱されているチュートリアルのうち、「タスクの追跡」で示しているサンプルデータが間違っている。

誤::

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<ns1:plan xmlns:ns1="http://trichord.change-vision.com/ns/plan-for-excel/1.0">

  <!-- [1] 名前を修正する -->

  <planName>イテレーション#0 TRICHORDのテスト</planName>

  <!-- [2] タイムボックスの各要素の名前を修正する -->

  <timeBoxedElementName>日</timeBoxedElementName>

  <!-- [3] この要素は編集しないでください -->

  <planning>true</planning>

  <!-- [4] イテレーションの範囲を決める -->

  <ns1:labels>

    <label0>4/3</label0>

    <label1>4/4</label1>

    <label2>4/5</label2>

    <label3>4/6</label3>

    <label4>4/7</label4>

  </ns1:labels>

</ns1:bdc>

正::

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<ns1:plan xmlns:ns1="http://trichord.change-vision.com/ns/plan-for-excel/1.0">

  <!-- [1] 名前を修正する -->

  <planName>イテレーション#0 TRICHORDのテスト</planName>

  <!-- [2] タイムボックスの各要素の名前を修正する -->

  <timeBoxedElementName>日</timeBoxedElementName>

  <!-- [3] この要素は編集しないでください -->

  <planning>true</planning>

  <!-- [4] イテレーションの範囲を決める -->

  <ns1:labels>

    <label0>4/3</label0>

    <label1>4/4</label1>

    <label2>4/5</label2>

    <label3>4/6</label3>

    <label4>4/7</label4>

  </ns1:labels>

</ns1:plan>

最後の行のbdcがplanであるべき。

Change History

07/24/06 16:55:10 changed by trichord-devel

  • status changed from new to closed.
  • resolution set to fixed.

0.3.0において、既に修正済みであることを確認しました。