Giter Site home page Giter Site logo

shimajima-eiji / gas Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 113 KB

本ファイルはpushをトリガーにREADME.gsの内容に上書きされるため、READMEはWebsite欄参照

Home Page: https://github.com/shimajima-eiji/GAS/discussions/33

gas google-apps-script googleappscript japanese

gas's Issues

[snippets] getpropertyを制御

検索で一意のキーを取得し、固定値で制御したい。
たとえば、property.[key](これを決め打ち) で任意のvalueを得る

snippetsのマイクロ化

現在、1プロジェクトにすべての機能を集約しているため、これを廃止する。
ケースバイケースに分離して使わないと管理コスト(特にセキュリティ)が肥大化してしまう。

GASのプロパティ管理

各プロジェクトで同一の内容を扱うことがある。
共通化を図るのはスプレッドシートなどでも可能だが、どうせならmicroCMSで管理できるのが理想。

[snippets] dictの値が書き換わってしまう

funtion() {
  const s = new snippets.SpreadSheet();
 
 s.getSheet('other sheet id');
  Logger.log(s.dict());
  new snippets.getProperties();
  Logger.log(s.dict());
}

で再現できる。
IDはgetActiveのものだった。

[GAS][Github運用, 経歴更新2022]煩雑なブランチを分散・リポジトリ管理に移行する

Githubの仕様を考えると、同一リポジトリで別ブランチに分けて整備していく、というやり方はアンチパターンなので、リポジトリ名をプレフィックスで管理する方法を検討する
結果的に、リポジトリ一覧画面が汚染されるが仕方がない。

経緯

v4ではこれを嫌って、このリポジトリにブランチ管理を進めていたがコントリビューションに反映されずGithub就職・転職活動の観点では良い結果にならなかったため、現状のv4を差し替える必要が出てきている

https://github.com/shimajima-eiji/GAS/branches

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.