Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

append message to enable ondemand endpoint #32

Merged
merged 1 commit into from
Jul 28, 2021
Merged

Conversation

shoe116
Copy link
Contributor

@shoe116 shoe116 commented Jul 26, 2021

従量課金エンドポイントのボタンのしたに注記とlinkを追加
to solve: #24

image

@shoe116 shoe116 requested a review from akiomik July 26, 2021 16:16
@shoe116
Copy link
Contributor Author

shoe116 commented Jul 26, 2021

@akiomik file の差分はどれも visual studio が生成するやつです

@@ -84,6 +84,14 @@ private void TabAPI_Click(object sender, EventArgs e)

}

private void textAPIKey_TextChanged(object sender, EventArgs e)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

消してもGUIからいじると復活してしまうっぽいので今回はこのままいきます

<value>バフェット・コードの従量課金エンドポイントを利用できるようにします。


従量課金APIを使うことで、現在5年以内の財務数値しか取得できなかったところ、5年より前の財務数値もBCODE関数で取得することができるようになります。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

現在5年以内の財務数値しか取得できなかったところ

ちょっとだけ日本語が気になりました。「現在〜できなかった」という表現は今までできなかったことが急にできるようになったようなニュアンスが強いけど、利用者からみて時間軸はいつであろうといいので、機能比較を説明した方が伝わりやすいと思います。

例えば:

「月額料金の範囲では5年以内の財務数値しか取得できないところを」

みたいなイメージです。

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

スプシのやつコピペなんだけど、これアレだな リリースノートっぽい文言なんだな
直しますわ

Copy link
Contributor

@akiomik akiomik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

コードの差分はOKです。文言はちょっとだけ気になったので検討してもらえると!

@shoe116
Copy link
Contributor Author

shoe116 commented Jul 28, 2021

@akiomik 文言修正と、注記へのlinkを追加しました

Copy link
Contributor

@akiomik akiomik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typoだけ直して欲しい



従量課金エンドポイントを利用すると、定額料金の範囲(直近5年)より過去の財務数値を取得することができるようになります。
財務数値の取得に従量課金のエンドポイントを利用する必要の有無は、エクセルアドイン内部で都度判定します。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

細かいけど、「〜の有無は」となる場合は「必要性の有無は」としないとちょっと日本語としては不自然かなと思う。

一応別の言い換え案も載せておきます。

  • 「従量課金エンドポイントの利用の要否は」
  • 「従量課金エンドポイントを利用する必要があるかないかは」
  • 「従量課金エンドポイントを利用する必要があるかどうかの判定は、エクセルアドイン内部で都度行います」

(文字の接続が多いので、従量課金のエンドポイントの「の」はない方が読みやすい気がする)

@shoe116 shoe116 merged commit 42ee3a7 into master Jul 28, 2021
@shoe116 shoe116 deleted the mod_ondemand_ribbon branch July 28, 2021 03:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants