karrot-dev / karrot-frontend

We migrated to https://codeberg.org/karrot/karrot-frontend
https://codeberg.org/karrot/karrot-frontend
427 stars 178 forks source link

Allow to record no shows when giving feedback #2680

Closed nicksellen closed 7 months ago

nicksellen commented 8 months ago

Backend: https://github.com/karrot-dev/karrot-backend/pull/1272 Community forum topic: https://community.karrot.world/t/allow-to-record-no-shows-during-feedback-process/1246 Branch deployment: https://add-no-shows.dev.karrot.world

Ready for review / user testing.

codecov[bot] commented 8 months ago

Codecov Report

Merging #2680 (6f03715) into master (d47057d) will decrease coverage by 0.44%. Report is 1 commits behind head on master. The diff coverage is 34.17%.

@@            Coverage Diff             @@
##           master    #2680      +/-   ##
==========================================
- Coverage   75.94%   75.50%   -0.44%     
==========================================
  Files         375      377       +2     
  Lines       41011    41387     +376     
  Branches     2323     2342      +19     
==========================================
+ Hits        31145    31249     +104     
- Misses       9866    10138     +272     
Files Coverage Δ
src/feedback/pages/ActivityFeedback.vue 95.13% <100.00%> (+0.25%) :arrow_up:
src/group/services.js 91.09% <100.00%> (+1.17%) :arrow_up:
src/places/helpers.js 89.47% <100.00%> (+0.14%) :arrow_up:
src/activities/components/ActivityFeedbackItem.vue 96.80% <98.46%> (-0.05%) :arrow_down:
src/feedback/queries.js 45.16% <50.00%> (-1.40%) :arrow_down:
src/users/components/ProfilePicture.vue 87.69% <57.14%> (-1.74%) :arrow_down:
src/subscriptions/services/push.js 43.33% <55.55%> (+0.41%) :arrow_up:
src/feedback/components/FeedbackForm.vue 94.05% <94.06%> (-0.72%) :arrow_down:
src/notifications/Notifications.stories.js 0.00% <0.00%> (ø)
src/activities/components/ActivityItem.stories.js 0.00% <0.00%> (ø)
... and 5 more

... and 1 file with indirect coverage changes

:mega: Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!