Noisebridge iPhone Fixit App: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
 
(15 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[File:NBFixit-iOS-Home.png|thumb|Home screen|right]]
= About =
= About =


An iPhone app used to fix stuff around Noisebridge.
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
* Publicize what projects going on at Noisebridge
 
= Code =
 
* iOS App Code with Parse Framework: https://github.com/romyilano/Fix-Noisebridge
 
== Observations ==


users should be able to take photographs of broken things, get a list of things that are broken in sudoroom, etc.
* Parse doesn't seem to work well with Cocoapods... I suggest avoiding mixing the two.


= Backend =  
= 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
* 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
** caveat: Parse is owned by Facebook
** So if you are not into using Parse, please help build out a nice backend API with me :)
** So if you are not into using Parse, please help build out a nice backend API with me :)


= Code =  
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


* iOS App Code with Parse Framework: https://github.com/romyilano/Noisebridge-Fixit-iOS-App-
I'm switching to Parse because it doesn't appear anyone is maintaining this.


= Related =  
= Notes =


== Related Projects ==
* Noisebridge [ToDo] - this is new, and it concerns regularly occurring events. Probably will just add a wiki link to this page.
* Noisebridge [ToDo] - this is new, and it concerns regularly occurring events. Probably will just add a wiki link to this page.
== History ==
This intially began as a general Noisebridge general and repair app. Here is previous code:
* August's earlier build https://github.com/AugustBrenner/Noisebridge-iPhone-App
* August's earlier build https://github.com/AugustBrenner/Noisebridge-iPhone-App

Latest revision as of 11:42, 14 January 2014

Home screen

About[edit | edit source]

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
  • Publicize what projects going on at Noisebridge

Code[edit | edit source]

Observations[edit | edit source]

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

Backend[edit | edit source]

Parse[edit | edit source]

  • 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[edit | edit source]

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

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

Notes[edit | edit source]

Related Projects[edit | edit source]

  • Noisebridge [ToDo] - this is new, and it concerns regularly occurring events. Probably will just add a wiki link to this page.

History[edit | edit source]

This intially began as a general Noisebridge general and repair app. Here is previous code: