I am trying to develop an app that has two core elements-
The users app
The clients app
Basically, when the client requests for something(Ex - a type of medicine), all the users within a defined radius get a notification about it, with a call back option under the request.
So the home page of the users app will have a list of all the requests.
The client, after getting what he needs, takes down the request manually or after a 24 hour period, it automatically vanishes. The client part, before he can use, registers with location as well as their number, so that whenever they request, all they have to do is write what they need without entering more details. Can someone please guide me through this app development?