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

feat: implement DeleteList API endpoint #580

Merged
merged 8 commits into from
Jul 21, 2024
Merged

Conversation

Allianaab2m
Copy link
Member

What does this PR do?

close #561

  • アカウントリストタイムラインの削除
    • DeleteListServiceの実装 c4dfa63
    • APIエンドポイントの定義・実装 c93ff89 b2e5739
    • DeleteListServiceをControllerの依存関係に追加 b0e3cfb
  • APIスキーマの更新

Copy link

codecov bot commented Jul 21, 2024

Codecov Report

Attention: Patch coverage is 51.85185% with 39 lines in your changes missing coverage. Please review.

Project coverage is 51.99%. Comparing base (3bd24f8) to head (e129a83).

Files Patch % Lines
pkg/timeline/router.ts 0.00% 23 Missing ⚠️
pkg/timeline/mod.ts 0.00% 10 Missing ⚠️
pkg/timeline/adaptor/controller/timeline.ts 0.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #580      +/-   ##
==========================================
- Coverage   51.99%   51.99%   -0.01%     
==========================================
  Files         112      114       +2     
  Lines        8609     8690      +81     
  Branches      767      775       +8     
==========================================
+ Hits         4476     4518      +42     
- Misses       4133     4172      +39     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@laminne laminne merged commit d45f5a9 into main Jul 21, 2024
5 of 6 checks passed
@laminne laminne deleted the issue-561-deleteAccountList branch July 21, 2024 12:04
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

Successfully merging this pull request may close these issues.

feat: アカウントリストを削除できるようにする
2 participants