12 Commits

Author SHA1 Message Date
Wolfgang Huß
3ea1348bd4 Merge master 2020-03-09 08:37:05 +01:00
Wolfgang Huß
bef747b9a1 Implement suggestions of Matt
Co-Authored-By: mattwr18 <mattwr18@gmail.com>
2020-02-05 11:05:37 +01:00
Wolfgang Huß
9a8720218f Implement suggestions of Matt 2020-01-24 19:35:01 +01:00
Wolfgang Huß
7eeddf2a8f Implement suggestions of Matt 2020-01-24 19:23:01 +01:00
Wolfgang Huß
2d73a54819 Merge branch 'master' of github.com:Human-Connection/Human-Connection into 1709-send-feedbacks-in-report-processes
# Conflicts:
#	webapp/components/Notification/Notification.vue
#	webapp/components/NotificationsTable/NotificationsTable.vue
2020-01-22 10:12:35 +01:00
roschaefer
178143dfb7 refactor(modules): Various import fixes
* DRY schema stitching code
* Use same `.env` configuration file for cypress tests

That last part I couldn't improve a lot. I thought it might be possible
with cypress to import all files from a folder. But since it must be
browser compatible and our backend is not using webpack or anything,
it remains a goal unreached.

close #2773
close #2774
2020-01-17 15:59:19 +01:00
Wolfgang Huß
35660ca073 Implemented the notifications for filling reports Notification.vue 2020-01-17 15:56:30 +01:00
Wolfgang Huß
f2d4d97645 Lint fix in backend 2020-01-16 15:55:26 +01:00
Wolfgang Huß
c033260587 Implement tests in notifications.spec.js for notifing filing reporter 2020-01-16 13:46:03 +01:00
Wolfgang Huß
dac262c456 First try to test new notifications 2020-01-10 16:17:28 +01:00
mattwr18
55f25b153c Remove disable from models/Report.js
- we are not setting this property, and it's inclusion in this model
with a default false value meant that there were no errors with seeded
data, but with the data returned from the db_manipulation there was.
2019-12-05 20:31:19 +01:00
mattwr18
2f249a73c5 Rename REPORTED Claim to FILED Report 2019-11-26 15:35:48 +01:00