Combining a web application with another (larger).
        Posted  
        
            by Kevin Brown
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Kevin Brown
        
        
        
        Published on 2010-04-29T17:26:40Z
        Indexed on 
            2010/05/09
            4:08 UTC
        
        
        Read the original article
        Hit count: 336
        
codeigniter
|merging
I'm writing a web app, initially meant to be stand-alone--it's essentially a survey with user-management/authentication built on Codeigniter. The company I'm doing this for wants to merge it with their main system so that it acts like a feature, or a sub-app of their website.
What is the best thing for me to do? I think I could do one of two things:
- Finish my application, as I had planned to initially, and let them handle the merging.It would probably save me a headache.
 - Stop where I am in development, and migrate my authentication system to theirs, migrate the payment system to use theirs, and then finish the app.
 
In your opinion, or experience, what is the best thing to do?
© Stack Overflow or respective owner