Fix contributor list, add kredits service tests #115
Reference in New Issue
Block a user
Delete Branch "bugfix/114-contributor_list"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
closes #114
LGTM!
Just left one comment. The rest looks good to me.
@@ -45,19 +45,34 @@ export default Service.extend({});}),I think you might want to change the dependency, so the computed property updates when the
vetoedstatus of any of the contributions changes.@@ -45,19 +45,34 @@ export default Service.extend({});}),Cool. Will that still account for new and deleted objects in the collection, and changes of other properties?
@@ -45,19 +45,34 @@ export default Service.extend({});}),Yes, it will also update when the array itself changes (e.g. elements added or removed). If you want to add additional properties as dependencies, you would add them like this
contributionsUnconfirmed.@each.{vetoed,otherProperty}.