Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Fix TreeModel.print() method implementation

オープン
#34 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
38/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
python
領域
api

調査の方向性

TreeModel.print() の実装と、issue で参照されている TSP ヘッダーおよびオブジェクトのシリアライズ規則から始めます。TSP に由来するフィールドと、各オブジェクトの "others" データに由来するフィールドを確認します。完了の条件は、TSP が提供するデータだけを出力し、各エントリの一意の ID を独自の列に含めることです。互換性のあるサーバー更新は依存関係として記載します。

索引モデルが issue の本文から書いたものです。

説明

The TreeModel.print() was implemented initially as prototype and optimized for DATA_TREE types and in particular for the function duration statistics. It uses the ColumnDescriptor field that had been provided by the server, but it's not serialized anymore because the TSP doesn't specify it. Instead there is a header field with 'name' and 'tooltip' (see also #33).

This task is track the following things:

  1. Track the update so that only data is printed that is provided by the TSP. This means to ignore parameters that are serialized into in 'others' of each object.
  2. Since each entry in the TreeModel also has an unique ID to be used to identify the entry and which can be used for further queries (e.g. fetch series data of an xy chart or states for timegraphs). The print method shall print the Id in a separate column.

Note, that server updates are needed so that each data provider complies with the TSP and only TSP-specified fields are serialized.

主要言語
Python
スター
6
フォーク
16
PR マージ指標
30日以内にマージされた PR はありません

環境構築

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

eclipse-cdt-cloud/tsp-python-client のほかの issue

eclipse-cdt-cloud/tsp-python-client の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。