Challenge Overview
Use your JavaScript and Salesforce skills to build a reusable Lightning component for dependent picklsits similar to this. The component would have two picklists, one initially populated with data and the second would not be populated until a value is selected from the first one. The second picklist is dependent on the value of the first picklist to load data from the controller... hence the challenge name. So, an example might be the first picklist is populated with accounts and when you choose an account, it populates the second picklist with all of the contact names for that account. Or perhaps, selecting an opportunity and then the related opportunity line items in the second picklist.
The component should be as generic as possible and configurable to be used with various objects. Perhaps implemting some sort of event notification.
Is this your first time building Lightning Components? No problem! See our Build Your First Lightning Component tutorial to help get you started or the links to Salesforce1 Lightning documentation in the FAQ section of http://lightning.topcoder.com.
See http://lightning.topcoder.com for links to documentation, quickstarts, tutorials, leaderbaord and more Lightning challenges.
You will need to get a new Winter '15 Developer Org to get access to Lightning Components. See the FAQ section for more information.
Final Submission Guidelines
Upload your code along with a short video (Jing) of your submission as well as an unmanaged package for installation.