feature driven development with angular 1.x

9
Global Logic Featured Angular 1.x

Upload: sergiy-stotskiy

Post on 08-Apr-2017

221 views

Category:

Software


0 download

TRANSCRIPT

Page 1: Feature driven development with angular 1.x

Global LogicFeatured Angular 1.x

Page 2: Feature driven development with angular 1.x

What is a feature?

Feature

Page 3: Feature driven development with angular 1.x

Featured Sandwich?

Page 4: Feature driven development with angular 1.x

How much features?•The application should take GitHub usernames as input

•If one name is supplied, list the repositories belonging to that user, ordered by the number of stars

•If two or more names are supplied, tell us who has the most stars on their own repos

Page 5: Feature driven development with angular 1.x

And...

Is app a feature?

Page 6: Feature driven development with angular 1.x

Feature driven app structure├── dist├── src│ ├── app│ │ └── app-specific-feature│ ├── config│ │ └── initializers│ ├── css│ └── lib│ └── reusable-feature│ ├── config│ ├── directives│ ├── css│ └── models└── tasks

Page 7: Feature driven development with angular 1.x

But...

Where should I put vendors?

Page 8: Feature driven development with angular 1.x

Example

https://github.com/stalniy/github-api-fe

Page 9: Feature driven development with angular 1.x

Do you have any questions?

???Sergii Stotskyi

[email protected]