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

實作功能項目 #2

Closed
apayu opened this issue Jul 7, 2021 · 0 comments
Closed

實作功能項目 #2

apayu opened this issue Jul 7, 2021 · 0 comments

Comments

@apayu
Copy link
Owner

apayu commented Jul 7, 2021

  1. 需要有一個後台可以讓管理者管理教育課程。

    1. 可以執行CRUD基本操作
    2. 若使用者不是管理員,則不允許操作
    3. 可以設定課程主題
    4. 可以設定課程價格,幣別
    5. 可以設定課程類型
    6. 可以設定課程上下架
    7. 可以設定課程URL,以及描述
    8. 可以設定課程效期 1天 ~ 1個月
  2. 這個平台可以讓用戶用API購買教育課程。

    1. 購買後須建立購買紀錄
    2. 若課程已下架,則不能進行購買
    3. 若使用者已購買過該課程,且目前還可以取用,則不允許重複購買
  3. 用戶可以用API瀏覽他所有購買過的課程

    1. 回傳結果要包含課程基本資料
    2. 回傳結果要包含所有跟該課程相關的付款資料
    3. 可以用過濾方式找出特定類型的課程
    4. 可以用過濾方式找出目前還可以上的課程
@apayu apayu closed this as completed Jul 20, 2021
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