SO i have a quick question regarding app engine.
So i want the client to be able to register filling in information that will be inserted into EditText fields in the android clients GUI. The user information will be submited and stored using App engines entities.
Now, what i want to have is a site that can see when a new user has registered.
So i want to have a log-in console that the admin will be able to log into. But the trick is i would like to assign each admin person to be able to access only their give entity parent.
For example Bob can only access his employess based on what i set him as.
So when a new user selects "Bobs employee" from the list it will register then with bobs console only. He will then have the ability to send them pings through C2DM and delete or edit the user.
Okay so my question: is all of this possible througb AppEngine or will i need some other things??