Noisebridge iPhone Fixit App: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
Line 3: Line 3:
= About =
= About =


A '''repair and educational iPhone app''' used to educate users how to use things at Noisebridge, how to get things done at Noisebridge (how to become a member) and so on.
How can we '''Fix Noisebridge'''?
This is also used to fix things at Noisebridge.


* users should be able to take photographs of broken things, get a list of things that are broken in sudoroom, etc.
* Repair broken items at Noisebridge
* Educate Noisebridge members and visitors about what can be done at Noisebridge
* Maintain what needs to be maintained at Noisebridge


= Code =  
= Code =  

Revision as of 11:41, 14 January 2014

Home screen

About

How can we Fix Noisebridge?

  • Repair broken items at Noisebridge
  • Educate Noisebridge members and visitors about what can be done at Noisebridge
  • Maintain what needs to be maintained at Noisebridge

Code

Observations

  • Parse doesn't seem to work well with Cocoapods... I suggest avoiding mixing the two.

Backend

Parse

  • I'm going with Parse http://www.parse.com until someone with hardcore backend knowledge is willing to build stuff out and augment Race's rails http://noiseapp.herokuapp.com
    • caveat: Parse is owned by Facebook
    • So if you are not into using Parse, please help build out a nice backend API with me :)

The Keys for the Parse SDK are gitignored, so speak to [User:Romyilano|Romy] Parse does backend for the web api as well so I'll need a JavaScript web partner in crime.

Rails

Earlier rails version http://noiseapp.herokuapp.com

I'm switching to Parse because it doesn't appear anyone is maintaining this.

Related