You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Option to disable IP collection in the database / encrypt it by default - needed for GDPR / PII laws. The user would need to encrypt this field in the database to be compliant. I am having trouble with the custom rating model probably because issue 166 mentions "we don't currently support swapping the user rating model"
I have an overall course (parent model) rating and individual video (child model) ratings in my app. On the course page I want to be able to gather all the ratings from each of the videos and display that - in other words, get an average of all the video ratings as 1 calculated number. On the course search page, show this all video rating average as a static unchangeable rating for the entire course. How would you do something like that? I guess this would be a query of all the averages of a particular content type as 1 average. But I have multiple courses each with their own video lessons I don't want to calculate average of all videos from all of the courses if the content type is the same. Would need to filter on just that course that is being viewed.
I am not much of a programmer so I won't be able to fix this and other issues I reported. I am more of a bug finder so hopefully someone could fix some of these issues I found!
The text was updated successfully, but these errors were encountered:
Couple of things I would like to get clarified / may need some assistance on / and also make some suggestions:
Responsive stars - I am using bootstrap v4 (v5 is coming out later this year) and could not figure out a way to make the star ratings responsive.
Do not user .png and instead use something faster like .webp for https://github.com/wildfish/django-star-ratings/blob/develop/star_ratings/static/star-ratings/images/stars.png by default to make the page load faster.
Option to disable IP collection in the database / encrypt it by default - needed for GDPR / PII laws. The user would need to encrypt this field in the database to be compliant. I am having trouble with the custom rating model probably because issue 166 mentions "we don't currently support swapping the user rating model"
I have an overall course (parent model) rating and individual video (child model) ratings in my app. On the course page I want to be able to gather all the ratings from each of the videos and display that - in other words, get an average of all the video ratings as 1 calculated number. On the course search page, show this all video rating average as a static unchangeable rating for the entire course. How would you do something like that? I guess this would be a query of all the averages of a particular content type as 1 average. But I have multiple courses each with their own video lessons I don't want to calculate average of all videos from all of the courses if the content type is the same. Would need to filter on just that course that is being viewed.
I am not much of a programmer so I won't be able to fix this and other issues I reported. I am more of a bug finder so hopefully someone could fix some of these issues I found!
The text was updated successfully, but these errors were encountered: