Skip to content

vijaytholpadi/Hint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hint

Environment friendly post-it messages

Color Palette used: Ref

Blue - #1240AB Yellow - #FFDD39

Third Party Libraries Used:

  • Bolts (Prerequisite for Parse)
  • CLLocationManager-blocks (Block based CoreLocation seems much cleaner)
  • Crashlytics (Crash reporting)
  • Fabric (General app health/analytics)
  • IQKeyboardManager (Makes keyboard management trivial for Prototyping)
  • Parse (Serves as the app's backend)
  • ParseUI (PFImageView makes setting remote image on TableViewCell much simpler)

Known Issues:

  • If the bluetooth is switched off midway then it will retain the state before switching off the bluetooth

TODO:

  • Refresh Notes list on successful composition - Open for Discussion
  • Move to UNUserNotifications framework UILocalNotification deprecated in iOS 10
  • Postpone asking for location permissions Maybe give the user some context before requesting the same
  • Adding support for multiple users Dependency: Manual authentication
  • Review the way we are fetching notes from Parse with respect to a beacon object Can we get the list of notes in the beacon object request itself? Or should we cache and avoid searching the beacon object in parse?
  • Move Model Mutation to coordinator level. Dependency: Loading UI implementation details

Security Issues:

- Move parse configuration keys out of the Repository. -> Fixed using Cocoapods-Keys

About

Environment friendly post-it messages

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published