Commit graph

139 commits

Author SHA1 Message Date
9341474900 Merge pull request 'After the registration user will be logged in and redirected to survey (fix and fix )' () from feature/redirect-after-register into main
Reviewed-on: 
2021-07-06 00:13:09 +00:00
18f76d8cd6 After the registration user will be logged in and redirected to survey (fix and fix ) 2021-07-06 02:12:32 +02:00
942c22c515 Merge pull request 'Refactor the error messages (fix )' () from refactor/errormessage into main
Reviewed-on: 
2021-07-05 16:00:35 +00:00
b03523cb8d Refactor the error messages (fix )
All the errormessages use now the component ErrorMessage as it will be easier like this
2021-07-05 18:00:01 +02:00
b6ec0948e2 Merge pull request 'Add additional feedback during the survey [fix ]' () from survey/visualfeedback into main
Reviewed-on: 
2021-07-05 15:52:29 +00:00
699b6fae52 Add backend validation if the survey input is correct 2021-07-05 17:51:49 +02:00
1ce5b467be Removed unneccessary else statement 2021-07-05 01:32:23 +02:00
0ecb73cbe7 Use const for survey validity and change smaller things 2021-07-05 01:19:26 +02:00
6e9219fa7c Added frontend validation in the survey without backend 2021-07-05 01:07:50 +02:00
8ca90625b7 Merge pull request 'Added login feedback in the backend [fix ]' () from login/feedback into main
Reviewed-on: 
2021-07-04 22:03:23 +00:00
9cd22e7d7d Added the login feedback in the frontend 2021-07-05 00:01:50 +02:00
160e4d936e Added login feedback in the backend 2021-07-04 23:35:20 +02:00
d073c8ea2e Merge pull request 'Give feedback when someone wants to register' () from register/errorText into main
Reviewed-on: 
2021-07-04 21:31:58 +00:00
3cbfd949e4 Give feedback when someone wants to register 2021-07-04 23:31:18 +02:00
2648ffc394 Merge pull request 'Design/Buttonfontsize' () from design/buttonFontsize into main 2021-07-04 19:45:45 +00:00
fcdb20e69f Made the font size of buttons more flexible 2021-07-04 21:40:27 +02:00
23e07b1484 Merge pull request 'Format/Autoformat' () from format/autoformat into main 2021-06-30 00:15:10 +00:00
d047e99113 Reformatted all the necessary files 2021-06-30 02:14:42 +02:00
7755e63c90 Merge pull request 'Adjust design for licenses page (close )' () from design/licenses into main
Reviewed-on: 
2021-06-29 23:54:11 +00:00
a5a76836c5 Adjust design for licenses page (close )
The design should now be more or less the same as on the other pages. There's still some work to make it more beautiful and more readable (see )
2021-06-30 01:53:29 +02:00
1de6862c2f Merge pull request 'Privacy site now looks the same as other sites (fix )' () from design/privacy into main
Reviewed-on: 
2021-06-29 23:38:14 +00:00
b7197fd6f7 Privacy site now looks the same as other sites (fix ) 2021-06-30 01:37:47 +02:00
93c098dd8e Merge pull request 'Add Feedback at the registration process (fix )' () from feature/registerFeedback into main
Reviewed-on: 
2021-06-29 23:25:27 +00:00
a2e1ada3af Merge branch 'main' into feature/registerFeedback (Fix )
Adds some design specific things
2021-06-30 01:24:15 +02:00
caad751aca Merge pull request 'Design/Inputfontsize (fix # 84)' () from design/inputfontsize into main
Reviewed-on: 
2021-06-29 23:22:59 +00:00
ec96bb4b43 Make font size a bit larger in input fields 2021-06-30 01:18:00 +02:00
63c13d7e63 Survey and register/login button should be the same width (fix ) 2021-06-30 01:12:40 +02:00
f2bd1b882e Rename button at registering (close )
The button at the registering page was wrong. should be correct now
2021-06-30 01:00:33 +02:00
f79959d531 Reformatted register so it's the same as everywhere 2021-06-30 00:58:44 +02:00
bf93e82d19 Removed some logging in the backend when registering 2021-06-30 00:58:18 +02:00
dd139c6712 Feedback color when registering 2021-06-30 00:41:58 +02:00
ea7be2283e Return error message if username is already taken during register
This will return an error message if the username is already registered. The user should choose another name
2021-06-30 00:03:34 +02:00
3ab7ce0b5c Merge branch 'main' into feature/registerFeedback 2021-06-29 20:38:26 +00:00
567ea0e3aa Merge pull request 'Infra/Stopscript' () from infra/stopscript into main 2021-06-28 03:55:12 +00:00
a8c37a9d45 Stop script for local development 2021-06-28 05:54:33 +02:00
d7d22cb875 Formatting things in app.py 2021-06-28 04:31:52 +02:00
44e6293e43 Added some debug things to get feedback on the frontend after register 2021-06-28 04:16:46 +02:00
19db7f18a5 Merge branch 'main' into feature/registerFeedback 2021-06-28 03:54:10 +02:00
95a2730af8 Merge pull request 'Remove unused endpoint in the backend' () from cleanup/removeEndpoint into main
Reviewed-on: 
2021-06-28 01:52:59 +00:00
2ae7cb129d Remove unused endpoint in the backend (fix ) 2021-06-28 03:50:55 +02:00
a032ca946e Starting to add feedback in the registration (fixes ) 2021-06-28 03:46:27 +02:00
10766dc601 Merge pull request 'Write survey data to backend (solves )' () from feature/WriteSurveyToDatabase into main
Reviewed-on: 
2021-06-28 00:22:12 +00:00
2aae4e2b1b Write survey data to backend (solves )
In this commit the survey data will be written into the database for the corresponding user. The usercheck works with the authtoken which is sent in the header
2021-06-28 02:19:51 +02:00
e320ab4c27 Merge pull request 'Add login / logout to navbar' () from feature/loginLogoutNavbar into main
Reviewed-on: 
2021-06-26 23:51:33 +00:00
cf3e0b8043 Add login / logout to navbar
This commit will add a login or logout button in the navbar so that the user can decide what the person wants to do . (solves )
2021-06-27 01:50:45 +02:00
431b3454bd Merge pull request 'Only allow to click submit button if validation is correct' () from bug/SurveySubmit into main
Reviewed-on: 
2021-06-26 23:26:16 +00:00
85c3b5a227 Only allow to click submit button if validation is correct 2021-06-27 01:16:40 +02:00
0971880c5f Merge pull request 'Bug/Formwidth' () from bug/formWidth into main
Reviewed-on: 
2021-06-26 23:00:38 +00:00
73b30a776f Design things in the input field
This commit will do some design things
- Solves 
- makes the app more consistent
2021-06-27 00:58:47 +02:00
42fd1bfb3b Merge pull request 'Update/Deps' () from update/deps into main
Reviewed-on: 
2021-06-26 22:56:57 +00:00