Click here to Skip to main content
15,915,328 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i would like to develop "phone simcard registration system" discription
of my system, before the person uses simcard, they should register it.
for registering system one should provide id and passport number. if
person is under age, one should bring along parents discription.
work flow of the system.
the system should check if provided discription already exist in the
database. if it does exist, it should not register such person. if does
not exist it should store that information in the database.

what else shoud i consider? how can i developt this system. i am equipt
with c++,java, and mysql.
Posted
Comments
Richard MacCutchan 27-Oct-13 3:54am    
Mobile phone operators already provide this service. You should check how they do it.

1 solution

from what i understand

  • You could first analyze the domain and identify all the required entities and their relationships.
  • Then decide which type of application is required Windows based or Web based
  • Define Architecture for your application
  • simply use any SDLC approach to develop your application.


hope this helps.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900