Guidelines for Designers: How to work with Developers

Intro

Traditionally, in any kind of publishing business there has always been a big gap between designers and implementation. Traditionally after the designers were done, whoever needed to implement designs had to do a lot of work importing the artwork into their work environment, and post processing assets. This has been a lot of pain for both designers and implementors as it required a lot of back and forth between different parties.

In modern web design there are now tools that allow us to have smooth, integrated website projects. Our vision is happy designers and happy developers! Happiness is now in your reach! 🙂 Please read on.

Common design handover pitfalls

For website projects, the handover between the design phase and the development phase can be difficult and time consuming. Here are a couple of reasons why:

Read on to learn how we resolve these issues.

1. Widths and Spaces

Have you ever read "Objects In The Mirror Are Closer Than They Appear" on a side-view mirror? The same happens to mockups. They often look smaller than they will appear once implemented in code. Also, designers often work with very big screens 19 or 22 inches, while clients often use their business laptops at 13 or 15 inches.

Mockup Width:

Font Size

Height of Vertical spacing

2. Design Grid

These days, most websites are implemented using a responsive grid. Using a grid ensures that websites are readable and look good on many different devices and screen sizes and makes web frontend programming more efficient and robust.

The most commonly used grid is part of the Bootstrap v4 frontend framework, but there are also other grids on the market. Creating website designs and mockups that are compatible with such grids is an industry wide best practise.

Recommendations for Designers:

3. Tools and Formats

These days, Designers that would like to provide assets to frontend developers overwhelmingly use Design Hand-Off Tools - see here for an intro: Design Hand-Off Tools.

Legacy or print software is a huge headache for Frontend Developers, as assets are rarely exportable in a quality / format that is apt for web development.

Recommendations for Designers:

Use a Design Hand-Off Tool that has a web interface. There are currently these options:

Further Notes:

4. Assets

Even when using a design handoff tool as described above, hand-offs remain tricky, because it's not always intuitive for designers to organize designs in a way that makes single images and shapes exportable.

Recommendations for Designers:

Images: Images need to be exportable from the web inspector in an optimized format (jpg or png) - make sure transparency still works! If the web inspector (i.e. invision) doesnt support asset export, please see below.

⚠️ Pay special attention to use the sRGB color space! Browsers may not fully support color spaces other than sRGB.

