Commit Graph

42 Commits

Author SHA1 Message Date
Patrick
6b88c48018
BETTERZON-112: Adding service functions for managing vendor shops (#65) 2021-05-26 21:13:17 +02:00
Patrick
f28dae3272
BETTERZON-117: Adding API endpoint for getting the latest crawling status (#63) 2021-05-23 16:01:30 +02:00
Patrick
1e6d99a713
BETTERZON-116: Adding API endpoint for searching a new product (#62) 2021-05-20 20:59:50 +02:00
Patrick
13f1257740
BETTERZON-113, BETTERZON-114, BETTERZON-115: Adding API endpoint for favorite shops (#61) 2021-05-20 17:46:09 +02:00
Patrick
e7543e6430
BETTERZON-107: Refactoring code with Proxy as design pattern (#49) 2021-05-20 10:23:41 +02:00
Patrick
712f6c9034
BETTERZON-101: Adding service functions for pricealarms api (#55)
- Not properly tested though as login functionality is required to test but not yet implemented
2021-05-19 19:46:30 +02:00
Patrick
1581184b57
BETTERZON-96: Adding API endpoint for delisting a whole vendor (#54) 2021-05-19 09:08:52 +02:00
Patrick
3ae68b3df3
BETTERZON-95: Adding API endpoint for getting, inserting and updating contact persons (#52) 2021-05-18 21:14:00 +02:00
Patrick
8f17ae7896
BETTERZON-98: Adding API endpoint for adding price entries as a registered vendor manager (#51) 2021-05-18 00:40:24 +02:00
Patrick
16ed1070c2
BETTERZON-97: Adding API endpoint to get all products listed by a specific vendor (#50) 2021-05-18 00:24:00 +02:00
Patrick
061d1a46e0
BETTERZON-94: Adding API endpoint to deactivate price listings as a vendor manager (#48) 2021-05-16 13:11:22 +02:00
Patrick
b185e4e5e3
BETTERZON-93: Adding API endpoint to get managed shops (#47) 2021-05-16 12:28:11 +02:00
Patrick
cb55cae692
BETTERZON-100: Switching to cookies for session management (#46)
* BETTERZON-100: Switching session handling to cookies

* BETTERZON-100: Some code reformatting

* BETTERZON-100: Some more code reformatting
2021-05-13 18:47:50 +02:00
Patrick
0be394fc1d
BETTERZON-92: Adding API endpoint to edit (update) price alarms (#44) 2021-05-13 00:48:56 +02:00
Patrick
cd0c11dbc7
BETTERZON-91: Adding API endpoint to GET all price alarms for the currently logged in user (#43) 2021-05-13 00:29:01 +02:00
Patrick
f333bbfc05
BETTERZON-90: Adding API endpoint for creating price alarms (#42) 2021-05-12 23:57:24 +02:00
Patrick
2f74519da3
BETTERZON-76: Adding method descriptions for backend service methods (#40) 2021-05-05 23:20:57 +02:00
Patrick
e1da64cac3
BETTERZON-77: Changing error behavior as the previous behavior cloud have opened up security vulnerabilities (#38) 2021-05-03 19:51:46 +02:00
Patrick
816036dbdf
BETTERZON-84: Adding service method to check if a session is valid (#37) 2021-05-03 16:29:25 +02:00
Patrick
a42c7da9a5
BETTERZON-79: Adding API endpoint for logging in (#36) 2021-05-03 15:14:22 +02:00
Patrick
e9d03b9cbb
BETTERZON-83: FE unit testing (#35)
* BETTERZON-83: Making pre-generated unit tests work

* BETTERZON-83: Writing unit tests for angular to improve code coverage
2021-05-02 15:58:47 +02:00
Patrick
a3ac897818
BETTERZON-75: User registration API endpoint (#34)
* BETTERZON-75: Adding backend functions to enable user registration

* BETTERZON-75: Adding regex to check email and username
2021-04-29 09:42:34 +02:00
Patrick
f7c045b5a3
BETTERZON-73: Adding API endpoint that returns the lowest non-amazon prices for a given list of product ids (#32) 2021-04-29 09:41:11 +02:00
Patrick
432b63b6e4
BETTERZON-70: Adding API endpoint to get details for a list of products (#30) 2021-04-17 11:35:19 +02:00
Patrick
1b1cdb59f6
BETTERZON-48: Adding API functionality to get best available deals (#20) 2021-04-05 16:34:11 +02:00
05d4795f9d BETTERZON-49: Creating Module for Crawler 2021-04-01 10:34:35 +02:00
31423c630a BETTERZON-25: Finishing prototype of UC 2020-12-09 20:35:08 +01:00
6338060b78 BETTERZON-38: Adjusted prices API 2020-12-09 17:26:56 +01:00
0419f5d277 BETTERZON-38: Added all products field to API return objects 2020-11-29 13:52:50 +01:00
0f2e2be246 BETTERZON-38: Added all currently required models with required service classes and routers 2020-11-29 13:05:25 +01:00
3de28d8835 BETTERZON-38: Added ability to search for a product by its name 2020-11-27 19:01:01 +01:00
64cb6959cb BETTERZON-38: products findAll now returns the actual products from the DB 2020-11-26 20:32:07 +01:00
82b3521f9e BETTERZON-38: Enabling DB access 2020-11-25 22:21:29 +01:00
6b8acdab46 BETTERZON-38: Added error handler, preparation for DB accessing 2020-11-25 00:38:16 +01:00
5b04b810dc BETTERZON-38: Added products example API endpoint 2020-11-22 20:48:50 +01:00
00baf5939e BETTERZON-38: Switched Backend to TypeScript 2020-11-22 16:42:17 +01:00
471b0e006a Extremely critical bug fix 2020-11-19 09:31:33 +01:00
7b3aedade5 Demo commit for e portfolio 2020-11-18 17:33:03 +01:00
a9b60ad0f5 BETTERZON-29: Adding module .iml files 2020-11-15 11:07:43 +01:00
1c9387a496 BETTERZON-29: Reformatting Backend Code 2020-11-13 19:10:59 +01:00
acdcf1b509 BETTERZON-5: Testing automatic deployment and web server 2020-11-13 16:05:45 +01:00
Patrick
4f09a53f30 Adding Backend Module 2020-11-12 10:56:01 +01:00