Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TEAMFOUR-146 - styling application services section #156

Merged
merged 2 commits into from
Mar 24, 2016

Conversation

ongk
Copy link
Contributor

@ongk ongk commented Mar 24, 2016

Styling of the services tab of an application and includes:

  • placeholder for service image/icon
  • placeholder for metadata (i.e version, attached)
  • actions-menu with 2 actions (Detach and Manage Services)
  • placeholder add service link (note: I wasn't able to find the exact icon that's in the mockups)

@ongk
Copy link
Contributor Author

ongk commented Mar 24, 2016

@ankurhpe I put in placeholders for some of the data. Wasn't sure where they were coming from.

@ongk ongk force-pushed the 146-services-styling branch from 520a811 to d001825 Compare March 24, 2016 23:22
@ongk
Copy link
Contributor Author

ongk commented Mar 24, 2016

@sean-sq-chen

@@ -31,9 +31,8 @@
*/
function Service(apiManager) {
this.apiManager = apiManager;
this.serviceApi = this.apiManager.retrieve('cloud-foundry.api.service');
this.serviceApi = this.apiManager.retrieve('cloud-foundry.api.Services');
this.data = {};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we don't need this.data everything should be attached directly to this, then the jsdoc will make more sense. this is just a notes for refactoring.

@sean-sq-chen sean-sq-chen merged commit 3cf9de6 into master Mar 24, 2016
@sean-sq-chen sean-sq-chen deleted the 146-services-styling branch March 24, 2016 23:36
richard-cox pushed a commit that referenced this pull request Apr 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants