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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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 |
ThoughtBox Github [Live Version] (https://floating-caverns-27390.herokuapp.com/)
- 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.:
- all features completed _or_ some features completed and showed effort to test drive
- a deployed app by Thursday a.m.
-
install JDK if needed http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
-
install elasticsearch https://www.elastic.co/downloads/elasticsearch
-
cd into elasticsearch and run
bin/elasticsearch
to start the ES server -
Pull down this branch of LegistarWeb https://github.com/Granicus/legistarweb/tree/spike/elastic_search
-runbundle install
-runrake build_and_import_items_search_index[1,1]
to build the ES index -open another legistarweb window and runbundle exec sidekiq --queue elasticsearch —verbose
to add item changes to ES
OlderNewer