We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe.
原版的 CCIP Server 是使用 Command Line 直接塞到資料庫,但是 Serverless 版本無法直接在伺服器上操作,因此需要提供一個 Import API 處理
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
CSV. Example at https://github.com/CCIP-App/CCIP-Server/blob/master/app/reg-sample.csv
https://github.com/CCIP-App/CCIP-Server/blob/master/app/import.py
EVENT_ID=SITCON python3 app/import.py reg.csv audience
Original impl has several dependencies:
Sorry, something went wrong.
Describe the solution you'd like 可以批次匯入參加者 需要有 ACL 控管
@elct9620
若要使用 Cloudflare Zero Trust 作 ACL 的話, 那麼 ACL 的部分就不會在 app 端實作了,對嗎?
ACL 可能要跟其他人討論,先以不會在 App 端實作當前提,這塊不影響實際開發
dannyh79
No branches or pull requests
Is your feature request related to a problem? Please describe.
原版的 CCIP Server 是使用 Command Line 直接塞到資料庫,但是 Serverless 版本無法直接在伺服器上操作,因此需要提供一個 Import API 處理
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: