Code Monkey home page Code Monkey logo

drexel_msis_planner's People

Contributors

robwise avatar

Stargazers

 avatar

Watchers

 avatar  avatar

drexel_msis_planner's Issues

Course Prerequisites

Add course prerequisites, such as completing a designated prior course with a grade above a certain threshold. Example from TMS. Also note that prerequisites is one word and does not actually need a hyphen.

Not all associations have an index or foreign key

In general, columns in the schema that represent associations should have an index for performance, but some associations currently do not. It may be helpful to employ a gem that assists with finding association columns that are not indexed.

Also, while not required, it could potentially prevent strange behaviors to explicitly define foreign keys as such in the migrations files (this is different than the foreign_key: option in ActiveModel association methods).

Footer

Website still needs a footer. Should probably include:

  • Copyright
  • GitHub link
  • Twitter link
  • Super-short description

Plan Validations

The Plan model will need to report whether the courses in the plan violate prerequisite and corequisite requirements as well as over-enrollment (> 3 courses) and under-enrollment (0 courses) in active quarters.

Refactor PlanStatisticsService degree requirement stats

Currently, the functionality of the PlanStatisticsService is duplicated (in a less-optimized way) by the "Degree Status" page's stats section. The functionality should be extracted from PlanStatisticsService and then utilized by the "Degree Status" page.

Course Corequisites

Similar to prerequisites, corequisites are a slightly looser requirement in that they allow for taking the requisite course concurrently (meaning the same quarter) with the requiring course.

SSL

Have production environment use SSL site-wide.

DRY up PlanStatisticsSpec and UsersDegreeStatisticsSpec

There is a lot of duplicate code between these two specs, largely due to the fact that PlanStatistics is a subclass of UsersDegreeStatisticsSpec. However, certain methods are overridden and have different behavior, so that will need to be taken into account.

Semantic URLs

It would be nice to implement semantic URLs for resources like User, Plan, and Course.

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.