Pull attribute names from the database and match to keys #10

Open
opened 2016-10-26 14:16:14 -05:00 by mattbk · 0 comments
mattbk commented 2016-10-26 14:16:14 -05:00 (Migrated from github.com)

https://trello.com/c/aBScCzzm/132-attributes

Take the names of the attributes from a table in the database. Then you join those on to the named array based on the attribute field unserialized in the View.

Translation (that was a voice memo):

  • Determine how named attributes (not attribute values) are stored in the database
  • Create an array of attributes by display name, from the database.
  • Unserialize the attribute values stored on the product/order/whatever we're already looking at
  • Create a Views Field for each named attribute in the database
  • Match the attribute values to the Views fields based on name
  • Display
https://trello.com/c/aBScCzzm/132-attributes > Take the names of the attributes from a table in the database. Then you join those on to the named array based on the attribute field unserialized in the View. Translation (that was a voice memo): - [ ] Determine how named attributes (not attribute values) are stored in the database - [ ] Create an array of attributes by display name, from the database. - [ ] Unserialize the attribute values stored on the product/order/whatever we're already looking at - [ ] Create a Views Field for each named attribute in the database - [ ] Match the attribute values to the Views fields based on name - [ ] Display
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: matt/uc_views_attribute_fork#10
No description provided.