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

[FEATURE] サービス終了のため ユーザーのアップロードしたファイルのダウンロード機能を追加する #30

Open
Dosugamea opened this issue May 20, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Dosugamea
Copy link
Member

Dosugamea commented May 20, 2023

概要 / Overview

サービス終了にあたり、データをエクスポートする機能を追加する。

機能の詳細 / Feature details

  • エンドポイント: GET /levels/:levelName/download
    • 指定されたlevelNameのフォルダをまるごと読み出し、ZIP化して返す
    • ユーザー認証を必須とする
    • 一括ダウンロードは Webフロントエンド側で実装する
  • 懸念
    • 読み取り負荷
      • 一斉にDLリクエストが来ることはないと判断し、許容する。

関連Issue

PurplePalette/sp-front-v1#332

参考文献 / References

このファイルにエンドポイントを足す
https://github.com/PurplePalette/sp-api-v2/blob/dev/potato/levels.ts

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

No branches or pull requests

1 participant