Coder Social home page Coder Social logo

schools_in_colorado's Introduction

Service For Dreamers

Service for Dreamers is a Rails app that provides graduation data from post-secondary institutions in Colorado. You can use the live site at http://service-for-dreamers.herokuapp.com/

Installing / Getting Started

git clone [email protected]:JonathanSR/schools_in_colorado.git #clones the application into your machine.
cd schools_in_colorado/ #accesses the root folder of the application.
bundle #installs all dependencies needed to run the application.
rake db:create #creates the database.
rake db:migrate #runs migrations that make changes to the database.
rake db:seed #seeds the database.

Usage

To run the tests:

rspec

To run the server(runs on port 3000):

rails s

To access the database:

rails c

Third_Party APIs

Service for Dreamers uses the Colorado Marketplace API(https://data.colorado.gov/) to get the graduation data.

schools_in_colorado's People

Contributors

jonathansr avatar

Watchers

James Cloos avatar  avatar

schools_in_colorado's Issues

Search Form

Refactor search form where selecting a year displays available institutions, selecting an institution displays available programs etc.

results page

as a user when i search graduation demographics and am taken to results page.
I should see data pertaining to my search.
which includes:
The total number of graduates
The average number of graduates for that ethnicity for that program compared to the rest of the programs.
The average number of graduates for that program compared to the rest of the ethnicities

search page

create a new search page that when a user logs in is redirected to it

root page

create landing page
name of app
search box for graduation demographics

navbar

add navbar
add materialize for navbar

graduation demographics pt.2

As a user when I visit "search demographics" page
i should see a search box that gives me variables
of
School Name
Degree Field
Level of Degree
Ethnicity
I click search and am taken to "results"page.

delete

As a user
when I visit my profile page
I should see a button to delete a search
When I click that button,
the record is then deleted and no longer appears
on the profile page.

Create program method

create program method that draws from school service that returns all programs, use that to search instead of cip2.

pt2.
fix everything that will break

Design

Select and implement new Color palette

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.