Develop/1.1.0 #2
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
このプルリクエストでは、Google スプレッドシートを PDF として公開し、Google Chat に送信する前に変更内容を入力するための、ユーザーフレンドリーなダイアログが導入されます。また、ドキュメントを更新し、新しいダイアログと変更内容の処理を組み込むために、メインの公開フローをリファクタリングしました。
ユーザーエクスペリエンスの改善:
ChangesInput.html) を追加しました。このダイアログには、スタイル設定された入力、フィードバックメッセージが含まれており、処理のために Google Apps Script と統合されています。公開フローのリファクタリング:
publish_and_send_google_chat関数をshowChangesDialog(ダイアログを表示) とprocessAndSend(入力された変更内容と公開ロジックを処理) に置き換えました。ドキュメントの更新:
README.mdを拡張し、詳細なセットアップ手順、フォルダ構造の例、スクリプトのプロパティとファイルの配置に関する設定手順を追加しました。