•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Software Developers' Lounge section within the Software Development category of DaniWeb, a massive community of 375,168 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,267 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Software Developers' Lounge advertiser:
Views: 586 | Replies: 3
![]() |
•
•
Join Date: Aug 2007
Posts: 9
Reputation:
Rep Power: 0
Solved Threads: 0
hi all,
we are in final stages of the hiring process for a developer to design a simple searchable database for an online marketplace. buyers and sellers will then connect and transact over our platform.
there is also a simple community/social network component with ratings, reviews etc (not unlike dani web).
they estimated that the project will take 22 weeks but we had initially agreed based on a 15-16 week time frame. We are trying to bring the number of weeks down as 5.5 mths to develop a relatively simple database and add a few features should not take so long.
also, the payment structure they have given us seems a little skewed:
30% advance
50% at the end of 2 weeks when database design and architecture is finalized
20% at the end of 22 weeks upon project completion.
we don't feel comfortable paying 80% within the first two weeks of the project since there will be many weeks left to completion and only 20% of the payment remaining so they can easily renege on the project.
Any suggestions from you guys as to how we can structure this better so as to make sure both parties are happy and motivated??
Any help is greatly appreciated!
we are in final stages of the hiring process for a developer to design a simple searchable database for an online marketplace. buyers and sellers will then connect and transact over our platform.
there is also a simple community/social network component with ratings, reviews etc (not unlike dani web).
they estimated that the project will take 22 weeks but we had initially agreed based on a 15-16 week time frame. We are trying to bring the number of weeks down as 5.5 mths to develop a relatively simple database and add a few features should not take so long.
also, the payment structure they have given us seems a little skewed:
30% advance
50% at the end of 2 weeks when database design and architecture is finalized
20% at the end of 22 weeks upon project completion.
we don't feel comfortable paying 80% within the first two weeks of the project since there will be many weeks left to completion and only 20% of the payment remaining so they can easily renege on the project.
Any suggestions from you guys as to how we can structure this better so as to make sure both parties are happy and motivated??
Any help is greatly appreciated!
> 50% at the end of 2 weeks when database design and architecture is finalized
Unless the system is that simple, the design is never the final representation of the system. Sooner or later, some unanticipated snag (or gaping hole) will be found which upsets the whole program.
Yes, 50% for this is extreme IMO.
> 20% at the end of 22 weeks upon project completion.
I would expect 4 or 5 milestones in this, each of which would trigger a payment.
Split the pot 50:50
One pot is paid pro-rata on the basis of work being done. Each week you get a statement of activities and achievements, and you hand over a bit of money.
The other pot is split into say 5 equal parts, and each part is handed over at the successful completion of a milestone.
If they still want an advance, then I would bargain. Maybe even consider some Escrow arrangement if you feel the amount up front is too much. Make sure you have a good contract.
Unless the system is that simple, the design is never the final representation of the system. Sooner or later, some unanticipated snag (or gaping hole) will be found which upsets the whole program.
Yes, 50% for this is extreme IMO.
> 20% at the end of 22 weeks upon project completion.
I would expect 4 or 5 milestones in this, each of which would trigger a payment.
Split the pot 50:50
One pot is paid pro-rata on the basis of work being done. Each week you get a statement of activities and achievements, and you hand over a bit of money.
The other pot is split into say 5 equal parts, and each part is handed over at the successful completion of a milestone.
If they still want an advance, then I would bargain. Maybe even consider some Escrow arrangement if you feel the amount up front is too much. Make sure you have a good contract.
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
•
•
Join Date: Aug 2007
Posts: 9
Reputation:
Rep Power: 0
Solved Threads: 0
Thanks for your inputs Salem! Have a some follow up questions...(see within your response)
•
•
•
•
> 50% at the end of 2 weeks when database design and architecture is finalized
Unless the system is that simple, the design is never the final representation of the system. Sooner or later, some unanticipated snag (or gaping hole) will be found which upsets the whole program.
Yes, 50% for this is extreme IMO.
> 20% at the end of 22 weeks upon project completion.
I would expect 4 or 5 milestones in this, each of which would trigger a payment.
--> We are new at this outsourcing and development stuff- what are good milestones to use to trigger payment? perhaps Alpha Version release 30%, and Beta 30% and last 20% upon completion? But again, how is "completion" defined? And what can we expect to see at Alpha and what can we expect to see at Beta (or is this something the client will stipulate and the developers have to deliver?)
--> Any suggestions on what the typical "milestones" are would be of great help!
Split the pot 50:50
One pot is paid pro-rata on the basis of work being done. Each week you get a statement of activities and achievements, and you hand over a bit of money.
--> So say for example we have a list of items in the Scope of Work and as each item/a few items are completed we hand over the money?
The other pot is split into say 5 equal parts, and each part is handed over at the successful completion of a milestone.
--> so basically this 50:50 pot would be combining the milestone structure (in which we pay a percentage at each version release) and the pro-rata structure where we pay per item as it is completed?
If they still want an advance, then I would bargain. Maybe even consider some Escrow arrangement if you feel the amount up front is too much. Make sure you have a good contract.
--> I am ok with paying an advance but will try to bring it to 10/15%. The the remaining 85/90% will be a combination of a milestone/pro-rata per item structure.
What do you think? Is that what you would do?
Thanks again- very helpful!
Last edited by jiaenteo : Sep 13th, 2007 at 2:26 pm. Reason: clarify
> what are good milestones to use to trigger payment?
What are the key features of your application?
- create account, log in, log out, edit user details
- list items for sale (sellers)
- search items (buyers)
- end to end transactions
> But again, how is "completion" defined?
You test it.
If you've written the requirements clearly, it should be pretty obvious what needs to work and how you would test it.
Like for example, you'll have statements like
- A user will be able to create an account
- A user will be able to change their password
- User information will include home address and phone number.
I like numbered paragraphs with only one "will/shall" imperative statement per paragraph, along with any additional descriptive prose to help with understanding. Yes it will be a dry read, but at least everyone will know where they stand.
From that, you can derive a list of tests which you expect to pass at each release.
With the first alpha release (possibly even before then), you'll need to agree on the process for raising bugs against specified releases.
> --> So say for example we have a list of items in the Scope of Work
> and as each item/a few items are completed we hand over the money?
Except it would be a flat rate. Even if nothing seemed to happen in one week, you'd still hand over the agreed weekly amount. Maybe there were some hard problems which slowed progress down. Likewise, other weeks will show massive progress. So long as the "moving month" average looks like it's on track, there shouldn't be much cause for concern on your part. But at least you'll have a record of what was being done.
What are the key features of your application?
- create account, log in, log out, edit user details
- list items for sale (sellers)
- search items (buyers)
- end to end transactions
> But again, how is "completion" defined?
You test it.
If you've written the requirements clearly, it should be pretty obvious what needs to work and how you would test it.
Like for example, you'll have statements like
- A user will be able to create an account
- A user will be able to change their password
- User information will include home address and phone number.
I like numbered paragraphs with only one "will/shall" imperative statement per paragraph, along with any additional descriptive prose to help with understanding. Yes it will be a dry read, but at least everyone will know where they stand.
From that, you can derive a list of tests which you expect to pass at each release.
With the first alpha release (possibly even before then), you'll need to agree on the process for raising bugs against specified releases.
> --> So say for example we have a list of items in the Scope of Work
> and as each item/a few items are completed we hand over the money?
Except it would be a flat rate. Even if nothing seemed to happen in one week, you'd still hand over the agreed weekly amount. Maybe there were some hard problems which slowed progress down. Likewise, other weeks will show massive progress. So long as the "moving month" average looks like it's on track, there shouldn't be much cause for concern on your part. But at least you'll have a record of what was being done.
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb Software Developers' Lounge Marketplace
•
•
•
•
activex advertising ajax asp blog blogging browser business code development erp systems exploit firefox google hardware html innovation intel internet java linux marketing math microsoft mozilla news office programming project project management revenue rss search security seo software software selection sql sun technology technology evaluation video vista w3c web web development wiki windows xml yahoo
- looking for a website development project in ASP (ASP)
- Web Site Development at vSplash in Hyderabad India. (IT Careers and Business)
- software development project... (C++)
- looking for a good game development college (IT Careers and Business)
- Software Development in Hyderabad,India. (Computer Science and Software Design)
- Web Site Development & Design at Banjarahills in Hyderabad. (Post your Resume)
Other Threads in the Software Developers' Lounge Forum
- Previous Thread: need the help of a pro
- Next Thread: Programming help




Linear Mode