From 9825b3409b3b6b3285f7832625a54c77abd08df3 Mon Sep 17 00:00:00 2001 From: Vladimir ELazar Tokarev Date: Sat, 18 Jun 2016 13:17:46 +0300 Subject: [PATCH] Added the add voter panel to the PSD The ad voter panel gives the ability to add new voter --- .../fxml/polling_station_dashboard.fxml | 7 +++-- .../java/EventHandlerMapper.java | 6 ++++ .../search/SearchHandler.java | 22 ++++++++++++-- .../search/VotersFetcher/VotersFetcher.java | 2 +- .../fxml/add_voter.fxml} | 10 +++++-- .../addVoter/java/AddVoterController.java | 7 +++++ .../search/addVoter/java/AddVoterLoader.java | 30 +++++++++++++++++++ .../votersEdit/java/VoterEditController.java | 7 ----- .../votersEdit/java/VoterEditLoader.java | 7 ----- 9 files changed, 75 insertions(+), 23 deletions(-) rename voting-station-gui/src/polling_station_dashboard/search/{votersEdit/fxml/voter_edit.fxml => addVoter/fxml/add_voter.fxml} (95%) create mode 100644 voting-station-gui/src/polling_station_dashboard/search/addVoter/java/AddVoterController.java create mode 100644 voting-station-gui/src/polling_station_dashboard/search/addVoter/java/AddVoterLoader.java delete mode 100644 voting-station-gui/src/polling_station_dashboard/search/votersEdit/java/VoterEditController.java delete mode 100644 voting-station-gui/src/polling_station_dashboard/search/votersEdit/java/VoterEditLoader.java diff --git a/voting-station-gui/src/polling_station_dashboard/fxml/polling_station_dashboard.fxml b/voting-station-gui/src/polling_station_dashboard/fxml/polling_station_dashboard.fxml index b870502..2916c59 100644 --- a/voting-station-gui/src/polling_station_dashboard/fxml/polling_station_dashboard.fxml +++ b/voting-station-gui/src/polling_station_dashboard/fxml/polling_station_dashboard.fxml @@ -25,7 +25,7 @@ -