jwjacobson / jazztunes

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

Add tune_forget view #97

Closed jwjacobson closed 1 month ago

jwjacobson commented 10 months ago

This function allows a user to 'forget' a tune without removing it from their repertoire.

When a tune is forgotten, its last_played and started_learning fields are set to null and its knowledge field is set to 'don't know'

bbelderbos commented 10 months ago

Cool

jwjacobson commented 1 month ago

Not useful