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

album tag counter #887

Merged
merged 8 commits into from
Oct 21, 2024
Merged

album tag counter #887

merged 8 commits into from
Oct 21, 2024

Conversation

ToMaarton
Copy link
Contributor

@ToMaarton ToMaarton commented Oct 14, 2024

(Issue#870) A small tag is added to the photo album cover cards, the number of photos that have been tagged out of the total amount of photos.

image

The tag does not show up for albums in which none of the photos have been tagged or that do not contain any photos.

The goal is to provide an easy way to check if the photos in the album have been tagged.

(Issue#863) The similar issue is fixed by also displaying the tag count of each photo in the same box as the comment count.

@ToMaarton ToMaarton linked an issue Oct 14, 2024 that may be closed by this pull request
Copy link

codecov bot commented Oct 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 13.57%. Comparing base (7b79a90) to head (7a2252a).
Report is 1 commits behind head on staging.

Additional details and impacted files
@@             Coverage Diff             @@
##           staging     #887      +/-   ##
===========================================
+ Coverage    13.44%   13.57%   +0.13%     
===========================================
  Files          439      439              
  Lines         3110     3115       +5     
===========================================
+ Hits           418      423       +5     
  Misses        2692     2692              

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

@ToMaarton ToMaarton marked this pull request as draft October 14, 2024 21:21
@ToMaarton ToMaarton self-assigned this Oct 15, 2024
@ToMaarton ToMaarton linked an issue Oct 15, 2024 that may be closed by this pull request
@ToMaarton ToMaarton marked this pull request as ready for review October 18, 2024 10:49
@ToMaarton ToMaarton requested a review from lodewiges October 18, 2024 10:54
@@ -5,11 +5,18 @@
src='{{album.albumMediumUrl}}'
class='card-img-rounded'
/>

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think this blank space shouldn't be here

Copy link
Contributor

@lodewiges lodewiges left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

code looks good, and works has some small reactivity issue but those should be solved by updating ember

@ToMaarton ToMaarton added this pull request to the merge queue Oct 21, 2024
Merged via the queue into staging with commit 037e0f2 Oct 21, 2024
5 checks passed
@ToMaarton ToMaarton deleted the feature/album-tag-counter branch October 21, 2024 09:44
@wilco375
Copy link
Contributor

@ToMaarton be careful with posting pictures containing personal information / photos of people. For example the gala photo in your last screenshot is not a public picture.

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.

Show total album tags on thumbnail Show number of tagged users in photo overview
3 participants