Git Product home page Git Product logo

capstone-status's Introduction

Capstone Status

This application manages student capstone status information for instructors.

Installation

gem install bundler
bundle install
# Run Postgres
rake db:create
rake db:migrate

Configuration

Sheet

This application utilizes a single Google Sheet document which stores the student form responses. If the form/sheet changes, the SHEET_ID in the .env file will need to change. This value is the one from the URL.

The Google Drive Sheet needs to be published to be publicly accessible by the API which serves up JSON. From the Sheet itself in Google Drive, Choose: File -> Publish To The Web. Keep all the settings by default (Entire Document, Web Page, Entire Document, Automatically republish when changes are made), BUT uncheck "Require viewers to sign in with their Ada Developers' Academy account".

Classes

For the two-class model, we have two .env variables, one for each class. Update the CLASS_ONE and CLASS_TWO variable names to correspond to each class name. This name should also correspond to the class name in the form to appropriate filter student responses.

Deployment

This application uses a single rake task to read the Sheet and update the database entries if there are recent changes (based on a timestamp). To run this task locally, use rake sheets:update.

When deploying this application, it is best to set up a job to run this rake task at a regular interval (~1x/hour). Easy setup instructions are located here.

capstone-status's People

Contributors

jnf avatar kariabancroft avatar hamled avatar cheezitman avatar tildeee avatar dependabot[bot] avatar

Watchers

 avatar James Cloos avatar  avatar  avatar

Forkers

tubbz-alt

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.