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

Some ideas and uncertainties #197

Open
9mido opened this issue May 16, 2020 · 0 comments
Open

Some ideas and uncertainties #197

9mido opened this issue May 16, 2020 · 0 comments

Comments

@9mido
Copy link

9mido commented May 16, 2020

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!

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

No branches or pull requests

1 participant