jam-cloud/admin/spec
Steven Miers 11f60b71e4 VRFS-3242 : Schema and model changes required for band profile functionality.
* Additional attributes for band_type, band_status, concert_count,
add_new_members, play_commitment, touring_option, paid_gigs,
hourly_rate, gig_minimum
* For joined table musician_instruments, remove the hard requirement
that they be joined to a user, rather a “player” that is polymorphic.
* For joined table performance_stamples, remove the hard requirement
that they be joined to a user, rather a “player” that is polymorphic.
* For joined table online_presences, remove the hard requirement that
they be joined to a user, rather a “player” that is polymorphic.
* Change models as appropriate with new attributes and modify
belongs_to / has_many directives as necessary.
* Fix existing usages of user_id to work with polymorphic player_id.
* Fix tests that use user_id
* Add new tests that exercise online_presence, performance_samples, and
instruments that target a band, rather than a user.
2015-05-13 21:06:14 -05:00
..
features * fix broken admin test 2014-08-14 14:08:35 -05:00
support * fix admin tests 2014-08-13 15:32:51 -05:00
factories.rb VRFS-3242 : Schema and model changes required for band profile functionality. 2015-05-13 21:06:14 -05:00
spec_db.rb merging jam-admin into admin 2013-09-16 03:15:31 +00:00
spec_helper.rb * VRFS-1654 - fixing tests 2014-05-13 14:48:58 -05:00