ogallagher / tejos_textiles

An online arts journal for publishing works in a new medium
MIT License
1 stars 0 forks source link

Admin user selects featured puzzle #68

Open ogallagher opened 4 years ago

ogallagher commented 4 years ago

Currently the featured puzzle on the home page is just the latest one published. Instead, add a property in the database that the admin can update, which selects the featured puzzle. If that value is invalid or null, then the latest published is featured.

ogallagher commented 4 years ago

Created properties table and properties_set_puzzle_featured procedure to the db.