Difference between revisions of "Custom development requirements"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 11: Line 11:
* The code must follow [[Ruby Best Practices|best practices defined here]].
* The code must follow [[Ruby Best Practices|best practices defined here]].
* The code must be well documented - every method must contain documentation what is does.
* The code must be well documented - every method must contain documentation what is does.
* The code (the whole directory /home/mor) must be compressed into archive:
tar czf mor_custom.tar.gz /home/mor
* The code must come with documentation in Microsoft Word/OpenOffice ir PDF format what developed feature does.
* The code must come with documentation in Microsoft Word/OpenOffice ir PDF format what developed feature does.
* All code and documentation has to be compresses into 1 archive, *.zip or *.tar.gz are preferred.
* All code and documentation has to be compresses into 1 archive, *.zip or *.tar.gz are preferred.
* When you have your feature developed - create a ticket for it in our [[Create_new_Ticket_in_Ticket_System|support system]] and attach it there.
* When you have your feature developed - create a ticket for it in our [[Create_new_Ticket_in_Ticket_System|support system]] and attach your compressed archive with all information there as attachment.

Revision as of 13:01, 5 April 2013

This page is under development!

About

These are the requirements in order your custom developed features would be integrated into main code base.

Legal requirements

In order we would add your custom developed features or bugfixes into our main code base - you must sign an agreement and send it us via email: b2bsales@kolmisoft.com. Agreement can be downloaded here.

Other requirements

  • The code must follow best practices defined here.
  • The code must be well documented - every method must contain documentation what is does.
  • The code (the whole directory /home/mor) must be compressed into archive:
tar czf mor_custom.tar.gz /home/mor
  • The code must come with documentation in Microsoft Word/OpenOffice ir PDF format what developed feature does.
  • All code and documentation has to be compresses into 1 archive, *.zip or *.tar.gz are preferred.
  • When you have your feature developed - create a ticket for it in our support system and attach your compressed archive with all information there as attachment.