Publishers of technology books, eBooks, and videos for creative people

Home > Articles > Design > Voices That Matter

📄 Contents

  1. Solidify Project Objectives
  2. Understand the Project Approach
This chapter is from the book

Understand the Project Approach

Knowing the overall approach, or methodology, of a project is an important part of understanding when and how you’ll be involved and how you should be involving others, such as your project team and business stakeholders.

Sometimes there seem to be as many project approaches as there are projects. How to choose the right approach for a project is a large topic in itself. The methodology you choose can depend on many things, including the structure and location of the project team, the technologies being used on the project, and the degree to which collaboration is a part of the company’s culture. For the purposes of this book, we’re assuming that you’ve joined a project where the approach has largely been determined by those responsible for the project’s success, such as the project sponsor and project manager. In this situation, your main goal will be to understand the approach and help make it effective for the business stakeholders and your users.

Here we’ll focus on two of the most common types of approach, as well as a third that shows a possible variation you might encounter on a project. The important thing to note is that most approaches involve the same steps:

  • Plan the overall strategy, approach, and team structure
  • Define the project requirements
  • Design interaction and visual concepts and evolve them into detailed specifications
  • Develop, test, and refine the solution
  • Deploy the solution via messaging, training, and a planned launch
  • Extend the project by making recommendations for improvements

The names for these steps may vary, as may the degree to which they overlap and the way information is documented. But the general activities in each step are common to most projects and to all three models presented here.

Waterfall Approach

A waterfall approach (Figure 4.3) involves treating the steps of a project as separate, distinct phases, where approval of one phase is needed before the next phase begins. For example, the Design phase does not begin in earnest until requirements have been approved by business stakeholders, who sign off on one or more requirements documents at the end of the Define phase.

f0403.jpg

Figure 4.3 Example of a waterfall approach, where each phase “falls” into the next

The problem with a pure waterfall approach is that it assumes that each phase can be completed with minimal changes to the phase before it. So if you come up with new requirements in the Design phase, which is common, you must suggest changes to documents that were approved at the end of the Define phase, which can throw off the plan and the schedule.

Agile Approaches

Because change is constant, project teams are continually looking for more flexible approaches than the waterfall model. Many methodologies follow a more fluid approach, with some steps happening alongside each other; for example, versions of the website could be released on a rapid, iterative schedule using an agile or rapid development approach (Figure 4.4). An agile approach generally has a greater focus on rapid collaboration and a reduced focus on detailed documentation and formal sign-off.

f0404.jpg

Figure 4.4 Example of an agile approach

A true agile approach (following the best practices developed by members of the Agile Alliance, for example) calls for small teams whose members are located next to each other physically, with little focus on defining formal roles between team members. Working this way allows a very high degree of collaboration, which reduces the need for heavy documentation between the stages of design, development, and testing. A team member can pose a question, come to the answer together with other team members during a quick whiteboarding session, and implement a solution without the delay of detailed documentation and approval. Stakeholder reviews occur with a fully functioning system when one of the many iterations is released, and the resulting input is taken into account as the next iteration is planned. (Iterations are draft versions of a particular site or application and may also be called sprints.)

Designers moving to an agile approach for the first time often face a conundrum. How do you go from a waterfall approach (which favors detailed documentation and sign off, taking weeks or months per phase), to an agile approach (which favors conversations and quick decision making over the course of days or weeks) and still make time for design thinking and user research? To see how some designers have made the transition, let’s dive deeper into a particular kind of approach called Lean UX.

Lean UX

Lean UX is an agile project approach that’s well-suited to products being developed in the face of great uncertainty (as most products for startups are). It reduces waste in the project’s process by removing effort spent on features that don’t really matter at the time of each iteration. For example, spending time designing an entire set of categories and subcategories of products may be wasteful if the team has not yet proven that they’re offering products that their target users are willing to purchase.

Some of the principles of Lean UX include:

  • A focus on validated learning. Iterations of the product are not seen as simply working versions of the product, but as the presentation of a hypothesis that can be tested with users. The goal is to learn as quickly as possible, by validating design decisions with customers and incorporating the subsequent changes that will help the team learn the next important lesson.
  • A continuous loop of Build—Measure—Learn. Lean processes prioritize the building of a testable iteration of the product as quickly as possible, in order to test assumptions that the team is making about how users will react to the product. Tests fail or succeed based on qualitative user feedback during research, and on quantitative measures that are put in place to track success. These measures should pull from actual user behavior—for example, the number of registrations for a site, the number of products purchased, and so on. Care should be taken that the measures put in place really test the assumptions of that iteration. For example, if people are registering for your site, but not taking any important actions in it afterwards, you’ve just learned that your post-registration experience needs to be more compelling! Incorporate that learning into your decisions on what goes into the next build, and complete the loop (Figure 4.5).
