Simon Emanuelsson
af850c90e7
feat(SW-66, SW-348): search functionality and ui
2024-09-24 09:47:31 +02:00
Erik Tiekstra
e79f413003
feat(SW-325): added pois to the list and dynamic map
2024-09-18 15:22:31 +02:00
Fredrik Thorsson
21ff8f8b5d
feat(SW-251): update logging texts
2024-09-12 16:55:36 +02:00
Fredrik Thorsson
7eeafd2a20
feat(SW-251): use response to render filters
2024-09-12 16:55:36 +02:00
Fredrik Thorsson
8c530658c5
feat(SW-251): use availability to get hotel
2024-09-12 16:52:44 +02:00
Fredrik Thorsson
024a095dc6
feat(SW-251): check for undefined
2024-09-12 16:52:44 +02:00
Fredrik Thorsson
6089af764a
feat(SW-251): filter request
2024-09-12 16:52:44 +02:00
Fredrik Thorsson
3f6e2ca06e
feat(SW-251): set up filter route
2024-09-12 16:52:43 +02:00
Matilda Landström
86e9cf1177
refactor(SW-303): add typing
2024-09-10 16:10:01 +02:00
Matilda Landström
f3a455926e
refactor(SW-303): refactoring
2024-09-10 16:10:01 +02:00
Matilda Landström
84d37e58ef
chore(SW-303): fetch activity card from CS
2024-09-10 16:10:01 +02:00
Matilda Landström
72c8246384
Revert "chore(SW-303): fetch activity card from CS"
...
This reverts commit dde9ca190a .
2024-09-09 08:46:31 +02:00
Matilda Landström
dde9ca190a
chore(SW-303): fetch activity card from CS
2024-09-09 08:44:12 +02:00
Fredrik Thorsson
70460e5aba
feat(SW-176): add default values
2024-09-04 09:44:54 +02:00
Fredrik Thorsson
a3e540baa6
feat(SW-176): filter in route
2024-09-04 09:44:54 +02:00
Fredrik Thorsson
87de043598
feat(SW-176): add optional inputs
2024-09-04 09:44:54 +02:00
Fredrik Thorsson
fa6108d718
feat(SW-176): use temp data for hotel
2024-09-04 09:44:03 +02:00
Fredrik Thorsson
d11554168f
feat(SW-176): refactor
2024-09-04 09:44:03 +02:00
Fredrik Thorsson
864f3cdaf2
feat(SW-176): rebase
2024-09-04 09:44:03 +02:00
Fredrik Thorsson
9112941026
feat(SW-176): set up route
2024-09-04 09:44:03 +02:00
Fredrik Thorsson
deb3151edc
feat(SW-176): add schemas
2024-09-04 09:44:03 +02:00
Chuma McPhoy
7d47994539
refactor(SW-96): use images from API & reduce data returned in getHotel
2024-08-30 08:53:34 +02:00
Erik Tiekstra
1803e8e1fb
fix(SW-159): renamed route to get instead of getHotel and changed getHotelId to function declaration
2024-08-30 07:55:49 +02:00
Erik Tiekstra
7fd2fd7ec6
feat(SW-159): merged contentstack and api requests for hotel query
2024-08-30 07:55:46 +02:00
Simon Emanuelsson
93526ce693
fix: rename retried-wrapped fetch to make caching work again
2024-08-28 14:55:31 +02:00
Arvid Norlin
b56069e009
fix: remove toString() in metric attributes to avooid silly data like Object: Object
2024-08-26 13:30:07 +02:00
Arvid Norlin
0b2936159f
feat: add metrics
2024-08-26 11:50:35 +02:00
Arvid Norlin
fac0d7acdc
fix: structure logged data
2024-08-26 11:50:35 +02:00
Arvid Norlin
e3ca26d0df
feat: add metrics PoC counters to getHotel trpc query
2024-08-26 11:50:35 +02:00
Arvid Norlin
9497e8eef3
fix: add apiResponse.text() to logging
2024-08-23 12:33:28 +02:00
Arvid Norlin
7cd6367c15
fix: change bad JSON.stringify:s
2024-08-23 09:47:45 +02:00
Arvid Norlin
8340f1ff6c
fix: structure logged data
2024-08-23 09:47:43 +02:00
Arvid Norlin
d603f53240
fix: add improved logging for contentstack requests
2024-08-23 09:46:19 +02:00
Arvid Norlin
7de8a184b7
fix: improve logging for api requests
2024-08-23 09:46:17 +02:00
Simon Emanuelsson
2337d37f1a
feat(SW-160): update profile
2024-08-23 09:09:55 +02:00
Chuma McPhoy
16e0165a6e
fix(SW-188): use camelCase for schemas
2024-08-21 10:31:52 +02:00
Chuma McPhoy
aa38e82698
refactor: add hotel scope to service token fetch & enable hotel API
2024-08-21 10:31:52 +02:00
Chuma McPhoy
2407f40b75
fix(SW-188): replace formatMessage destructuring in hotel related components
2024-08-21 10:31:52 +02:00
Chuma McPhoy
400c0b48e4
refactor(SW-188): reintroduce tempHotelData
2024-08-21 10:31:52 +02:00
Chuma McPhoy
3a2a58a9ca
fix(SW-188): improve semantics, use hotel instead of attribute naming
2024-08-21 10:31:52 +02:00
Chuma McPhoy
ed379202c8
refactor(SW-188): replace anon or auth procedure with serviceProcedure
2024-08-21 10:31:52 +02:00
Chuma McPhoy
1ff6cd267d
feat: update getHotel to use real hotel api endpoint, support for service tokens, type modifications
2024-08-21 10:31:52 +02:00
Fredrik Thorsson
a48019a6a0
feat: pass filters as prop
2024-08-06 13:12:22 +02:00
Fredrik Thorsson
ebfe4d45dc
feat: add router for filters
2024-08-06 13:12:22 +02:00
Michael Zetterberg
71dcf30719
fix: make sure all logged errors are preceeded with a message
...
Just logging an error makes it difficult to relate the error log to code in the
codebase. Error logging a message right before the error itself makes it easier
to search the codebase for that error log.
2024-07-24 11:32:15 +02:00
Chuma McPhoy
0697c8d9ef
feat: add included param to hotel call, fetch room data, setup schema, use in hotelpage
2024-07-10 18:55:22 +02:00
Niclas Edenvin
722bab97ad
feat(SW-70): Create TRPC route to get rates
2024-07-09 13:25:26 +02:00
Chuma McPhoy
57b424819a
fix: return attributes from hotel router
2024-07-08 12:53:12 +02:00
Chuma McPhoy
f89d17cd7f
chore: move toApiLang util to hotel trpc folder
2024-07-04 15:05:02 +02:00
Chuma McPhoy
2cf77af0c3
chore: remove console logs
2024-07-02 15:39:08 +02:00