GitXplorerGitXplorer
n

CinemaTicketOffice

public
0 stars
1 forks
1 issues

Commits

List of commits on branch master.
Verified
3fcd3d047c5159623a93a7482832af7bc321faaa

Update README.md

nnuc134r committed 7 years ago
Verified
32d83a2b103db150e07e67942a6923db9b3adad7

Update README.md

nnuc134r committed 7 years ago
Unverified
af63bcf27748d6648ef722b74b116dccc847df76

Update README.md

nnuc134r committed 7 years ago
Unverified
27a57020a2d212eab925680a1b483d55adf36543

Update README.md

nnuc134r committed 7 years ago
Unverified
62de076c4b8049cead7259f824bb96b11ba67c5a

Update README.md

nnuc134r committed 7 years ago
Unverified
5d1493c3813bbf91b77626cb70546df8865463bc

Update README.md

nnuc134r committed 7 years ago

README

The README file for this repository.

Touch screen terminal (kiosk) embedded application for movie ticket selling. Semester project.

Made with WPF which is touchscreen ready out of the box. Custom controls with simple design and large hitzones implemented.

Data is stored in an Microsoft SQL Server database.

MVVM pattern intended but it's MVC in fact because I store links to View to implicitly call it from ViewModel.

Things I was proud of when I just finished the project

  • Seat selection screen
    • It utilizes Viewbox and it's ability to scale inner controls (to fit cinema rooms of different sizes)
    • It generates controls dynamically
    • Every seat control is a styled checkbox
  • Project structure
  • Quick start wizard (because my teacher didn't manage to set up database and compile the project)

Screenshots

Kiosk app

As always I have put a lot of effort into UI and UX and hope it was worth it. It launches windowed only in debug mode.

image

image

image

image

image

image

Quick start wizard

image

image

image

Admin app

image