I’d love to have an insight into the development process of startups around here. How do you go from idea to launch? For us (Fonebase Labs), it is not like there is a laid down rule. We’ve only come to arrive at our current process through trials and mistakes over time. Needless to say, the initial versions of our products (Fonenode, Callbase, Writerack) never followed this process. The objective of this therefore is to:
- See if there is a standard process out there
- See how else it is being done/can be done
- See what we are doing wrong/how we can improve our process
I will go first.
Our team is a very small one. The current [active] dev team comprises 3 people - myself, a remote designer and an intern. Here is what our process currently look like
-
Idea
It all starts with an idea. We brainstorm about the why, the how and everything between. -
Mockups and Architecture layout
My Co goes ahead to do the mockups while I layout the architecture - platform, tools, database structure, etc. I review the mockup later to finalize on final structure. -
Design
We send the mockup to the designer. He creates the related pages (as images) and we review the process, giving feedback on color, image, layout, typography and other design elements. Once everyone is satisfied, he slices it (converts to html) -
Development
Most times, the development is already ongoing before design completion. Parts that are not related to design (controllers and models for example) are being done. When the design comes in, it gets plugged in. Every collaborator forks the master repo and work from his fork. For every commit, he sends a PR which is reviewed and merged to the master. At stable stages, the master is pushed to a staging server for progress review. Once development is completed, the deployment is tested on staging. Once everything is ok, it then goes to the production server.
That’s pretty much it. One thing I’d love to hear about is the other ways code collaboration is done. Forks or Branches (https://guides.github.com/introduction/flow/)?
Tools we use: HipChat, Trello, Quip, Invision, Bitbucket and Mail
Related links (please share too):
http://scottchacon.com/2011/08/31/github-flow.html
https://www.crispymtn.com/stories/how-we-keep-shipping-code-several-times-a-day