Thomas Ruoff
|
8925a9ed7f
|
style calendar a bit
|
2020-09-09 00:25:09 +02:00 |
|
Thomas Ruoff
|
451d0e2d78
|
re-use models when hot reloading
|
2020-09-09 00:25:09 +02:00 |
|
Thomas Ruoff
|
654b4d706c
|
remove debugging output
|
2020-09-09 00:25:09 +02:00 |
|
Thomas Ruoff
|
038e2b2420
|
another try to fix types for models
|
2020-09-09 00:25:09 +02:00 |
|
Thomas Ruoff
|
82270e944c
|
remove stale styles import
|
2020-09-09 00:25:09 +02:00 |
|
Thomas Ruoff
|
77323828c8
|
again fix children type /o\
|
2020-09-09 00:25:09 +02:00 |
|
Thomas Ruoff
|
a03a837615
|
add booking status as calendar
|
2020-09-09 00:25:09 +02:00 |
|
Thomas Ruoff
|
b3c1b18e50
|
simplify date selection
|
2020-09-09 00:25:09 +02:00 |
|
Thomas Ruoff
|
f18fa3f4d8
|
handle 400 like 500 as errors
|
2020-09-09 00:25:09 +02:00 |
|
Thomas Ruoff
|
20c2a70206
|
fix label
|
2020-09-09 00:25:09 +02:00 |
|
Thomas Ruoff
|
b1b57abb52
|
use right type for input
|
2020-09-09 00:25:09 +02:00 |
|
Thomas Ruoff
|
7e284a6421
|
use correct type for children
|
2020-09-09 00:25:09 +02:00 |
|
Thomas Ruoff
|
ef4c8ce24a
|
fix validation error
|
2020-09-09 00:25:09 +02:00 |
|
Thomas Ruoff
|
b92ff0e3d8
|
refactor form input fields
|
2020-09-09 00:25:09 +02:00 |
|
Thomas Ruoff
|
0ed66962ba
|
fix return type of findBookingDays
|
2020-09-09 00:25:09 +02:00 |
|
Thomas Ruoff
|
62a0e79664
|
make findBookedDays a static of schema
|
2020-09-09 00:25:09 +02:00 |
|
Thomas Ruoff
|
cf92a69fa7
|
return 400 when validation fails
|
2020-09-09 00:25:09 +02:00 |
|
Thomas Ruoff
|
96060d1415
|
improve styling for bigger screens
|
2020-09-09 00:25:09 +02:00 |
|
Thomas Ruoff
|
aeb03f3330
|
make dates required
|
2020-09-09 00:25:09 +02:00 |
|
Thomas Ruoff
|
4b16e07985
|
further code improvements
|
2020-09-09 00:25:09 +02:00 |
|
Thomas Ruoff
|
52a68e9989
|
further typing improvements
|
2020-09-09 00:25:09 +02:00 |
|
Thomas Ruoff
|
90ac05a907
|
fix most type errors
still have a few things outstanding
|
2020-09-09 00:25:09 +02:00 |
|
Thomas Ruoff
|
c3d8c6f3e0
|
apply migration with ts-migrate
|
2020-09-09 00:25:09 +02:00 |
|
Thomas Ruoff
|
be1e22460d
|
rename js/x ts/x
|
2020-09-09 00:25:09 +02:00 |
|
Thomas Ruoff
|
9853e31201
|
disable forceConsistentCasingInFileNames
|
2020-09-09 00:25:09 +02:00 |
|
Thomas Ruoff
|
7ca2322717
|
introduce jsx files
|
2020-09-09 00:25:09 +02:00 |
|
Thomas Ruoff
|
2921cee220
|
add typescript support to next
|
2020-09-09 00:25:09 +02:00 |
|
Thomas Ruoff
|
b19b557b6c
|
add link to new bookings email for admin
|
2020-08-26 00:56:37 +02:00 |
|
Thomas Ruoff
|
a8525c5e34
|
change requested string
|
2020-08-26 00:56:13 +02:00 |
|
Thomas Ruoff
|
2fa4910292
|
more consise header
|
2020-08-25 23:58:36 +02:00 |
|
Thomas Ruoff
|
60615b78a3
|
remove not existing driver component
|
2020-08-25 23:57:58 +02:00 |
|
Thomas Ruoff
|
00e35e6d96
|
show booking details and cancel option
|
2020-08-25 23:57:21 +02:00 |
|
Thomas Ruoff
|
ec294eaabe
|
add patch for bookings and only allow status
|
2020-08-25 23:56:41 +02:00 |
|
Thomas Ruoff
|
18722261eb
|
use BOOKING_STATE in database calls
|
2020-08-25 23:55:42 +02:00 |
|
Thomas Ruoff
|
1dcfef205c
|
add separate booking state
|
2020-08-25 23:54:31 +02:00 |
|
Thomas Ruoff
|
1bf7c7b801
|
move all wizard specific stuff to components/wizard
|
2020-08-22 00:25:14 +02:00 |
|
Thomas Ruoff
|
1df26814ba
|
use passed format instead of hard coded one
|
2020-08-22 00:09:57 +02:00 |
|
Thomas Ruoff
|
ebdcd5cd24
|
no need to use faulty regex in booker finding
|
2020-08-22 00:09:25 +02:00 |
|
Thomas Ruoff
|
e9f4753fdc
|
add /booking/uuid
|
2020-08-22 00:09:11 +02:00 |
|
Thomas Ruoff
|
7dea0153c4
|
add useUnifiedTopology to overcome warning
|
2020-08-22 00:07:54 +02:00 |
|
Thomas Ruoff
|
848e2d16c0
|
create index over booking uuid
|
2020-08-22 00:07:37 +02:00 |
|
Thomas Ruoff
|
0bcf50fa14
|
use collation for case-insensitive comparisons
|
2020-08-22 00:06:52 +02:00 |
|
Thomas Ruoff
|
826ea43363
|
appStore was a stupid idea...
|
2020-08-22 00:04:47 +02:00 |
|
Thomas Ruoff
|
06f11e4e6d
|
return if creating booker failed
|
2020-08-20 23:22:05 +02:00 |
|
Thomas Ruoff
|
8c3149e762
|
use uuid only additionally for booking
|
2020-08-20 23:21:48 +02:00 |
|
Thomas Ruoff
|
fe10869ca0
|
fix typo when checking for sendgrid errors
|
2020-08-20 00:31:49 +02:00 |
|
Thomas Ruoff
|
b2ca0515c1
|
generate random UUIDs for bookings
|
2020-08-20 00:31:27 +02:00 |
|
Thomas Ruoff
|
3a5f5b3204
|
move storing data to booking page
|
2020-08-20 00:30:47 +02:00 |
|
Thomas Ruoff
|
e1d1de469b
|
add appStore and use router for booking
|
2020-08-19 00:59:45 +02:00 |
|
Thomas Ruoff
|
194ac0aca1
|
improve booking received mail
|
2020-08-18 23:45:28 +02:00 |
|