Skip to content

Instantly share code, notes, and snippets.

View SteveOscar's full-sized avatar

Steven Olson SteveOscar

View GitHub Profile
@SteveOscar
SteveOscar / article.rb
Last active April 14, 2016 01:44 — forked from joshfrench/article.rb
Upworthy written exercise: Steven Olson
## This implementation assumes that there is a method in this class that symbolizes Article attributes, as I don't think Rails allows a symbol datatype for model attributes. The other option would be to add '.to_sym' on the self attribute calls. This also assumes that the given combinaitons are the only ones that need to covered.
class Article
def combinations
{:assigned => [:approved, :rejected],
:review => [:approved, :rejected],
:approved => [:rejected],
:rejected => [:approved]}
end
@SteveOscar
SteveOscar / tiskey_wango.md
Last active April 15, 2016 14:57
Steve O Tiskey Wango IOS App

Scale Up Submission Form

Basics

Summarize the Work you Completed Over the Week

I made a React Native IOS app that displays the currency and expense data generated by my Ramble Map project. This involved learning the basics of React Native and Xcode. The app is called Ramble App. Ramble Map & Ramble App. Wowwwww. To implement this I built out a few API endpoints to hit in the mapping application. I plan on putting this app in the Apple App Store after polishing it a little more.

Link(s) to Your Work

https://github.com/SteveOscar/Ramble_App

@SteveOscar
SteveOscar / thoughtbox.markdown
Last active April 21, 2016 14:01 — forked from rrgayhart/thoughtbox.markdown
sOlson ThoughtBox
  • Last commit on Master before 5:15pm will be considered.
  • Work should be done entirely on your own (no instructor or student support - Google, however, is your oyster)
  • Links to the deployed app must be included in the project README
  • If you have below completed you will get 70 points automatically.:
    1. all features completed ​_or_​ some features completed and showed effort to test drive
  1. a deployed app by Thursday a.m.