I'm wondering what the best way to go about providing new users with a bunch of sample records when they first sign up pre-populating items in the database with their user_id associated with them, but still giving them the option to give the impression of deleting them, just like they can delete their own records.
I'm not sure If I should duplicate existing database records, or just attach their user_id to existing database records and if they want to delete them they would actually just be removing their name from them?
Any advice on the best way to go about this?