GithubHelp home page GithubHelp logo

homework_tracking_app's Introduction

Homework Tracking App

##Models and Associations:

Location

  • name:string
  • has_many :subjects
  • has_many :cohorts

Subject

  • course_number: integer ## meant to be like Rails 101
  • title: string
  • has_many :locations
  • has_many :cohorts

Enrollment

  • cohort_id: integer
  • user_id: integer
  • status: string
  • has_and_belongs_to_many :users
  • has_and_belongs_to_many :cohorts

Cohort

  • Title: string
  • Subject_id: integer
  • Location_id: integer
  • start_date: date
  • end_date: date
  • enrollment_size: integer
  • has_and_belongs_to_many :enrollments
  • belongs_to :location
  • belongs_to :subject

User

  • name: string
  • comment_id: integer
  • has_and_belongs_to_many :enrollments
  • has_many :comments
  • has_many :homework_submissions

Homework_Assignment

  • Title: string
  • Description: string
  • Due Date: date
  • cohort_id: integer
  • belongs_to :cohort
  • has_many :homework_submissions

Homework_Submissions

  • Title: string
  • Links: string
  • Explanation: text
  • homework_assignment_id:integer
  • belongs_to :homeworks_assignments
  • belongs_to :user

Comments

  • Text: text_field
  • user_id: integer
  • belongs_to :user

##User Stories:

** User-Teacher/Admin:**

  • As a teacher, I want to be register for the homework app
  • As a teacher, I want to create a class in a location
  • As a teacher, I want to create homework assignments.
  • As a teacher, I want to be able to edit or delete my homework assignments.
  • As a teacher, i want to list requirements for a homework assignments.
  • As a teacher, I want to review my students homework submissions.
  • As a teacher, I want to be able to communicate with the student on a homework submission.
  • As a teacher, I want to be able to mark a students homework submission as completed or needs improvement.

** User-Student:**

  • As a student, I want to register for the homework app
  • As a student, I want to register for an upcoming class in a location.
  • As a student, I want to look at my teachers homework assignment
  • As a student, I want to be able to submit my homework submission in the form of checklists, links to external sources, and add lengthy comments to describe.
  • As a student, I want to check-off which requirements that I have met when submitting my homework.
  • As a student, I want to be able to edit my homework anytime.

homework_tracking_app's People

Contributors

jmscholen avatar

Watchers

 avatar

homework_tracking_app's Issues

non-admin can bypass permissions

non-admin cannot create location directly but can create location when creating a subject. probably also shouldnt be able to create a subject.

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.