25
© 2019 - DrupalEasy 11 tips to start your Drupal 8 project right Michael Anello @ultimike

11 tips to start your Drupal 8 project right · © 2019 - DrupalEasy 11 tips to start your Drupal 8 project right Michael Anello @ultimike

  • Upload
    others

  • View
    0

  • Download
    0

Embed Size (px)

Citation preview

Page 1: 11 tips to start your Drupal 8 project right · © 2019 - DrupalEasy 11 tips to start your Drupal 8 project right Michael Anello @ultimike

© 2019 - DrupalEasy

11 tips to start your Drupal 8 project right

Michael Anello

@ultimike

Page 2: 11 tips to start your Drupal 8 project right · © 2019 - DrupalEasy 11 tips to start your Drupal 8 project right Michael Anello @ultimike

© 2019 - DrupalEasy

Who do I think I am?● Member of Drupal.org since 2006

● Developer/trainer/co-owner DrupalEasy.com

● Migrations, module development, architecture...

● Community Working Group

● Community Cultivation Grants Committee

● Florida DrupalCamp Co-organizer

● Code and documentation contributions

Page 3: 11 tips to start your Drupal 8 project right · © 2019 - DrupalEasy 11 tips to start your Drupal 8 project right Michael Anello @ultimike

© 2019 - DrupalEasy

Who do I think I am?● Member of Drupal.org since 2006

● Developer/trainer/co-owner DrupalEasy.com

● Migrations, module development, architecture...

● Community Working Group

● Community Cultivation Grants Committee

● Florida DrupalCamp Co-organizer

● Code and documentation contributions

● Part of more Drupal projects than I can count!

Page 4: 11 tips to start your Drupal 8 project right · © 2019 - DrupalEasy 11 tips to start your Drupal 8 project right Michael Anello @ultimike

© 2019 - DrupalEasy

I've seen a lot.

Page 5: 11 tips to start your Drupal 8 project right · © 2019 - DrupalEasy 11 tips to start your Drupal 8 project right Michael Anello @ultimike

© 2019 - DrupalEasy

Something to offer.

Page 6: 11 tips to start your Drupal 8 project right · © 2019 - DrupalEasy 11 tips to start your Drupal 8 project right Michael Anello @ultimike

© 2019 - DrupalEasy

Set the tone for the entire project.

Page 7: 11 tips to start your Drupal 8 project right · © 2019 - DrupalEasy 11 tips to start your Drupal 8 project right Michael Anello @ultimike

© 2019 - DrupalEasy

Bad decisions made early rarely get corrected.

Page 8: 11 tips to start your Drupal 8 project right · © 2019 - DrupalEasy 11 tips to start your Drupal 8 project right Michael Anello @ultimike

© 2019 - DrupalEasy

Minimize the total cost of ownership of your site.

Page 9: 11 tips to start your Drupal 8 project right · © 2019 - DrupalEasy 11 tips to start your Drupal 8 project right Michael Anello @ultimike

© 2019 - DrupalEasy

Commit to a local/dev/stage/prod workflow

1

Page 10: 11 tips to start your Drupal 8 project right · © 2019 - DrupalEasy 11 tips to start your Drupal 8 project right Michael Anello @ultimike

© 2019 DrupalEasy

Production

Test/QA

Development / branches

Local development environments

Remote git repository

Databases & content files

Page 11: 11 tips to start your Drupal 8 project right · © 2019 - DrupalEasy 11 tips to start your Drupal 8 project right Michael Anello @ultimike

© 2019 - DrupalEasy

Commit to the entire team using a project tracker.

2

Page 12: 11 tips to start your Drupal 8 project right · © 2019 - DrupalEasy 11 tips to start your Drupal 8 project right Michael Anello @ultimike

© 2019 - DrupalEasy

GitHubGitLab

BitbucketJira

TrelloAsana

Basecampetc...

Page 13: 11 tips to start your Drupal 8 project right · © 2019 - DrupalEasy 11 tips to start your Drupal 8 project right Michael Anello @ultimike

© 2019 - DrupalEasy

Use Git.

3

Page 14: 11 tips to start your Drupal 8 project right · © 2019 - DrupalEasy 11 tips to start your Drupal 8 project right Michael Anello @ultimike

© 2019 - DrupalEasy

Use Composer to manage the codebase.

4

Page 15: 11 tips to start your Drupal 8 project right · © 2019 - DrupalEasy 11 tips to start your Drupal 8 project right Michael Anello @ultimike

© 2019 - DrupalEasy

Use consistent local development environments for development

team.5

Page 16: 11 tips to start your Drupal 8 project right · © 2019 - DrupalEasy 11 tips to start your Drupal 8 project right Michael Anello @ultimike

© 2019 - DrupalEasy

DockerDocker-based

Virtual machines

Page 17: 11 tips to start your Drupal 8 project right · © 2019 - DrupalEasy 11 tips to start your Drupal 8 project right Michael Anello @ultimike

© 2019 - DrupalEasy

Define information architecture with all stakeholders.

6

Page 18: 11 tips to start your Drupal 8 project right · © 2019 - DrupalEasy 11 tips to start your Drupal 8 project right Michael Anello @ultimike

© 2019 - DrupalEasy

Entities/Bundles/Fields

Page 19: 11 tips to start your Drupal 8 project right · © 2019 - DrupalEasy 11 tips to start your Drupal 8 project right Michael Anello @ultimike

© 2019 - DrupalEasy

Prototype information architecture with content authors.

7

Page 20: 11 tips to start your Drupal 8 project right · © 2019 - DrupalEasy 11 tips to start your Drupal 8 project right Michael Anello @ultimike

© 2019 - DrupalEasy

Define and implement IA

Stakeholders test the

prototype

Page 21: 11 tips to start your Drupal 8 project right · © 2019 - DrupalEasy 11 tips to start your Drupal 8 project right Michael Anello @ultimike

© 2019 - DrupalEasy

Create a style guide.

8

Page 22: 11 tips to start your Drupal 8 project right · © 2019 - DrupalEasy 11 tips to start your Drupal 8 project right Michael Anello @ultimike

© 2019 - DrupalEasy

Create wireframe and mockups as necessary.

9

Page 23: 11 tips to start your Drupal 8 project right · © 2019 - DrupalEasy 11 tips to start your Drupal 8 project right Michael Anello @ultimike

© 2019 - DrupalEasy

Use the Configuration System.

10

Page 24: 11 tips to start your Drupal 8 project right · © 2019 - DrupalEasy 11 tips to start your Drupal 8 project right Michael Anello @ultimike

© 2019 - DrupalEasy

Define realistic and meaningful milestones.

11

Page 25: 11 tips to start your Drupal 8 project right · © 2019 - DrupalEasy 11 tips to start your Drupal 8 project right Michael Anello @ultimike

© 2019 - DrupalEasy

12…?