TranscendComputing / StackStudio

The front end for private and public clouds.
Other
2 stars 0 forks source link

Refactor Task: Remove functions for all collection url attributes #114

Open lifeBCE opened 10 years ago

lifeBCE commented 10 years ago

There is currently a combination of url attribute assignments, within all collections, using a simple concatenated string and others using a function to return a simple concatenated string. We should change all those that use a function to not use a function.

Example:

url: function(options){return Common.apiUrl + '/api/v1/continuous_integration_servers/org/' + sessionStorage.org_id;}