Spaces:
Running
on
Zero
Running
on
Zero
ddd
Browse files
routers/20240609163755_googleapps_U7a972c5cc46e966de21ff1cd3adc6d52/prompt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
googleappsscript
|
2 |
+
ラインの画像検索システム
|
3 |
+
|
4 |
+
1,lineからデータがくる
|
5 |
+
2,doPostで取得
|
6 |
+
3.typeがイメージの場合はドライブに保存
|
7 |
+
4,保存したデータをS3にアップロード
|
routers/20240609164047_googleapps_U7a972c5cc46e966de21ff1cd3adc6d52/prompt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
googleappsscript
|
2 |
+
ラインの画像検索システム
|
3 |
+
|
4 |
+
1,lineからデータがくる
|
5 |
+
2,doPostで取得
|
6 |
+
3.typeがイメージの場合はドライブに保存
|
7 |
+
4,保存したデータをS3にアップロード
|
8 |
+
5.データはシークレットから取得
|
9 |
+
6,plantumlでフローの作成
|
10 |
+
7,システムドキュメントの作成
|
routers/ai/prompt
CHANGED
@@ -1,46 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
Create mock test cases for LINE
|
12 |
-
Documentation
|
13 |
-
|
14 |
-
Create a README file with project specifications
|
15 |
-
Create a PlantUML flowchart for the project
|
16 |
-
Create a Markdown file with project specifications
|
17 |
-
Create a syntax file for code snippets
|
18 |
-
Scripts and File Handling
|
19 |
-
|
20 |
-
Create a script for installing required dependencies (e.g., npm install)
|
21 |
-
Create a script for testing the script (e.g., npm test)
|
22 |
-
Create a script for pushing updates to GitHub repository
|
23 |
-
Additional
|
24 |
-
|
25 |
-
Create a GitHub repository
|
26 |
-
Create a Dockerfile for containerizing the script
|
27 |
-
Create a GitHub Actions workflow for continuous integration and deployment
|
28 |
-
Here's a suggested outline:
|
29 |
-
|
30 |
-
Development Environment Setup
|
31 |
-
Functionality Development
|
32 |
-
* Function 1: File Download
|
33 |
-
* Function 2: Image Save
|
34 |
-
* Function 3: LINE Data Fetch
|
35 |
-
Testing and Debugging
|
36 |
-
* Unit testing
|
37 |
-
* Integration testing
|
38 |
-
* Mock testing
|
39 |
-
Documentation and Deployment
|
40 |
-
* README file
|
41 |
-
* PlantUML flowchart
|
42 |
-
* Markdown file
|
43 |
-
* Syntax file
|
44 |
-
* GitHub repository
|
45 |
-
* Dockerfile
|
46 |
-
* GitHub Actions workflow
|
|
|
1 |
+
googleappsscript
|
2 |
+
ラインの画像検索システム
|
3 |
+
|
4 |
+
1,lineからデータがくる
|
5 |
+
2,doPostで取得
|
6 |
+
3.typeがイメージの場合はドライブに保存
|
7 |
+
4,保存したデータをS3にアップロード
|
8 |
+
5.データはシークレットから取得
|
9 |
+
6,plantumlでフローの作成
|
10 |
+
7,システムドキュメントの作成
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|