travis-web/app
Curtis Ekstrom 142a7217d4
Remove *Binding(s) from project
These bindings can be replaced wholesale with the more idiomatic
alternative: aliases.

In addition, avoid passing in user to components where it can be injected directly.

One of the perceived downsides of dependency injection can be
that it can make debugging feel more difficult because it's not
immediately clear where the value is coming from, which the explicit
variant we previously used does not suffer from. It might also be
argued that we also lose out on a seam that could be useful in the
future where a component doesn't care about the specific type of
user, just that one is passed in.

While explicitness is often a virtue, it comes at the cost of increased
noise that pervades multiple layers of components. I'd argue this makes
the parent components more difficult to understand, given they are
littered with unnecessary references to data they themselves do not
need.

This decreases the noise/ceremony around accessing
userPermissions/auth data and restricts access to that data to
the child components that actually need to know about it.

As to losing a seam, it appears 1) that this isn't
currently necessary and 2) we can use an internal computed
property should the need arise in the future.
2016-04-13 13:54:51 +02:00
..
adapters Fix findRecord to work without passing a snapshot 2016-03-07 13:32:49 +01:00
components Remove *Binding(s) from project 2016-04-13 13:54:51 +02:00
controllers Remove *Binding(s) from project 2016-04-13 13:54:51 +02:00
helpers Fix jshint errors after conversion to JS 2016-01-04 13:15:15 +01:00
initializers Remove initializer deprecation warnings 2016-01-31 12:30:27 +01:00
instance-initializers Convert project to JavaScript 2016-01-04 13:15:14 +01:00
mixins make it a util 2016-03-22 12:41:28 +01:00
models Remove *Binding(s) from project 2016-04-13 13:54:51 +02:00
routes Remove *Binding(s) from project 2016-04-13 13:54:51 +02:00
serializers Add job page acceptance test 2016-03-07 13:27:47 +01:00
services Remove *Binding(s) from project 2016-04-13 13:54:51 +02:00
styles only remove gce notice 2016-04-06 15:15:20 +02:00
templates Remove *Binding(s) from project 2016-04-13 13:54:51 +02:00
transforms Convert project to JavaScript 2016-01-04 13:15:14 +01:00
utils Remove *Binding(s) from project 2016-04-13 13:54:51 +02:00
app.js Upgrade to Ember-CLI 2.3.0 2016-02-16 23:02:01 +01:00
index.html revamp settings button to more options 2016-02-11 15:12:04 +01:00
resolver.js Upgrade to Ember-CLI 2.3.0 2016-02-16 23:02:01 +01:00
router.js Remove resource router deprecations 2016-02-01 16:29:12 +01:00