WHAT DO YOU RECOMMEND
This request is about drastically shortening the time and work needed to create a new object from the + button on the navigation bar on mobile.
The current flow is:
- Tap the
+button in the navigation bar => a blank object is displayed, with the “change type” section collapsed - Tap “Change type”
- Tap the desired type => a blank object of the desired type is displayed, with the “Type has X templates” modal visible
- Tap “show” in the modal to see the templates available
- Swipe right until the right template
- Tap “use template” => you are finally ready to start working on the object
Instead, the flow should be:
- Tap the
+button in the navigation bar => a blank object is displayed with the “change type” section expanded (all types are already visible) - Tap the desired type => a new object with the default template already applied is displayed, with the “Type has X templates” modal visible in case the user needs a different template than the default one.
HOW COULD IT BE DONE
Keep the exact same screens and designs, simply change the flow and order.