You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title="Agile Software Development for Web and Mobile Development"
@@ -9,32 +11,97 @@ import SEO from './../components/seo'
9
11
10
12
# Our Process
11
13
12
-
<br/>
13
-
14
-
### Let's Meet
15
-
16
-
Let us catch up over a coffee or skype and discuss about your vision and the problem you want to solve.
17
-
18
-
### Storyboarding
19
-
20
-
Post meeting, form user stories that clearly define the scope of the project. We put your requirements down on a project management tool like trello in the form of user stories. This clearly defines the scope of projects and ensure both parties know what we are getting into.
21
-
22
-
### Sprints
23
-
24
-
We break our product development cycle into many sprints that are about 2 weeks each. Each sprint has a monday morning sprint planning meeting and daily ten minute stand ups. At the second friday we have a sprint conclusion demo and a retrospective.
25
-
26
-
### Feedback
27
-
28
-
We set up a staging server where our continuous delivery manager will automatically deploy the latest code we push. You can check the status of your project anytime on our staging server and provide us feedback.
29
-
30
-
### Acceptance
31
-
32
-
Once we deliver a user story, you can test it out on staging server and accept the story or give us feedback if any.
33
-
34
-
### Completion
35
-
36
-
Once all the stories have been accepted by you, we prepare the project for delivery and give you a documentation of our work.
14
+
## What clients provide us
15
+
<FlexflexDirection="column"mt="2" >
16
+
<Boxwidth={1}pr="1">
17
+
<H4>1. App Design</H4>
18
+
<P>We accept designs in Figma, Zeplin, Sketch, Invision and etc.</P>
<P>Design system is a collection of reusable components written in React, guided by clear standards like Airbnb, that can be assembled together to build your applications.</P>
<H4>2. Backend API tests and documentation on Postman</H4>
52
+
<P>
53
+
Our backend developers builds API schema and tests on Postman before the actual API development starts.
54
+
The frontend development team starts development with no wait, by making use of the mock API server and documentation provided by Postman for our API schema.
55
+
</P>
56
+
</Box>
57
+
<VimeoVideoContainer>
58
+
<iframe
59
+
src="https://player.vimeo.com/video/390805379"
60
+
width="100%"
61
+
height="400"
62
+
frameborder="0"
63
+
allow="autoplay; fullscreen"
64
+
allowfullscreen
65
+
>
66
+
</iframe>
67
+
</VimeoVideoContainer>
68
+
</Flex>
69
+
70
+
<FlexflexDirection="column"mt="3">
71
+
<Boxwidth={1}pr="1">
72
+
<H4>3. App developed with React</H4>
73
+
<P>Based on the design, a complete React app developed with the help of design-system and APIs created above. The code will comply with Airbnb standards.</P>
0 commit comments