jwjacobson / jazztunes

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

Add last_played and first_learned fields to join table (After #31) #32

Closed jwjacobson closed 10 months ago

jwjacobson commented 11 months ago

This is key for the app's functionality, tracking when a tune is added to a user's repertoire and when it was last played

bbelderbos commented 11 months ago

Added is easy = models.DateTimeField(auto_now_add=True) Last played might be a 1-to-many relation tune->plays?

jwjacobson commented 11 months ago

last_played works for now but first_learned is more involved as we discussed

bbelderbos commented 11 months ago

first_learned or started_playing? for latter I opened this: https://github.com/jwjacobson/jazz_repertoire/issues/68