f0405.jpg

Figure 4.5 Lean approaches focus on a loop of Build—Measure—Learn. The process is meant to increase the speed by which teams cycle through the loop, maximizing learning and allowing for quicker adjustments in strategy based on customer response.

  • The importance of developing the Minimum Viable Product (MVP) at each iteration. In a lean process, the focus is on testing a hypothesis about user behavior, rather than building a fully functioning product at each iteration. Teams don’t need to create a fully functioning digital version of their product to test a hypothesis (although a more robust digital version will eventually exist after several cycles, if things are going well on the validation front). Especially in beginning stages teams can focus on developing a Minimum Viable Product, which Eric Ries defines as “that version of product that enables a full turn of the Build—Measure—Learn loop with a minimum amount of effort and the least amount of development time.” For example, elements of the experience that should eventually become automated—like confirmation emails when a purchase has been made—may be completed more manually by a team member while the test is being run in an earlier iteration.
  • A move away from formal deliverables and detailed documentation. This is consistent with the overall agile approach. Deliverables like detailed wireframes and use cases, which may become replacements for direct communication and fast implementation of ideas, are removed from the process in favor of faster methods like sketching. Conceptual wireframes are often still used, but are meant to illustrate quickly as an aid to communication, and do not “live on” as records of design decisions.

When an agile approach is working as it’s designed to, it’s a beautiful thing. At most companies and within most consulting engagements, however, teams rarely follow a pure agile approach. In part, this is because companies often have distributed teams and remote workers, which makes it difficult to maintain the high degree of collaboration needed to take best advantage of the pure agile approach. However, a greater prevalence of virtual collaboration tools and digital sketching tools makes this distributed agile approach increasingly possible, as long as teams commit to clear communication, high availability, and effective decision-making.

Modified Approaches

Many projects try to follow an approach that marries elements of waterfall and agile approaches, with enough structure and documentation to reduce the risks posed by distributed teams and turnover of team members, but enough collaboration and iteration to respond to changes in a relatively nimble way. For example, a project may follow a waterfall model but include an overlap in phases so that there are key collaboration points from team to team. This allows potential changes to surface earlier in each phase. This may also include an early release (such as a beta release to a particular user group) with a shorter iteration cycle. Feedback from that release can then be incorporated before the full deployment of the new site. (Figure 4.6)

f0406.jpg

Figure 4.6 Modified waterfall with beta release

Notice the smaller iterations within the Design phase in Figure 4.5. That’s one of the greatest values you bring to your team as a UX designer. Tools such as wireframes (Chapter 12) and prototypes (Chapter 13) can allow you to gather feedback on quick iterations of ideas, before a lot of development time has been put in.

This book loosely follows a modified waterfall approach like the one shown in Figure 4.6. However, many of the topics covered here will apply to your project regardless of the specifics of your approach, because the basic activities behind them—defining and designing, for example—are still necessary.

How Does the Approach Affect Me?

Knowing your approach helps you understand a number of things:

  • What questions you should be asking, and when. For example, if you’re working with a pure waterfall approach, you’ll need to put in extra effort to make sure the requirements captured in the Define phase contain all the information you need for the Design phase. (We’ll be discussing requirements in the next chapter.)
  • Expectations on how project team members will collaborate and how close that collaboration will be. For example, an agile approach requires very close collaboration. A waterfall approach may involve individual work most of the time, with touchpoints once or several times per week.
  • The level of detail needed in your documentation and the level of formality. Documents submitted at sign-off points need to be formal, almost like legal contracts. Typically, you’ll need more formal documents in a waterfall approach, where sign-off is required before you move on to the next phase. However, you may also have some formal sign-off documents when using an agile approach—for example, to capture information at major decision points, such as when a particular iteration is prepared for full release and deployment.
  • Important milestones that involve approval from stakeholders and deployment to different groups. The approach will determine what different audiences need to provide at various points in the project, including approvals from stakeholders at sign-off points and feedback from potential users during a beta release.

Now that you’ve solidified your project objectives and gained an understanding of the project approach, in the next chapter we’ll start with the primary work in the Define phase: gathering requirements.

Peachpit Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from Peachpit and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about Peachpit products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites; develop new products and services; conduct educational research; and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email ask@peachpit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by Adobe Press. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.peachpit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020