Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


HTML
<div class="" onclick="showTrainingPopup('upcoming-events-only');" style="font-size:large;cursor:pointer;text-decoration:underline;color:#0052CC;font-weight:bold;margin:auto;">
Show Upcoming Events
<br/><br/>
</div>
How do product managers brainstorm? When in the HCD cycle should we ideate on our user research? This course traces the history of two products that have existed throughout history, and gives the participants the opportunity to ideate and find ways to improve the product in the future.

Who Should Attend:

Product Managers, Product Owners, and anyone else with a vested interest in product development.
Duration: 1 day  10am - 3pm

Learning Path: Product Management

Excerpt Include
Product Management Learning Path
Product Management Learning Path
nopaneltrue

Downloads

course slides (coming soon)

Want to schedule this course for your team or program?

Include Page
Intake
Intake

Related Services 


Product Management Support

Excerpt Include
Working Copy Popup Test
Working Copy Popup Test
nopaneltrue

Excerpt Include
Attachments
Attachments
nopaneltrue

HTML
<script type="text/javascript">
var aTags = document.getElementsByTagName("strong");

var searchText = "LACE Explained: Product Innovation Thinking";

for (var i = 0; i < aTags.length; i++) {
  if (aTags[i].textContent == searchText) {
    aTags[i].parentNode.parentNode.parentNode.style="background-color:#c7ccdf;";
  }
}
</script>