Commit Graph
25 Commits
Author SHA1 Message Date
Casually9790 ddf670cc94 Prepared everything for the votings 2021-01-17 15:54:32 +01:00
Casually9790 d7b6283ffe End 2020-12-18 19:25:40 +01:00
Casually9790 fb7b0271b3 Removed code pass through 2020-12-18 19:04:12 +01:00
Casually9790 f65ff26e48 Finishing touches 2020-12-18 18:57:29 +01:00
Casually9790 d0f62b4ca6 Must function now Email is down 2020-12-17 03:11:28 +01:00
Casually9790 5cfade336e test 2020-12-16 23:49:27 +01:00
Casually9790 80b20f2098 Test 2020-12-16 20:03:14 +01:00
Casually9790 6d83a513f1 Make input field static 2020-12-13 17:25:27 +01:00
Casually9790 3b0d0ec982 Fixed email input bug 2020-12-13 17:20:42 +01:00
Casually9790 8946853604 Css changes to start site 2020-12-13 17:18:56 +01:00
Casually9790 03e5e1b455 Removed the dashboard because of the existence of phpmyadmin 2020-12-12 00:02:58 +01:00
Casually9790 4dd3468bef Have to go to bed now need to write 2020-12-10 23:50:44 +01:00
Casually9790 7a64b195ed QOL changes
- Authentication code only gets send now if you don't have one or your code expired
- Added custom error page
- Trying out scalable Interface
2020-12-09 21:38:43 +01:00
Casually9790 1ee5174207 Made the transition of data between possibleCandidates and Candidates easier
CHANGED VotingController:
    - changed: candidateRepositorys get now only created if empty and 'candidatesAdded == true'

CHANGED PossibleCandidate:
    - added: new getter getCategoryID

CHANGED PossibleCandidateRepository
    - removed: unnecessary public declaration of methods

CHANGED TableAction:
    - changed: 'setupCandiates' adds the top 5 (votes) of every category in possibleCandidates (Manual preselection necessary)
    - added: helper method 'getLimit
    - removed: 'addCandidate' and 'addPossibleCandidate' due to no usage

CHANGED voting.css:
    - added: font-size to 'h1', 'h2.categoryHeader' and 'button' to enhance readability

CHANGED addingCandidates.html:
    - changed: language used in html tag from 'en' to 'de'

ADDED alreadysubmittedcandidates.html:
    - added: error page if voter already submitted possibleCandidates
2020-12-07 23:42:35 +01:00
Casually9790 75ccf7d28e You know the drill 2020-12-06 01:19:39 +01:00
Casually9790 a642ea9890 Massive changes but I have to go to sleep now 2020-12-05 06:05:56 +01:00
Casually9790 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
Casually9790 75ad93bde0 Added the voting system 2020-11-28 00:03:36 +01:00
Casually9790 23e4a27d38 Dashboard gets displayed horizontally 2020-11-28 00:02:09 +01:00
Casually9790 b52d4b47b9 Reset voting site to the basic 2020-11-25 18:35:05 +01:00
Casually9790 6dfe2a3329 updated start site
start site has now user and admin login panels
added custom css for start page
dashboard is now splitted in cateogies
implemendet LiveReload
added fallback 'falseInput.html' page
2020-11-24 17:11:16 +01:00
Casually9790 264bfa8bf0 Fixed damage done by false git usage 2020-11-14 17:08:10 +01:00
Casually9790 7713b1d3ec Skin changes
start.css:
    - added temporarily design

voting.css:
    - created the file
2020-11-14 01:18:21 +01:00
Casually9790 cd1e8787eb Basic sytling für die Startseite erstellt
- Startseite arbeitet nun mit einem Flow-Design
- Weiterleitende Links angepasst
2020-11-14 01:18:21 +01:00
Casually9790 1f810dbde6 initial commit 2020-11-09 23:51:28 +01:00