Coder Social home page Coder Social logo

alanine42 / tritonlink Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 394 KB

relational database driven web application that captures and manages students-courses information in UCSD (132B)

Shell 0.08% Java 97.14% HTML 0.81% CSS 0.13% PLpgSQL 1.48% Jupyter Notebook 0.36%

tritonlink's Introduction

Reports Menu

  • Display the classes currently taken by student X
  • Display the roster of class Y
  • Produce the grade report of student X
  • Assist an undergraduate student X in figuring out remaining degree requirements for a bachelors in Y
  • Assist a student X in producing his class schedule
  • Assist a professor X in scheduling a review session for a section Y offered in the current quarter during the time period from B to E
  • Grade distribution for past iterations of a course Y offered by professor X

Demo

Update student's grade in a class grade_update_demo

Add a new section to the course CSE 15L add_class_demo

Get grade report for several students enrolled in the current quarter grade_report

Entity-Relationship/Schema

ER Diagram

Set up

  • Download (PostgreSQL) DBMS
  • Apache Tomcat server (link)
  • Java Server Pages 2.1 (link)
  • PostgreSQL JDBC Driver (link)

Run

Entry Forms

Course Entry Form: Provide forms that prompt for course data, one at a time, and appropriately insert them into the database. Course data include prerequisite information.

Class Entry Form: Provide forms that prompt for class data (excluding the list of students who are taking the class) and insert them into the database. Classes will have to refer to courses you have already entered.

Student Entry Form: Forms, again. Exclude information about the classes that the student takes or has taken, the probations he may have received, and his committee info. They will be covered by forms described below.

Faculty Entry Form

Course Enrollment: Provide a form that allows us to insert in the database that student X takes the course Y in the current quarter. If the course has multiple sections prompt for section. If the course is flexible on the number of units prompt the student for the number of units he wants to take.

Classes taken in the Past: Provide a form that allows us to insert in the database that student X took the course Y in quarter Z. If the course has multiple sections prompt for section. Also, ask for the grade G of the student.

Thesis Committee Submission: Provide a form that allows graduate students to submit their thesis committee.

Probation Info Submission

Review Session Info Submission

Degree Requirements’ Info Submission

tritonlink's People

Contributors

alanine42 avatar

Watchers

 avatar

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.