Re: How to share something from an user like FB

From: tom <tom_at_0.0.0.0>
Date: Mon, 4 Mar 2019 09:45:42 -0800
Message-ID: <20190304094542.648056d5_at_lappy>


On Wed, 27 Feb 2019 19:46:17 +0100
Luuk <luuk_at_invalid.lan> wrote:

> 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 [Quoted]
> > 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.
>

Where did you get a SQL dump of FaceBook? Received on Mon Mar 04 2019 - 18:45:42 CET

Original text of this message