DigitalCommons / land-explorer-front-end

React app for the Land Explorer front end
http://landexplorer.cc
GNU Affero General Public License v3.0
2 stars 0 forks source link

LX-325 Public data groups #328

Open rogup opened 3 months ago

rogup commented 3 months ago

What? Why?

Closes #325

This change allows a user group to be made public, so all its associated datagroups are visible for all LX users. To configure this in the DB, add a row to user_group_memberships with the user_group_id we want to make public and user_id = -1 (i.e. the "public user").

What should we test?

Release notes

Deployment notes

Documentation updates