Giter Site home page Giter Site logo

omar-danasoury / course-registration-system Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 299 KB

This repository contains the online registration system, the project of "ITCS489 Software Engineering II" course at the University of Bahrain.

PHP 96.80% CSS 3.15% Hack 0.05%

course-registration-system's People

Contributors

elyasalsaffar avatar m-alammal avatar omar-danasoury avatar

Stargazers

 avatar

Watchers

 avatar  avatar

course-registration-system's Issues

Admin: Add Section Page

A page that lets the admin selects a course and then enter the details of the section to the database.
once done, a message is shown to him as a pop up message.

Professor: View Students Page

The same utility of issue #5 . but without adding attendance.
also the professor should have a button to download a list of students in a csv file.

Professor: Manage Grades (Add/Delete/Update)

A page that allows professor to:

  1. Select the course, and section that he is teaching
  2. View students data
  3. Insert Grade from a Select Box (A, A-, ... etc)

NOTE: this will be the same as inserting attendance, the change will be that it will manage grades

  • How Back-end works:
  1. The server will have the list of grades/attendance before making them in a table and send them to the user
  2. When the user sends data, the server will compare the user's list with the list it has. So, when a change is detected, it will inserted to database.

Plus Feature: Read Grades from Excel Sheet (professor)

Instead of entering the grade of each student 1 by 1, only provide the excel file for the grades and the system will automatically insert the grades for the student based on the id.
data should be formatted in 2 columns as id | grade

Professor: Add/Propose Courses to teach

A page that lets the professor chose a course from the system to teach.
The professor can:

  1. get a list of available courses from the system in a drop-down list
  2. choose course
  3. choose timing
  4. system will check if any conflicts appear and notify professor
  5. if all input is correct, submit and notify professor

Professor (Advisor): Advise Students

A page that allows advisor to view students assigned to him with an option (button) to insert report.
the button will redirect the user into insert-report.php (student id is an input), which allows the advisor to add report date and information about the session.

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.