Commit Graph

5 Commits

Author SHA1 Message Date
a642ea9890 Massive changes but I have to go to sleep now 2020-12-05 06:05:56 +01:00
525074af15 PossibleCandidates get saved to their own database now
CHANGED VotingController:
    - changed 'candidateSaving' possibleCandidates get Located by name and category and get saved now

CHANGED PossibleCandidateRepository:
    - removed 'findByNameAndCategoryID'
    - added 'findByNameAndCategory'

ADDED addingCandidates.css:
    - added basic styling

CHANGED voting.css:
    - bug that div gets cut off resolved

CHANGED addingCandidates.html:
    - changed display method from table to div

CHANGED: voting.html:
    - added div to style the site (bugfix)
2020-12-02 14:08:28 +01:00
75ad93bde0 Added the voting system 2020-11-28 00:03:36 +01:00
b52d4b47b9 Reset voting site to the basic 2020-11-25 18:35:05 +01:00
7713b1d3ec Skin changes
start.css:
    - added temporarily design

voting.css:
    - created the file
2020-11-14 01:18:21 +01:00