revsys / django-tos

A small app to ensure your users re-agree to Terms of Service changes
BSD 3-Clause "New" or "Revised" License
153 stars 42 forks source link

Supporting TOS and privacy policy? #54

Open dfrankow opened 3 years ago

dfrankow commented 3 years ago

Thanks for your work on this project. It looks sort of like what I want.

However, we'll have a terms of service and a privacy policy that both need these semantics (are versioned, want users to actively agree to the version).

Thoughts on supporting that? Perhaps this is a feature request.

nicholasserra commented 3 years ago

Hey Dan, thanks! As-is I don't think there's a way to support multiple objects that need to be agreed on. I think you're right that it would be a feature request, and would probably need a rearchitect to support multiple models or objects at once.

dfrankow commented 3 years ago

Thanks for your thoughts. Feature request it is. :)