GithubHelp home page GithubHelp logo

jakubraban / project-manager Goto Github PK

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

JavaFX MVC desktop application to help teachers manage projects and project groups supervised by them

Java 99.94% CSS 0.06%

project-manager's Introduction

Project Manager

A JavaFX application made for teachers who want to have control over the projects they supervise. Allows creating projects, assigning students to those groups and giving them ratings. Those ratings are later presented in a form of leaderboard which can be exported to a text file.

Tech stack

  • Java 11
  • JavaFX (for window GUI and MVC model)
  • Hibernate
  • SQL database (MySQL was used)

How it works

  • Teacher creates new project and assigns start and end dates. A project group is automatically created

Create project

  • Teacher adds any number of participants and assigns them to a specific project (one participant can take part in many projects)

Add participants Assign participants

  • Participants who are assigned to a project can be given ratings. Teacher can rate a single member or bulk rate every member.

Rate participant

  • Every group's ratings can be later seen and exported to a text file. Each participant's combined rating can be seen in a leaderboard

Group ratings Leaderboard

Internals

  • Project uses Hibernate which maps Java objects to relational database entities. Because JavaFX is used, the fields are actually of JavaFX Property type, and values returned by getters are mapped to database fields
  • Data Access Objects (DAO) are used to perform database queries. Those are written in HQL (Hibernate Query Language)

project-manager's People

Contributors

jakubraban avatar aleksanderstando avatar michal1115 avatar artudi54 avatar

Stargazers

Mads Wrang 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.