Guest User

Untitled

a guest
Apr 25th, 2017
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.47 KB | None | 0 0
  1. Hello Brandon,
  2. This is confirm call on Wednesday 6AM US time. Before having call, I would request you to go through below details to have an overview of our discussion.
  3.  
  4. General
  5. - Validations to be checked on submit button/proceed action.
  6. - Default IOS alert box will be used to show any alert in the app.
  7. - Password validation form any particular validation for length and/or characters.
  8.  
  9.  
  10. 1. Splash Screen
  11. It will be the default screen to display when user launches the app. It will simply have a static background image.
  12. 2. Login
  13. Email
  14. Password
  15. Forgot Password?
  16. Sign Up
  17.  
  18. Flow/Business Logic - On login action, take user on preferences for first login else show Home screen.
  19.  
  20.  
  21. 3. Sign Up
  22. Profile Pict - Mandatory
  23. Group Name - Mandatory
  24. First Name - Mandatory
  25. Last Name OR Suggest for Full Name - Mandatory
  26. Email - Mandatory
  27. Password - Mandatory
  28. Confirm Password - Mandatory
  29. Add Members
  30. First Name
  31. Last Name OR Suggest for Full Name
  32. DOB - It will open default date picker for iOS
  33. Accept Terms and Conditions with checkbox - click on terms and conditions will open web view
  34.  
  35. Flow/Business Logic - On successful submission of sign up, redirect user on Login page. Send a verification link on email registered. User can login only after verifying email address
  36.  
  37. Queries
  38. - Any validation/format for name and group name
  39. - Add Members is compulsory? Any validation on maximum members to be added?
  40.  
  41.  
  42. 4. Forgot Password
  43.  
  44. Email - Send verification code
  45.  
  46. Flow/Business Logic - Verification code will be sent on email entered. and user will be redirected to Reset Password Screen.
  47.  
  48. Queries
  49. - instead of Reset password screen, we can send link on email. Click on this link will redirect to webpage, where user can reset password.
  50.  
  51.  
  52. 5. Reset Password
  53.  
  54. Verification Code - Mandatory
  55. New Password - Mandatory
  56. Confirm Password - Mandatory
  57.  
  58. Flow/Business Logic - User needs to fill all the fields and on click of submit, show login page where user can login with email and new password.
  59.  
  60.  
  61.  
  62. 6. Preferences
  63.  
  64. Sports - Drop down with the predefined values
  65. Gym -> switch/checkbox for YES/NO
  66. College Education -> YES/NO
  67. Age - Slider with 18-100+
  68. Parents/Have any child? - YES/NO
  69. Distance - Slider with 1-300 miles
  70. Length of FriendShip - Free entry text with numeric keyboard
  71. Personality Traits - Dropdown/Free entry text
  72. Type of music - Drop down with the predefined values
  73. Interested in - Drop down with the predefined values(Male, Female, Friends, Friends with
  74. Benefits.
  75. Lifestyle - Free entry text (Max length)
  76. Religion - Drop down with the predefined values
  77. Type of Food - Drop down with the predefined values
  78. Type of Movie - Drop down with the predefined values
  79.  
  80. Flow/Business Logic - Show Preference option only after first login. Default value for toggle option will be NO.On click of Next, Show Home Page.
  81.  
  82. Queries
  83. - Please provide mandatory fields?
  84. - Length of Friendship in days/months/years?
  85. - Drop down values for Sports, Personality Traits, Type of music, Religion, Type of Food, Type of Movie
  86.  
  87.  
  88. 7. Home
  89.  
  90. Profile Picture
  91. Group Name
  92. Age
  93. Distance from current location
  94. Contact Person - Full name / first name+last name
  95. Talk - Open chat screen
  96.  
  97. Flow/Business Logic - It shows basic details of the group in the range and based on the preference selected. Listing order should be based alphabetically.
  98. On click of particular group will take user to User’s Profile Screen.
  99. On click of Talk button, show chat window of selected user/group.
  100.  
  101. Queries
  102. - Matchmaking algorithm - priority fields for for matchmaking
  103.  
  104.  
  105.  
  106.  
  107. 8. User’s Profile
  108.  
  109. All the details of selected group
  110. Sports
  111. Gym
  112. College Education
  113. Age
  114. Parents/Child
  115. Distance
  116. Length of friendship
  117. Personality Traits
  118. Type of music
  119. Interested In
  120. Lifestyle
  121. Religion
  122. Type of food
  123. Type of movie
  124. One/More images(Max. 6 Images)
  125.  
  126. Flow/Business Logic - It is for display purpose. There is no proceed option. User can go back to Home screen
  127. By default only one image i.e. Profile Picture.
  128.  
  129.  
  130. 9. Chat
  131.  
  132. Profile picture
  133. Group name
  134. Date & Time - For current date show “Today time”, For Yesterday’s conversation show “Yesterday time” and rest all conversation show date.
  135. Last message
  136. Remove chat - Will be deleted for that user only, but will remain as it is for other members.
  137.  
  138. Flow/Business Logic - It shows list conversations with the group. On click of group will open chat window.On removing chat, user will be removed from the list and delete all the conversation
  139.  
  140. Queries
  141. - Ex. If another user has left my group. Then should we display the user on the chat list. Can I message that user?
  142.  
  143.  
  144. 10. Chat Conversation
  145. Screen will display all the message for selected group and Title will be the Group Name.
  146. Send message with the emoji support
  147. Send images and video
  148. Option to leave group
  149.  
  150. Flow/Business Logic - It is same as one-to-one chat. User can send/receive text/image/video for selected group. On Click of Leave the group, user will be shown a message “You can’t send messages to this group because you’re no longer a participant.”
  151.  
  152. Queries
  153. - How does leaving the group work?
  154.  
  155.  
  156. 11. My Profile
  157.  
  158. Show below details:
  159. Name
  160. Email
  161. Profile picture/
  162.  
  163. Flow/Business Logic - It is only for display purpose. If user has uploaded more than pictures show page controller to show all the images. Else show only Profile Picture. On Click of Setting icon, open setting screen.
  164.  
  165.  
  166. 12. Setting
  167.  
  168. Edit Profile
  169. Change Preference
  170. Change Password
  171. Push Notification
  172. Terms and Conditions/Privacy Policy/About us - show web page
  173. Contact us - open email with the specific email address.
  174. Logout
  175.  
  176. Flow/Business Logic -It will display all the above options. Click on cell will open respective screen.
  177.  
  178.  
  179. 13. Edit Profile
  180. Profile Pict
  181. Upload More/edit button
  182. Group Name
  183. First Name
  184. Last Name OR Suggest for Full Name
  185. Email - Won’t be editable
  186. Add/Edit/Delete Members
  187. First Name
  188. Last Name OR Suggest for Full Name
  189. DOB
  190.  
  191. 14. Change Preference
  192. Display all the fields from Preferences
  193.  
  194. 15. Change Password
  195.  
  196. Old password - Mandatory
  197. New password - Mandatory
  198. Confirm password - Mandatory
  199.  
  200.  
  201.  
  202. logo100X100.png
  203. Shivangi Bhatt
  204. Project Leader | Mind Inventory
  205. Office: +91-79-65252521
  206. Email: shivangi.mindinventory@gmail.com
  207. Web: http://www.mindinventory.com
  208.  
  209.  
  210. On Mon, Apr 24, 2017 at 11:23 PM, Brandon Simmons <brandon.simmons0618@gmail.com> wrote:
  211. Shivangi,
  212.  
  213. Thank you for reaching out to me. The best time to talk for a few minutes will be 6 AM US time. Communication through email is the best for me. If you can do 6 AM on Wednesday, that is fine. If not, we can try to make other arrangements or communicate here.
  214.  
  215. Brandon Simmons
  216.  
  217. On Apr 24, 2017 8:28 AM, "shivangi bhatt" <shivangi.mindinventory@gmail.com> wrote:
  218. Hello Brandon,
  219.  
  220. Nice to meet you.
  221.  
  222. I have received project initial documentations from Mr. Pathik and I am going through them to get clear understanding of the project.
  223. After that, I would like to line up a call/chat to get acquainted more about the project.
  224.  
  225. Here are a few days times that works for me for a call this week:
  226.  
  227. - Wed April 26 - 11 AM to 12:30 PM and 3 PM to 4:30 PM
  228. - Thu April 27 - 11 AM to 12:30 PM and 3 PM to 4:30 PM
  229. - Friday April 28 - 11 AM to 12:30 PM and 3 PM to 4:30 PM
  230.  
  231. Let me know what day/time works for you and I’ll send over an invitation.
  232.  
  233. Hope to talk soon.
  234.  
  235.  
  236.  
  237. logo100X100.png
  238. Shivangi Bhatt
  239. Project Leader | Mind Inventory
  240. Office: +91-79-65252521
  241. Email: shivangi.mindinventory@gmail.com
  242. Web: http://www.mindinventory.com
  243.  
  244.  
  245. On Mon, Apr 24, 2017 at 1:08 PM, Pathik Shah <pathik.mindinventory@gmail.com> wrote:
  246. Hello Brandon,
  247.  
  248. Greetings from Mindinventory !!!
  249.  
  250. Please find Shivangi and Bhumi, copied in this email. Shivangi will take care of this project on development floor and get the job done with team that includes all stages of development. Bhumi will take care of entire project and will make sure all syncs well.
  251.  
  252. Shivangi will be the main point of contact with you to get each stage done with best quality and in timely manner.
  253.  
  254. @Shivangi, please meet Brandon, who is owner of this project. Please find contact details of him below!
  255.  
  256. Email Address: brandon.simmons0618@gmail.com
  257. Contact Number: +12032462991
  258. Skype address: --
  259.  
  260. I would like to say all the best and will make sure that project is executed beautifully.
  261.  
  262. ​Thank you and looking forward for great long term business relationship.
  263.  
  264. Best Regards,
  265.  
  266. --
  267. 11.png (480×129)
  268. facebook twitter linkedin facebook blogger
Add Comment
Please, Sign In to add comment