Re: How to share something from an user like FB

From: Luuk <luuk_at_invalid.lan>
Date: Wed, 27 Feb 2019 19:46:17 +0100
Message-ID: <5c76daf9$0$22350$e4fe514c_at_news.xs4all.nl>


On 27-2-2019 09:33, ^Bart wrote:
> I got these tables
>
> USERS
> -------------
> id_user
> name
>
> HOBBIES
> -------------
> id_hobby
> name
> FK_id_user
>
> SHARINGLISTS
> -------------
> id_sharinglist
> name (Only_me,Crew,Public,Deny)
>
> USERSHARES
> -----------------
> id_usershare
> FK_master_user (linked to USERS)
> FK_slave_user (linked to USERS)
> FK_id_sharinglist
>
> I'd like to do something like what happen in Facebook so every user
> should be able to add his hobbies, he could share his page just with
> himself (Only_me), with a crew of friends (Crew) or to everyone (Public)
> and obviously deny his page to someone.
>
> I don't understand what I should store in my tables or if I need other
> tables or different fields...
>
> Regards.
> ^Bart

When trying to store information, which some persons may see a privacy related stuff one should read, and understand, GDPR-stuff!

https://eugdpr.org/
The EU General Data Protection Regulation (GDPR) is the most important change in data privacy regulation in 20 years.

-- 
Luuk
Received on Wed Feb 27 2019 - 19:46:17 CET

Original text of this message