Giter Site home page Giter Site logo

shreyasnbhat / education-engineering Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 1.0 2.5 MB

This repository is dedicated to the DESIGN PROJECT CSF376 for Semester I 2017-18

License: MIT License

Python 62.37% CSS 0.86% HTML 36.66% Shell 0.10%
education flask python sqlalchemy vagrant

education-engineering's People

Contributors

gmn0105 avatar shreyasnbhat avatar

Watchers

 avatar  avatar  avatar

Forkers

gmn0105

education-engineering's Issues

Integrate grading under studentScore.html

Need to assign tentative grades. EIther do grade computation in server side or in js in client side. If computation is complex then do server side else anything will do.

@app.route('/courses/<string:course_id>/<string:student_id>') would be needed to be tweaked to allow this. A generic function called student_preprocess is being used withing this. Would need to update this function only to return a tentative grade. Use a separate module called as grader and import this function in the views.py file. And then render the retreived grade in the card on the right side of the page studentScore.html.

Format, Test and Document samplev1.py

samplev1.py needs to be tested and documented.

  • Need to modify mup.csv under data with the particular format for Score Name headers eg. Test 1-80 ( test_name-max_marks )
  • Add max scores to model MaxScores . Refer samplev2.py
  • Test database produced by samplev1.py. Target destination for db file is fixed as top level directory.
  • Document all functions written. Follow PEP8 python codestyle standard.

Create a user dashboard

A user dashboard needs to be creaed so that they can edit personal details and their password.

Add admin login feature

The db needs to have a admin login feature for a admin to view all courses and registered students.

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.