OpenAPITools / OpenAPITools/openapi-diff
ExtensionDiff in renderers (just tried console and html)
まだ誰も着手していません。
- 主要言語
- Java
- スター
- 1.1k
- フォーク
- 190
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
I'm implementing ExtensionDiffs, but it seems they don't make it into the renderers, or at least I don't see how they would.
I.e. I'm only using console and html.
The console renderer just lists the route as changed and says there were backward incompatible changes in the spec but no further detail.
The html renderer lists the route under "What's Changed" with an empty <ul> with class detail which then renders as a thick gray line.
It would be nice if the renderers would be able to display details about the extension differences, especially when they are breaking, but also the non-breaking ones would be interesting.
In the html renderer result there is not even an indication whether there were breaking changes or not if the breaking changes come from an extension diff.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、比較出力からコンソールおよびHTMLレンダラーまで ExtensionDiff を追跡し、既存のルート変更と詳細リストのレンダリングに注目します。完了条件は、両方のレンダラーが拡張機能の差分の詳細を表示し、それらの差分が breaking か non-breaking かを示すことです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- api
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100