Same or admin app?

Hey guys,
I’m making a supply chain app.
Each department can only see their own categories of items, and they use a form to request this items from the warehouse.

On the other side, the warehouse must see all requests, filtered by department.
Should I use an admin app for the warehouse? Or do you think it’s better to use the same app?

Thanks,

I’d use the same app, with the warehouse seeing stacked inline lists - one for each department.

I’m an advocate for a single app as well. If set up properly each user will only see what they need to see.

As long as you don’t need a public mode and an authenticated mode, yes one and only one app

1 Like

thanks y’all!