Skip to main content
April 14, 2022
Question

Is it possible to support View Template functions such as 'tiles' in the interface object?

  • April 14, 2022
  • 4 replies
  • 0 views

Hello

Is it possible to support View Template functions such as 'tiles' in the interface object?

Purpose:
In the case of multiple people developing.
Want the developer to focus only on the interface part that the developer is working on.
And not worry about other layouts.

ex) When 'developer A' is working on the red box interface part, there should be no difference made to the grean and pink box.

For now, the layout changes as what goes into the red box.

Thank you.

    4 replies

    gopalk2865
    Participating Frequently
    April 14, 2022

    Hi, I am sorry but could not understand your question exactly. Could you please explain Little more?

    April 14, 2022

    Hi,

    I added more for understanding. 

    thank you for your interest.

    harshitb6843
    April 14, 2022

    Break the interface into multiple interfaces and develop them individually. Then combine them together in a parent interface

    April 14, 2022

    I do know about combining interface into parent interface.

    What I want to know is

    "

    When 'developer A' is working on the red box interface part, there should be no difference made to the grean and pink box.

    For now, the layout changes as what goes into the red box.

    "

    Thank you.