Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export機能の追加 #18

Open
tt-kuma opened this issue Aug 7, 2020 · 2 comments
Open

Export機能の追加 #18

tt-kuma opened this issue Aug 7, 2020 · 2 comments

Comments

@tt-kuma
Copy link
Contributor

tt-kuma commented Aug 7, 2020

Downloadボタンを押したらローカルでkgpを実行するためのzipを返す.

└─┬ xxx.zip
  ├── src
  ├── test
  ├── kgp.toml
  ├── run.sh
  └── kgp.jar

kgp.jarをzipに入れるのは重いので代替案があれば変更.

@tt-kuma
Copy link
Contributor Author

tt-kuma commented Aug 11, 2020

バックエンドの実装はひとまず完了.
エンドポイントは↓

GET /api/download/$key

$key.zipがダウンロードされる

curl,ブラウザでurl直打ちで動作確認済み.

@tt-kuma
Copy link
Contributor Author

tt-kuma commented Aug 11, 2020

zip内にkgpの出力(kgenprog-outstdout.txt)を含めてあるが削除すべきか?
ローカルで実行せずとも実行結果を確認できるため残しても良い気がする.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant