razage / persistent-flannel

a website for tracking what games you've played and getting recommendations
0 stars 0 forks source link

Convert tag_type to an Enum #3

Closed razage closed 7 years ago

razage commented 7 years ago

As currently planned, the tag_type of a tag should only be either "Generic" or "Genre". This could be handled much better and much safer by using an Enum and a ChoiceType column (from SQLAlchemy-Utils).

razage commented 7 years ago

7