meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
reactjs2018january:group1:start [2018/01/04 10:36]
bynopyny [Goals]
reactjs2018january:group1:start [2018/01/05 13:29]
bynopyny [Material]
Line 1: Line 1:
 ===== EveryWalk ===== ===== EveryWalk =====
-An app to connect dogs that need a walk with people who need a dog to walk.+{{ :reactjs2018january:group1:capture_5_.png?800 |}} 
 + 
 +The app to connect dogs that need a walk with people who need a dog to walk.
 ==== Team members ==== ==== Team members ====
 ^ Member  ^ Responsibility         ^ ^ Member  ^ Responsibility         ^
 | Matias  | Frontend dev           | | Matias  | Frontend dev           |
 | Camilla | UI & visual design     | | Camilla | UI & visual design     |
-| Joel    | Backend dev            |+| Joel    | Fullstack dev          |
 | Harri   | Frontend dev & testing | | Harri   | Frontend dev & testing |
-==== Problem definition ====+==== The problem ====
 Sometimes, after coming home from a long day at work or school, walking your dog is not the first thing on your mind. Lot's of people love dogs and would love to walk and play with them, but can't own one (cost issues, commitment/time issues, living space constrictions). There are two groups of people here that could make ends meet. Sometimes, after coming home from a long day at work or school, walking your dog is not the first thing on your mind. Lot's of people love dogs and would love to walk and play with them, but can't own one (cost issues, commitment/time issues, living space constrictions). There are two groups of people here that could make ends meet.
 ==== Goals ==== ==== Goals ====
 The goal of this app is to provide: The goal of this app is to provide:
-  * Easy to use UI +  * A relief to the workload of walking your dog(s) 
-  * Ability to perform specific searches for dogs based on...+  * An opportunity to engage with dogs without having to own one 
 +==== Features ==== 
 +  * Perform specific searches for dogs based on...
       * Breed       * Breed
       * Size       * Size
       * Colour       * Colour
       * Location       * Location
 +  * Indicate that you would like to walk a specific dog ("like"/thumbs up a dog!)
   * Make a profile for your dog for potential walkers to see   * Make a profile for your dog for potential walkers to see
-  * See comments and ratings for walkers+  * Comments and ratings for walkers 
 +  * Browse walkers that are interested in your dog 
 +==== Implementation ==== 
 +The app is built using React.js. We needed multiple views for uploading, registering, login, profiles and filtering/searching, so we included React-router to make a single-page-app. The data visible is demo data, because the application is not integrated into the backend. Several UI packages were used, which include checkbox-group, image upload & preview, and dropdown menus. 
 + 
 +The app is divided into 5 main views: search/filter, upload, profiles, login, and register. Additionally there are views for every walker profile. 
 +==== Future development ==== 
 +Currently the app has been developed with computer screens, so design and responsive layouts for mobile and tablet devices are not tested and supported (but the narrow layouts fit narrower screens already). This platform is about connecting people (and their dogs) and as such social media integration is something that would benefit it greatly. 
 + 
 +- money making 
 +- chat 
 +- like/dislike ratings 
 +- walker profile descriptions 
 +- backend integraton 
 +==== Material ==== 
 +Introduction presentation {{ :reactjs2018january:group1:dog_walking_app.pptx |}} 
 + 
 +Project repository https://gitlab.com/salohonka/dogapp/ 
 + 
 +Final presentation {{ :reactjs2018january:group1:final_presentation.pptx |}}