Non-exportable assets: If the inspector doesnt allow to export some assets (i.e. in invision web inspector, images are not exportable, upload and share them on Google Drive. Think about vector shapes (SVGs), images, stock photos, videos and web fonts.

Text: text properties (such as text size, text decoration, text style, font-family, etc.) should be properly displayed in the tool, when selecting the text. Text copy should be selectable for copy and paste.

Styles: it's important that properties such as border radius, shadows, height, width, etc. is properly displayed in the tool, when selecting a box or other type of layout. Please test prior to handover.

Gradients: If the design has almost-unnoticeable gradients (eg for visibility of the text on top of bright images) - mention them explicitly during the hand-over, otherwise they might go unnoticed and end up being excluded from the project estimates.

Source files: Upload source files (.xd or .sketch) to Google Drive.

File Sharing: Do not use tools that provide links that expire after some time, as information might get lost that way.

File names: Please give your assets speaking file names so that the frontend developer doesn't have to rename assets.

Fonts: Please use a Google Font. If that's not possible, help us by uploading a zip file of the web fonts to Google Drive. If you only have .ttf fonts you can create a web font package on https://www.fontsquirrel.com/tools/webfont-generator (in this case you are responsible about Web Font Licensing. It's better to use open-source (non-licensed fonts) - please consider such an open-source alternative font.

Paid Assets: Normally, the client is purchasing any paid assets directly via credit card. While working on a design proposal that includes assets that need to be purchased, you can use preview or trial material, other sources (i.e. fonts you have already installed, etc.) for the mockups. Upon design approval you can create a gitlab issue on the respective Gitlab project, asking the client to purchase the corresponding assets. Please include the direct links to the items to be purchased for the convenience of the client.

Google Drive: In order to enable frontend developers to work efficiently, it's important that all your source files are in the project's Google Drive folder and that you keep them updated at all times so that the frontend developer always have access to the latest version.

Shared Folder Access: If you don't have access to the project's shared folder on Google Drive request access with the responsible project manager

File Versioning: Do not change the file name after updating a source file or asset (i.e. do not add a version or date to the filename). Google Drive automatically creates a new version of the file if the file name is the same. The old versions are still accessible via the context menu (right click on the file).

5. Process

Frontend designers expect signed-off, highly accurate (pixel-perfect) design mockups that leave no room for interpretation.

Recommendations for Designers:

First Steps:

  1. Join the team on Slack! As a designer you are a crucial part of every project. Therefore please join the project channel on the what-digital slack organization

  2. Join the project! Please ask for access to the gitlab project where all the tasks are managed.

  3. Join Google Drive! Also ask for access to the project's shared folder on Google Drive so that you have A) access to any existing design assets and other briefing material and B) can upload (and keep up-to-date) the source files you create.

Components: In the end, all design and UX work for a website project that is based on a Content Management System (CMS) boils down to implementing reusable components (a.k.a. sections, elements or plugins) for the website editors. These components can be freely added, removed and stacked in any order, on any page, by any website editor. The fewer components, (i.e. the fewer exceptions), the easier and faster it will be for the developers to implement your designs. Keep a list of components and share it so that the developer can estimate the implementation efforts needed.

Completeness: frontend developers need your guidance across all screens and all aspects and states of the website or application. Make sure to include all states (i.e. menu-open state) and all screens. For complex application logic create wireframes (we recommend miro.com) for all functionality (all screens) and update the wireframes during the work on your separate design mockups.

For very big applications we recommend to create a design catalogue of components and high-fidelity wireframes that refer to those designed components.

Sign-off: In order to avoid loops and work done multiple times, get a full design sign-off based on your finalized mockups before handing them off to the frontend developer. The Frontend Developer doesn't expect the designs to change anymore.

Pixel-perfectness: As a designer, be aware that Frontend Developers will take your mockups literally. Make sure you are 100% accurate in every aspect of the design before you your work over. What you see is what you get.

Technical Requirements Documentation: Ask the developer to share his technical requirements documentation. Developers specify their point of view on the business logic and how they would like to solve certain challenges. By providing feedback on the developer view you can push the project in the right direction from the start.

Real content: Work with real content. If your designs contain Lorem Ipsum it is not possible for the developer to understand how much space to allocate and whether to account for special circumstances when it comes to website responsiveness. The content doesn't have to be the very final approved version, a draft version of the content is sufficient. The goal is that you convey a general idea of the content to the developer. Pay special attention to translations. The French or Italian version (as an example) is often longer than the English or German text that you might work with. If your design requires it, show a version with longer text that, for example, causes a heading or title to wrap into multiple lines of text instead of just one line. In general try to vary content to show all possible situations that could happen in real life. This is especially important for projects that allow editors to change content later on in a CMS (Content Management System).

Additional Documentation / Designer Notes: Provide a documentation for anything that is not clearly visible on the designs. In the designer notes explain your thoughts around certain elements that you think are non-obvious or counter-intuitive. Upload your mockups to miro.com and add visual signals (we recommend to use the speech bubble shape), thus documenting any special requirements and behaviors. Things that normally require additional documentation: Animations, responsiveness, and anything else that is outside the area of dominant web design standards and best practices.

Hand-over Meeting: Organize a hand-over meeting (we use Slack or Google Meet for online meetings) so you can go through your designs with the Frontend Developer. The "sound track" helps to provide context and avoid misunderstandings.

Design Implementability Review: The Frontend Development Team will do a design implementability review after the handover. They will check whether the designs are technically feasible and fit into the budgets for implementation. Please anticipate this and involve the frontend team from the start, so the Implementability Review goes smooth and no retrospective design changes need to be made by you.

Responsiveness: Sometimes designing only one breakpoint (i.e. only desktop, or only mobile) saves time and avoids over-specification. Our Frontend developers will apply the simplest possible responsive solution. This is sufficient for simple content pages. For application logic and more complex pages, mobile and desktop screens are required.

Design Review: Ask the frontend developer to schedule a design review with you once he's done so that you can give feedback, resolve open questions and influence the final touches, before the work is handed over to the client for approval.