10000 GitHub - Bartistero/Dziennik: This application help you with everyday conducting classes.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bartistero/Dziennik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dziennik Lekcyjny

This application help you with everyday conducting classes.

Table of contents

General info

This project was made using java in version 8 and extra libraries. Program is built on one of main design pattern - MVC, what cause that code is very clear. What is more there are used following design-patterns: Singleton, Builder etc. All is connecting with Data Base, which is based on MySql engine. The main target od this project is expanding knowledge about programming.

Screenshots

present screenshot marks screenshot present screenshot

Technologies

  • Java - version 8u241
  • mysql-connector-java-8.0
  • libmysql - mysqlnd 7.4.4 (using XAMMP)

Database Requirements

Database isn't relational and should be named "students" and include three table:

  • marks: This table should the following columns:

    1. id - auto increment number from 0
    2. Name
    3. Surrname
    4. Other columns include "present of pupils "
  • present

    1. id - auto increment number from 0
    2. Name
    3. Surrname
    4. Other columns include "marks of pupils "
  • personaldata

    1. id - auto increment number from 0
    2. Name
    3. Surrname
    4. Address
    5. Pesel
    6. Tel
    7. eMail

You can show sample @this

Features

List of features ready and TODOs for future development

  • Presence module
  • Evaluation module

To-do list:

  • Configuration module - acuta
  • The "configuration module" will be implemented

Status

Project is: on the finish

Source

Contact

Created by @Bartistero - feel free to contact me!

About

This application help you with everyday conducting classes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0