noyainrain / listling

Web app to make and edit lists collaboratively.
https://listling.org/
GNU Affero General Public License v3.0
34 stars 8 forks source link

Assign new items by default #95

Closed noyainrain closed 3 years ago

noyainrain commented 3 years ago

Add an option to assign users to their items by default.

noyainrain commented 3 years ago

Draft:

class List:
    """
    .. describe:: assign_by_default

       Indicates if the author is assigned to new items by default.
    """