monkeytype/backend
Bruce Berrios 974e50ec48
Add quote reporting feature (#2372) by Bruception
* Add initial quote reporting logic

* Remove report status

* Add initial frontend

* Add submit logic

* Add report quote button to rating popup

* Refactor quoteId argument

* Remove console log

* Add captcha to request validation schema

* Use captcha id for value and reset

* Update report data schema

* Hide report popup on complete

* quote search styling update

* updated report quote styling

* tofixed

* tofixed

* moved report button to the result screen
styling changes

* resetting captcha after hiding to avoid ugly animation

* select2 styling update

* lowercase

Co-authored-by: Miodec <bartnikjack@gmail.com>
2022-01-31 00:53:56 +01:00
..
api Add quote reporting feature (#2372) by Bruception 2022-01-31 00:53:56 +01:00
constants Add initial report quote endpoint (#2367) by Bruception 2022-01-29 22:03:02 +01:00
credentials chores: fix typo and push backend/credentials directory (#2224) 2021-12-28 21:03:07 +01:00
dao Add quote reporting feature (#2372) by Bruception 2022-01-31 00:53:56 +01:00
handlers updated error message when dev mode is active 2022-01-10 03:05:57 +01:00
init shortened mongo connection timeout 2022-01-18 15:42:56 +01:00
jobs Refactor cron jobs (#2357) by Bruception 2022-01-28 19:48:08 +01:00
middlewares Add quote reporting feature (#2372) by Bruception 2022-01-31 00:53:56 +01:00
.eslintrc.json
.gitignore
example.env Update example.env 2022-01-14 14:26:57 +01:00
server.js Refactor cron jobs (#2357) by Bruception 2022-01-28 19:48:08 +01:00
worker.js