Skip to content

bpmbox/P1_bpmchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BPMS CHAT (業務フローを元に作成)

image

方針

  • 情報基盤 PHP業務システム(PHPRUNNER)

  • 業務フロー 画面 BPMS(Processmaker)

  • API(NODE,PYTHON,PHP GraphQL)

  • 開発などの資料まとめ、業務(GSS)

  • 業務ロジック(GAS)

  • 業務用アプリ(APPSHEET)

  • 上記の内容を元に、ReactNaiveをベースとしてAPI通信のサービスの作成

    • 開発は単体テストの為、GITPODで単体でステップ実行
    • サービス用はDockerで起動
  • spreadsheetSpreadSheetにシステムを統一

  • 単体テストは スプレッドシートに関数を記載して一括テスト

  • python で操作(GASと兼用)https://github.com/googleworkspace/python-samples

BPMS

image

APPSHEET

  • アプリの雛型の作成
  • sheetの内容を各種データに変換した後データ確認用のアプリを作成する

image

opencolab

nodejs(GASで作成する前にNodejsで作成)

image

AWS

github CIDI

ReatNative React(VS Codeでdebugが出来ないとキツイ)

https://v5.reactrouter.com/web/example/nesting

  1. navigation https://reactnavigation.org/docs/navigation-lifecycle
  2. redux

image 1,vscodeをローカルで立てる 2,task.json

Expo(step debug 確認)

laravel(STEP デバッグの確認GITPOD) 20220208 これが出来た後、APPSHEETで開発

デバッグURL

  • cloud9上でデバッグ実行をして、リモートからURLをたたく(GITPODでも同じか)

https://URL?XDEBUG_SESSION_START=cloud9ide

  1. 上記のURLを実行
  2. Cloud9上で ステップ実行開始
  3. リアルタイムで、プログラムの内容を確認

image

Django

image

Open in Gitpod

GraphQL

Google colab

https://colab.research.google.com/github/Pippippi3104/colab_sample/blob/master/github.ipynb

OpenAI

ChatworkBot

LineBot

  • LINEAPI と GASでのチャットボット

APIServer(Laravel Django hasura)

https://hasura.io/docs/latest/graphql/core/guides/mysql-preview.html

Line

OCR

GoogleCustomSearch

FireBase

sendbird

sendgrid

mailhog

teraform

Google Apps Script Samples Build Status

Various sample code and projects for the Google Apps Script platform, a JavaScript platform in the cloud.

Learn more at developers.google.com.

Google APIs

AdminSDK

dithub dev

Advanced Services

Calendar

Classroom

Data Studio

Docs

Drive

Forms

Gmail

People

Sheets

Slides

Tasks

Templates

  • Build off a working framework for new Apps Script projects.

Triggers

  • Call an Apps Script function such as onOpen, onEdit, or onInstall in an add-on
  • Create a time-driven trigger

Codelabs

Codelab tutorials combine detailed explanation, coding exercises, and documented best practices to help engineers get up to speed with key Google technologies. Here's a list of Apps Script codelabs:

Clone using the clasp command-line tool

Learn how to clone, pull, and push Apps Script projects on the command-line using clasp.

Lint

Run ESLint over this whole repository with:

npm run lint

This command will fix simple errors.