Git Product home page Git Product logo

computervision's Introduction

teacher's pet

teacher's pet logo

An app that takes pictures of tests and instantly grades them

Team

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team
  5. Contributing

Usage

Gif showing product runthrough

Requirements

  • Node 0.10.x
  • Redis 2.6.x
  • mysql 2.5.x
  • nodemon 1.11.0
  • yarn v0.21.3

Development

Installing Dependencies

From within the root directory:

brew update
brew install yarn

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.

Credits: http://www.designbolts.com, https://clipartfest.com/

computervision's People

Contributors

anthonypecchillo avatar cbathgate avatar kevingin avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

computervision's Issues

(fix) Fix Logout Button

Logout Button:


Problem:

Currently, clicking the logout button sends the user to the login page. However, clicking the back button on the browser sends the user back to the page they came from. I suspect the session is not being destroyed upon logout.

Proposed Solution:

Upon clicking the logout button:

  • Destroy the current session.
  • Bring user back to login page.

Create TeacherViewContainer Component

This component will represent the portion of the page beneath the navbar and to the right of the side bar.

It will be the common ancestor to all views represented in the sidebar.

API Key in commit history

I stumbled across this repo and I noticed on of your commits shows your API key for heroku:

feb6122

I'd suggest requesting a new API key before the key gets scraped.

Cheers!

(fix) Sidebar Links

Sidebar Links


Problem:

Upon clicking each link in the sidebar (or...any link at all?), should check if the user's current session has expired.

Do you guys agree? Should it just be sidebar links, or should it be all links? Or should the user just stay logged in indefinitely until they decide to click logout?

Proposed Solution:

  • Check session upon each link click.
    • If session is expired, destroy session and logout the user.
    • Logging out the user should redirect them to the login page.

(dev) Deploy with Heroku

Get deployment set up so that Travis can depoy every time we submit a new pull request (that passes all of our tests)

(feat) Create Sidebar Component

Sidebar


The Sidebar will contain links to the following views:

  • Home
  • Students
  • Classes
  • Keys
  • Statistics (Maybe? Not in the mockup, just a suggestion :) )

(feat) update parameters for api/addTest

  1. Shouldn't require StudentId to be passed in as an argument (since Scanner.py reads this from image).
  2. Should return FirstName and LastName of Student. (It currently returns the StudentId).

(doc/dev) Initialize Repository

Create the project repo and Initialize the following files:

  • _CONTRIBUTING.md
  • _PRESS-RELEASE.md
  • _STYLE-GUIDE.md
  • _README.md
  • .gitignore
  • _.editorconfig
  • _.gitattributes
  • _.gitignore
  • _.jshintrc
  • _.travis.yml

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.