Skip to content

appcubator/42

Repository files navigation

#42#

42 is a mobile app that makes location-sharing easy, fun and non-creepy.

  • Users can share their locations with their subscribers and the locations stays valid for 42 minutes or less.
  • 42 also let's them see their friends around and ask privately ask about their locations.

##Architecture ##

We use Parse as our backend. It provides a schema-less database and a push notification server. We use native Obj-c for the iOS application to better utilize location and map APIs as well as the push notifications.

Filestructure

XCode has the concept of Workspaces. When developing, you are supposed to work on 42.xcworkspace

  • /42 - has all the iOS files
  • /42cloud - has the javascript that ParseCloud runs. ParseCloudDocs here
  • /Pods - has the third party iOS modules we are using. (like node_modules) Modules can be added or removed through Podfile
  • /42Tests - has all the non-existant tests

User Relations

Let's say there is User 1 and User 2

  • User 1 followed User 2: User 1 can send location to User 2, but it doesn't show up until User 2 follows back.
  • User 2 followed User 1: The pending locations should be sent to User 2 if they did not expire.

User 2 and User 1 are "friends". (We need a cloud function for checking this.)

To-Do

  • Sort the addressbook and add the helper on the right
  • Normalize number when added user
  • Matching and moving friend who are already on 42 to the top of the friend list
  • In app notification handling
  • Send push notif to user B when user A follows user B and user B not following user A.
  • Send push notif to user A when user B follows user A and user A follows user B.
  • Show user alert when user A sends message to user B, and B is not following A

To-Do Backend

  • Validating Phone number
  • Expiration of location after 42 mins
  • Checking for dupe object
  • User can not follow the other user twice
  • User can not checkin withing 0.2 mi of the previous checkin for 5 mins (to prevent annoyance)

Future Feature List

  • Ask Friend Button
  • My Story Feature

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published