Skip to content

vcahlik/skld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skld

Warehouse information system, server-client. Created as a team project at FIT CTU.

My job was to program the whole GUI (src/gui) part of the client desktop application. I implemented it with JavaFX using an extensive custom-designed architecture which slices the UI and logic into reusable MVC fragments. Each of these fragments does only one thing, such as: provide a form, show items in the database, show a toolbar, wrap content in a history browser that enables the user going one screen forward/backward... These small fragments are finally interconnected in a tree-like structure of the resulting application. Overally a robust solution which would IMO lead to easy maintainability and extensibility if used in a real-world project.

Screenshots

Screenshot Screenshot Screenshot

About

A server/client warehouse information system (school project).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published