Skip to content

matkosoric/Dentists-Registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Croatian dentists registry 2015 web application

This is a CRUD application intended to provide user-friendly searching capabilities of a small dataset about dentists. It has a login screen,the main searching form, a view form with and without enabled editing, and a similar form for entering new data. Dentists can be searched by name, surname, city and street. The fifth column contains the number of patients, but is not searchable. There are slightly over 2000 entries in the dataset, and since I did not integrate pagination, it takes some time to load the main screen, depending on the client machine. CSV file and SQL scripts for importing are located at src/main/resources.

Login credentials are:
Username: root
Password: root

The Original DataSet

These datasets are lists of doctors grouped by four criteria: medical care for pre-school children; women health; general medicine; and dental health care. Similarly to the case of the data visualization subproject with Impala, I was using the same dataset about professionals in dental health care, with some excluded columns. It was published at the end of February 2015.

Created With

Screenshots

Croatian Dentists Register - Login Screen - Matko Soric

Croatian Dentists Register - Search - Matko Soric

Croatian Dentists Register - View Detils - Matko Soric

Croatian Dentists Register - Edit Details - Matko Soric