jwjacobson / jazztunes

a jazz repertoire management app
https://jazztunes.org
GNU General Public License v3.0
3 stars 1 forks source link

Create library of admin-owned tunes and 'take' view #103

Closed jwjacobson closed 7 months ago

jwjacobson commented 8 months ago

This will be a public tune directory searchable and browsable by all users. This directory will be read-only but the user will have the opportunity to 'take' tunes, which will create an editable copy of the tune which is then added to the user's repertoire

bbelderbos commented 8 months ago

ok cool, would those tune have the created_by set to None?

jwjacobson commented 8 months ago

I was thinking of setting created_by to admin as an easy way of indexing them in the template

bbelderbos commented 8 months ago

Sounds good. How are you retrieving the admin? Filtering on superuser status or some hardcoded username constant? Else?

bbelderbos commented 7 months ago

as discussed today -> done