Angblah / Comparator

Comparator is a web app that allows users to easily compare products to determine the one to best fit their needs.
https://thecomparator.herokuapp.com/
1 stars 0 forks source link

Basic Templates in Database #6

Closed t-haich closed 7 years ago

t-haich commented 7 years ago

As a user, I want to quickly create a comparison by choosing from templates so that I may quickly and easily start my search

honeychawla commented 7 years ago

This requires updating database_utils so that calling populate_database creates all the default templates.

alexyuisingwu commented 7 years ago

Top loading washer, laptop, camera templates put into admin templates. Template attributes can be added through stored function (deletion is just deleting by key through attribute id). Templates can get viewed through get_template(template_id).

NOTE: all basic/example templates will be attached to admin.