azu
azu
https://github.com/azu/philan.net/tree/main/tools/maintenance backup script is already created. We will schedule run it everyday.
## Spec - use cron syntax ## Usage 1. Deploy gas to user's spreadsheet 2. Authrize the gas script by user - This gas script owner is user. We can...
We have already migrated `OLD_Records`, so we can remove it. https://github.com/azu/philan.net/search?q=OLD_Records
We want to implemnt `GET /philan/{user}/spreadsheet`. This API just redirect to user's spreadsheet url. It is useful to write a linke like `Spreadsheet`. ## Spec - Allow to acces authrolized...
Currently, use `sheets.spreadsheets.batchUpdate`. It is not atomic operation. So, It can not write concurrently. `sheets.spreadsheets.values.append` is atomic operation. - https://groups.google.com/g/google-spreadsheets-api/c/G0sUsBHlaZg However, `sheets.spreadsheets.values.append` can not write with format. It only writes...
to mitigate XSS [jagaapple/next-secure-headers: Sets secure response headers for Next.js.](https://github.com/jagaapple/next-secure-headers) ?
json api
プレコミットメントの手法は誰かによって監視してもらうことで効果を発揮するので、 その監視のためのエンドポイント? を用意する。 目標とかの値だけを返すようなAPI https://pixe.la/ja みたいなイメージ?