GithubHelp home page GithubHelp logo

internships's Introduction

Student Advisement Portal (SAP) Code Climate

If you are a user (i.e. NOT a developer) visit the user guide.

SAP is a suite of apps designed specifically for the BYU Humanaties Advisement Center. SAP is meant to be an all-in-one solution for college advisement centers. SAP is made up of the following applications. Following Sections contain information about each.

  • Internships
  • MyGuide
  • Scheduling
  • Admin
  • (TODO) Reports

Engines

To make this app more moular we have broken up each piece into separate Rails engines. Our approach was based on a few blog posts from Pivotal Labs:

For more information about how to work with engines, the Edge Rails docs have great information about how to manage migrations, etc.

Admin

The admin section of the app is generated with the rails_admin gem. This is not in its own engine per se but is in the parent app. See their documentation if any changes need to be made. It should automatically detect new models even those in other engines.

Admin Gems Used

The following gems are used in conjunction with rails_admin to add features to the user system.

  • Devise CAS - To authenticate with BYU web services
  • CanCan - Authorization gem. Doesn't include how roles are set up
  • Rolify - Handles roles for CanCan

Notes: There are two ability files in the parent engine. One is explicitly for roles related to working with the rails_admin interface, and the other is for all other role logic. Devise is already included with rails_admin. The User model is the model used for all users.

Internships

Info about the Internships app

Important Libraries

  • Backbone.js??

SVG Map Information

MyGuide

Info MyGuide

Tests

We used Test::Unit (built in)

internships's People

Contributors

camdub avatar kcalmes avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

bartimaeus

internships's Issues

Not all pages redirect to the 'all' action after saving.

When a user saves a single item on something like financial_assistance_option_types from the 'all' action, it should redirect to the 'all' action after save. There are others as well. For items with more information than can be seen in the 'all' view, leaves those redirecting to the single instance page, but make a back button to get back to 'all' easier. Maybe just change the name of "Back" to "VIew All" or something like that.

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.