Git Product home page Git Product logo

gradefruit-frontend's Introduction

README

Project Pitch

A platform to bring the classroom online. Teachers will be able to interact and assess their students’ performances as well as communicate with them. Students will be able to submit assignments as well as communicate with the class.

User Story

  • As a teacher, I want to be able to create an account so I can log in and use the app.

  • As a teacher, I want to be able to see my students and their grades

  • As a teacher, I want to be able to create assignments for my students

  • As a teacher, I want to be able to link assignments to GitHub or google docs

  • As a teacher, I want to be able to search for students by name

  • As a student, I want to be able to create an account so I can log in and use the app.

  • As a student, I want to be able to submit assignments

Strech goals

  • As a teacher, I want to be able to create discussion posts

  • As a teacher, I want to be able to organize a gradebook based on weighted categories

  • As a teacher, I want to be able to message my class or my students individually

  • As a student I want to be able to contribute to discussion posts

  • As a student I want to be able to message the teacher

Models and Relationships

image

Teacher

A Teacher has many Students and Assignments

  • id
  • full_name
  • username
  • password
  • image_link
  • grade_level

Student

A Student belongs to a Teacher and a Student has many Assignments

  • full_name
  • username
  • password
  • image_link
  • grade_level
  • grade
  • teacher_id

Assignment

An Assignment belongs to a Teacher and Student

  • assignment_link
  • grade
  • teacher_id
  • student_id

API Documentation

GET/api/teachers/:id

{ id: 1 full_name: “Sam Shearer” username: “Mr. Shearer” password: “flatiron” image_link: “” grade_level: “10th grade” }

Get/api/students

{ id: 1 full_name: "John Devins" username: "jdevins" password: "123" image_link: "" grade_level: "10th Grade" grade: "77%" teacher_id: 1 }

Get/api/assignments/:id

{ id: 1 name: "States Map Quiz" assignment_link: "" grade: "" student_id: "" teacher_id: "" }

Wireframes

image

image

image

image

image

image

gradefruit-frontend's People

Contributors

sshearer101 avatar

Watchers

 avatar

gradefruit-frontend's Issues

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.