Hello,
I need to customize admin panel for special requirements.
Basically I've a theatre seat chart which is being generated by repeater field which adds rows to seat chart.
Every theatre has a seat chart which is unique.
Right now, I can display seat chart of any theatre by simply using theatre's id to pull the seat chart.
But my requirement is that this seat chart for each theatre should be visible on the admin side so that I can perform further operations on it as a superuser before making it publicly visible.
I understand that perhaps I'll need to add a page to admin side but I'd like to know if this is the right way or what other proper way can be to accomplish the given requirement.
Thank you all.