Hi Everyone,
I have made a fairly simple app, which can be found on GitHub called BaseApp2.
It's basically a starter application for future apps that I make to save me redoing the same parts over and over again. It's not advanced, but it serves its purpose for me.
At the moment any information that's entered into the database is either done by an user or an administrator user. That's the limit of my ability!
I would really like to add the ability of each user and administrator is part of a team or company. So each team/company would have one administrator (account owner if you like) and a number of users. The administrator could only edit users under their team/company name. Each team/company would only see data entered by their team/company.
Any ideas or pointers where I need to start with this kind of thing?
Thanks,
Danny