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: adminのファイル一覧画面で、ファイルが添付されているノートを一覧できるように #14403

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

kakkokari-gtyih
Copy link
Contributor

@kakkokari-gtyih kakkokari-gtyih commented Aug 13, 2024

What

adminのファイル一覧画面で、ファイルが添付されているノートを一覧できるように

Why

Fix #14402

Additional info (optional)

Checklist

  • Read the contribution guide
  • Test working in a local environment
  • (If needed) Add story of storybook
  • (If needed) Update CHANGELOG.md
  • (If possible) Add tests

6wFh3kVo and others added 3 commits August 13, 2024 21:41
Co-authored-by: riku6460 <17585784+riku6460@users.noreply.github.com>
Co-authored-by: nenohi <kimutipartylove@gmail.com>
Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
(cherry picked from commit b059162)
Co-authored-by: riku6460 <17585784+riku6460@users.noreply.github.com>
Co-authored-by: nenohi <kimutipartylove@gmail.com>
Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
@kakkokari-gtyih kakkokari-gtyih changed the title Feat 14402 adminのファイル一覧画面で、ファイルが添付されているノートを一覧できるように Aug 13, 2024
@kakkokari-gtyih kakkokari-gtyih changed the title adminのファイル一覧画面で、ファイルが添付されているノートを一覧できるように feat: adminのファイル一覧画面で、ファイルが添付されているノートを一覧できるように Aug 13, 2024
@github-actions github-actions bot added packages/frontend Client side specific issue/PR packages/backend Server side specific issue/PR labels Aug 13, 2024
Copy link
Contributor

github-actions bot commented Aug 13, 2024

このPRによるapi.jsonの差分

差分はこちら

Get diff files from Workflow Page

Copy link

codecov bot commented Aug 13, 2024

Codecov Report

Attention: Patch coverage is 8.33333% with 11 lines in your changes missing coverage. Please review.

Project coverage is 38.74%. Comparing base (4ac8aad) to head (88c78e2).
Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
packages/frontend/src/pages/admin-file.vue 0.00% 9 Missing ⚠️
...server/api/endpoints/drive/files/attached-notes.ts 33.33% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #14403      +/-   ##
===========================================
- Coverage    41.43%   38.74%   -2.70%     
===========================================
  Files         1543     1539       -4     
  Lines       197423   191696    -5727     
  Branches      3603     2379    -1224     
===========================================
- Hits         81809    74270    -7539     
- Misses      115020   116864    +1844     
+ Partials       594      562      -32     

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

@kakkokari-gtyih kakkokari-gtyih added this to the v2024.8.1 (?) milestone Aug 20, 2024
@kakkokari-gtyih
Copy link
Contributor Author

コンフリクト解消

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packages/backend Server side specific issue/PR packages/frontend Client side specific issue/PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

モデレーターがファイルからノートを検索できるようにする
2 participants