jerkovicl
10/17/2017 - 6:20 PM

process of design elaboration from each developer for their story

process of design elaboration from each developer for their story

To deliver story xyz:
  • Which component(s) would be required to be “created” or “modified”.
  • How will the component be accessed? From a topNav? Routing? From some user interaction on other components?
  • Which folder would those components belong?
  • What kind of @input, @output would be provided to / emitted from these components.
  • What would be your backend call requirement and it’s sequence
  • Any form validations?
  • Any spl technical things / libs required? E.g. moment, datepicker, modal, etc.
  • “Productivity improvement”? How will you reach your page fast — hardcoding? Proxying?