Giter Club home page Giter Club logo

elearningplatform's Introduction

eLearningPlatform

Implemented an ElearningPlatform in Java 17.0.2 version and stored data with MySQL.

You can find Project Tasks (here)

Structure of Project:

  • Package dao which contains for each object:
    • DDL instructions (create table)
    • DML instructions (insert, update, delete)
    • SQL queries (select)
  • Package pojo which contains all objects
  • Package util which containts:
    • An Main Service called ElearningPlatformService
    • An Interface called AdmintInterface which contains some lists of objects and some necessary methods that must be implemented
    • An dao (Data Access Object) class which is meant to connect to database or if the database isnt created to create one
  • A Main class from which the User can call any of the below options

Objects:

  • Course
  • CourseFeedback
  • CourseMaterial
  • Material
  • Quiz
  • Student
  • Teacher
  • TeachingAssistant
  • User
  • UserCourseRepartition

Options implemented:

  • Add Student
  • Delete Student
  • Update Student ScholarShip Status
  • Display all Students
  • Add Teacher
  • Delete Teacher
  • Increase Teacher Salary by procent
  • Display all Teachers
  • Add Teaching Assistant
  • Delete Teaching Assistant
  • Increase Teaching Assistant Salary by procent
  • Display all Teaching Assistants
  • Delete User
  • Update User Gender
  • Update User Phone Number
  • Update User Address
  • Update User Nationality
  • Find User By Id
  • Display all Users
  • Add Course
  • Delete Course
  • Update Course description
  • Display all Courses
  • Add Course Feedback
  • Delete Course Feedback
  • Update Course Feedback (number of stars, feedback)
  • Update Course Feedback (only number of stars)
  • Update Course Feedback (only feedback)
  • Display all CourseFeedbacks
  • Display all CourseFeedbacks for an specific Course
  • Add Quiz
  • Delete Quiz
  • Update Quiz Name
  • Display all Quizzes
  • Add Material
  • Delete Material
  • Update Material Availability Status
  • Update Material Description
  • Update Material Name
  • Display all Materials used for an Course by Course ID
  • Display all Materials
  • Add Course Material
  • Delete Course Material
  • Update Course Material
  • Display all Course Materials
  • Add User Course Repartition
  • Delete User Course Repartition
  • Update User Course Repartition
  • Display all Course Repartitions for an Specific Student
  • Display all User Course Repartitions

Additional:

  • Audit Service where you can see logs of actions made by an User (name of action & timestamp)
  • Used Singleton Design Pattern for ELearningPlatformService and Dao objects.
  • Used regex expressions for some validations:
    • Dateformat
    • Answers (must be yes or no)
    • Number of stars for an Feedback (must be between 0 and 5 only)
  • Handled various exceptions, such as those generated by SQL statements, to make debugging easier

elearningplatform's People

Contributors

crime-story 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.