cozy / cozy-proxy

This repository was part of CozyV2 which has been deprecated - Cozy authentication and routing layer
https://blog.cozycloud.cc/post/2016/11/21/On-the-road-to-Cozy-version-3
GNU Affero General Public License v3.0
26 stars 31 forks source link

Add getNextStep method to Onboarding #318

Closed gregorylegarec closed 7 years ago

gregorylegarec commented 7 years ago

To be able to add a accessible link to next step into views, we need to have a getNextStep method on Onboarding class.

This next step is then given to Backbone StepModel as next property.

In views, we can access next step's route by using next.route.

Thanks @m4dz to have a review.

m4dz commented 7 years ago

Woohooo 🎆