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

[DONE] Fix event info display #1234

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

Conversation

cbissler
Copy link
Collaborator

@cbissler cbissler commented Dec 6, 2024

Reprend l'affichage des infos de l'évènement à l'image des infos d'une vidéo et affiche le max de viewer d'un live calculé par le heartbeat et stocké en base

@cbissler cbissler changed the title [WIP] Fix event info display [DONE] Fix event info display Dec 6, 2024
@Badatos Badatos self-requested a review December 9, 2024 10:40
Copy link
Collaborator

@Badatos Badatos left a comment

Choose a reason for hiding this comment

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

Merci Céline :)
Juste une remarque sur l'affichage du proprio

<div>
<a class="btn btn-link btn-sm" href="{% url 'videos:videos' %}?owner={{ event.owner.get_username }}" {% if request.GET.is_iframe %}target="_blank"{% endif %}>
<span class="pod-meta-title">{% trans 'Added by:' %}</span>
<a class="btn btn-link btn-sm px-0" href="{% url 'videos:videos' %}?owner={{ event.owner.get_username }}" {% if request.GET.is_iframe %}target="_blank" {% endif %} title="{% blocktrans with video_user_name=video.owner.get_username %}Show video list of user “{{ video_user_name }}”{% endblocktrans %}" data-bs-toggle="tooltip" data-bs-placement="bottom">
Copy link
Collaborator

Choose a reason for hiding this comment

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

utilise plutot event.owner sans le getUsername, car owner se charge d'afficher le username ou le fullname en fonction des parametres voulus

@LoicBonavent LoicBonavent self-requested a review December 12, 2024 14:44
Copy link
Collaborator

@LoicBonavent LoicBonavent left a comment

Choose a reason for hiding this comment

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

Merci Céline. A y être, si tu peux supprimer le get_username, cela serait parfait (au moins, le username ne s'affichera que selon le paramétrage HIDE_USERNAME, que j'ai découvert récemment :) )

@cbissler
Copy link
Collaborator Author

cbissler commented Jan 10, 2025

Loïc, tu voudrais que j'ôte la méthode get_username de l'objet User ? c'est ça ? parce qu'elle est encore appelée à plein d'endroits

@Badatos
Copy link
Collaborator

Badatos commented Jan 10, 2025

Loïc, tu voudrais que j'ôte la méthode get_username de l'objet User ? c'est ça ? parce qu'elle est encore appelée à plein d'endroits

Non surtout pas ;)
En fait, c'est juste qu'il faut simplement appeler {{ video_user_name=video.owner }} à la place de {{ video_user_name=video.owner.get_username }}. C'est la fonction str de l'object user qui s'occupera de faire tous les tests necessaires

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.

3 participants