banool / auslan_dictionary

Code for the app, scripts, and site for Auslan Dictionary
https://auslandictionary.org
GNU General Public License v3.0
12 stars 3 forks source link

Add support for sharing lists #136

Open banool opened 1 year ago

banool commented 1 year ago

Some kind of list export / import feature for sharing lists with friends would be great.

Doing a one time import would be easy (just export the list as JSON or something). If we wanted to support lists that update as they're changed though, that'd require some syncing mechanism. Ideally you'd be able to choose either anyone can change the list or just one person is the list updater and the rest are subscribers.