Skip to content

Instantly share code, notes, and snippets.

@VitorLuizC
Last active March 15, 2018 17:22
Show Gist options
  • Select an option

  • Save VitorLuizC/ede6c343abc220c216ee92d87d7613d3 to your computer and use it in GitHub Desktop.

Select an option

Save VitorLuizC/ede6c343abc220c216ee92d87d7613d3 to your computer and use it in GitHub Desktop.

FDD - Feature Driven Developmnent

+ src/
|
+ - + components/
    |
    + - + companies/
    |   |
    |   + - + CompaniesTable.vue
    |
    + - + company-search/
        |
        + - + CompanySearchForm.vue

+ - + containers/
    |
    + - + company-search/
        |
        + - + CompanySearchForm.vue
        |
        + - + CompanySearchView.vue

+ - + features/
    |    
    + - + index.js
    |
    + - + companies/
    |   |
    |   + - + store.js
    |   |
    |   + - + service.js
    |
    + - + company-search/
        |
        + - + service.js
        |
        + - + store.js
        |
        + - + CompanySearchTypes.graphql
        |
        + - + CompanySearch.graphql

+ - + utilities/
    |
    + - + plugins/
    |   |
    |   + - + can.js
    |
    + - + mixins/
    |   |
    |   + - + Loadable.js
    |    
    + - + validations/
        |
        + - + isSimilar.js

+ - + routes/
    |
    + - + index.js
    |
    + - + companies.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment