Quick question. Can I get a few estimates on how long something like this would take to program from scratch?
Assume: Mid-level competence from the coder. No preference on language or implementation. Coder has all the tools/applications necessary.
I want a Windows application that prompts a user to locate a data folder. For example, music. I then want that application to ask for 3-4 other data types. Then I want that program to search for a default directory for a specific xml file. Give the user the option to locate if it doesn't exist. If the expected data structure exists but the XML doesn't, create the xml file. If the xml file does exist, I want the app to add the values from the previous 3-4 locations as a string inside the XML file.
Once this is complete, I want it to prompt the user if they would like to use a certain application. If they say yes, open up the default browser and open a new page/tab and go to the download section for that app. Back in the application, I want it to do this for 3-4 applications and then quit, with the option of canceling or quitting at any time.
I'm trying to scope out how long it would take someone to complete this job.
Part B. Once that application is created, I would like an estimate on how long it would take that same application to be configured to run once at login, but only the first time after installed. After first run, it should still be executable, but no longer run at startup and does not need to continue running as a service.
Any help scoping this out would be much appreciated.
Assume: Mid-level competence from the coder. No preference on language or implementation. Coder has all the tools/applications necessary.
I want a Windows application that prompts a user to locate a data folder. For example, music. I then want that application to ask for 3-4 other data types. Then I want that program to search for a default directory for a specific xml file. Give the user the option to locate if it doesn't exist. If the expected data structure exists but the XML doesn't, create the xml file. If the xml file does exist, I want the app to add the values from the previous 3-4 locations as a string inside the XML file.
Once this is complete, I want it to prompt the user if they would like to use a certain application. If they say yes, open up the default browser and open a new page/tab and go to the download section for that app. Back in the application, I want it to do this for 3-4 applications and then quit, with the option of canceling or quitting at any time.
I'm trying to scope out how long it would take someone to complete this job.
Part B. Once that application is created, I would like an estimate on how long it would take that same application to be configured to run once at login, but only the first time after installed. After first run, it should still be executable, but no longer run at startup and does not need to continue running as a service.
Any help scoping this out would be much appreciated.