Commit Graph

17 Commits (f2a26b71453db2293d57fee265ca781a680559a4)

Author SHA1 Message Date
Vladimir ELazar Tokarev f2a26b7145 Created the status log update interface
in order to reduce coupling between polling station dashboard and all
other elements it produces and uses i have created status log update
interface, which expose the functuality of update the state of status log
panel.

the idea behind this is status log does not have to know polling station
dashboard. all other objects that polling station dashboard will use will
have their own interfaces (for the same reason too).
2016-06-04 15:11:18 +03:00
Vladimir ELazar Tokarev b0c4fff11a Created Status Log
Status log is inchage of representing the progress other people voting
process.
2016-06-04 13:01:06 +03:00
Vladimir ELazar Tokarev c24c6bbbd5 Created the flow that goes till the PSD
all the 4 scenes are now conneted with the flow, but not all the features
of Polling Station Dashboard exists.
2016-05-28 18:00:40 +03:00
Vladimir ELazar Tokarev 4720d66115 Created java and fxml dirs in PSD
the java dir contains the loader class and the handler classes
when the fxml subdir contains the fxml of the polling station dashboard
2016-05-28 17:50:22 +03:00
Vladimir ELazar Tokarev 541a6666fc Reformated the structure of single scene
The meerkat gui is an project consist of scenes every scene is an panel,
now every panel have the loader class which loads it content
and the handler object which handles the visual effects as mouse clicked
etc'...
2016-05-28 17:45:34 +03:00
Vladimir ELazar Tokarev c08fbdfa76 Added the uploading bulletin board controller
after the slash screen displayed we go to uploading bulletin board scene
2016-05-28 15:14:22 +03:00
Vladimir ELazar Tokarev c97910644f Creating splash screen on boot then the uploader BB 2016-05-28 14:15:05 +03:00
Vladimir ELazar Tokarev 213ab2a4ea Created spesific package for every fxml
I have come to conclusoin (after few projects inspection) thatevery fxml
should have his own conroller and its own java class that represents it
and loads it.
2016-05-28 13:12:30 +03:00
Vladimir ELazar Tokarev 357fab2d96 Filled the polling_station_dashboard
Now the file have the basic structure needed
2016-05-28 12:58:18 +03:00
Vladimir ELazar Tokarev 49f8e597a3 Added the polling station dashboard
for now created the baseic parts of the dashboard
2016-05-21 11:46:52 +03:00
Vladimir ELazar Tokarev ccdb3b4b01 Removed the external classes
for now we dont need any animation
2016-05-21 09:59:14 +03:00
Vladimir ELazar Tokarev ac2fc3a83d Ended the fxml of uploading to bulletin board
ended its fxml and addedexternal loadinig pane class
2016-05-21 09:54:21 +03:00
Vladimir ELazar Tokarev 6d01be0d13 Loading gif removed
Loading gif removed after all fxmls loaded
2016-05-20 12:54:33 +03:00
Dasha-1 b76bd76854 Created loader of all next fxmls
Now we display the spalsh screen on boot then load all of the fxmls
2016-05-20 12:10:17 +03:00
Dasha-1 7eb5aec1d1 Created the splash screen on boot. 2016-05-20 11:27:24 +03:00
Dasha-1 81dcdf6f25 Renamed the project 2016-05-20 10:44:59 +03:00
Dasha-1 df6e40e385 Created new branch which will have the initial voting station gui. 2016-05-20 10:34:06 +03:00