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

[Backend][Study] 在取得study心得的API加上篩選條件功能 #128

Closed
JiaAnTW opened this issue Feb 23, 2022 · 1 comment
Closed
Assignees
Labels
1.0 LOE Expected needs 1.0 days to implement this issue backend This is a backend issue feature This issue is a feature P1 Second priority

Comments

@JiaAnTW
Copy link
Owner

JiaAnTW commented Feb 23, 2022

Description

第一階段

讓GET study的API可以透過url傳入要篩選的類別、資料(有就好,不需要比較大小)

  • input ex: ?typeFilter=a001,b002?statFilter=c001,d002
  • output ex: 輸出是類別uuid是a001或b002或是有資料uuid是c001或d002的心得(全部都是聯集,只要有任一就輸出)

第二階段

讓GET study的API可以透過url傳入要篩選的關鍵字

  • input ex: ?p=分享
  • output ex: 輸出標題/內文包含分享字串的心得(全部都是聯集,只要有任一就輸出)

Screenshot(if this is a bug)

Expected result/Spec

@JiaAnTW JiaAnTW added 1.0 LOE Expected needs 1.0 days to implement this issue backend This is a backend issue feature This issue is a feature labels Feb 23, 2022
@JiaAnTW JiaAnTW added the P1 Second priority label Mar 5, 2022
@JiaAnTW JiaAnTW assigned JiaAnTW and unassigned yellow-hank Mar 13, 2022
@JiaAnTW
Copy link
Owner Author

JiaAnTW commented Mar 19, 2022

@vacantron

@JiaAnTW JiaAnTW assigned vacantron and unassigned JiaAnTW Mar 26, 2022
@JiaAnTW JiaAnTW assigned JiaAnTW and unassigned vacantron Jun 25, 2022
@JiaAnTW JiaAnTW closed this as completed Jun 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.0 LOE Expected needs 1.0 days to implement this issue backend This is a backend issue feature This issue is a feature P1 Second priority
Projects
None yet
Development

No branches or pull requests

3 participants