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 |
|
Thomas Ruoff
|
b9ebfafc63
|
fix class name
|
2020-08-18 23:45:18 +02:00 |
|
Thomas Ruoff
|
d86f438f80
|
send mail
|
2020-08-18 00:22:03 +02:00 |
|
Thomas Ruoff
|
70d78427b1
|
date format
|
2020-08-18 00:21:39 +02:00 |
|
Thomas Ruoff
|
eada05f2fc
|
no need for babel as I am aware
|
2020-08-14 23:39:53 +02:00 |
|
Thomas Ruoff
|
fa61293714
|
downgrade moongoose due to openURI bug
|
2020-08-14 23:39:28 +02:00 |
|
Thomas Ruoff
|
8e1356209c
|
put models in file not schema
|
2020-08-14 23:09:22 +02:00 |
|
Thomas Ruoff
|
1ce67e881e
|
update all the things
|
2020-08-14 22:13:33 +02:00 |
|
Thomas Ruoff
|
9485d936b3
|
ditch boostrap and use tailwind instead
|
2020-08-13 23:45:44 +02:00 |
|
Thomas Ruoff
|
9554793520
|
ignore .env as well
|
2020-08-12 23:25:43 +02:00 |
|
Thomas Ruoff
|
ea487c4c78
|
remove duplication with placeholders
|
2020-08-12 00:38:31 +02:00 |
|
Thomas Ruoff
|
0606d643e7
|
make footer sticky
|
2020-08-12 00:38:16 +02:00 |
|
Thomas Ruoff
|
f6c2d0d6b6
|
add clear stored data
|
2020-08-12 00:36:20 +02:00 |
|
Thomas Ruoff
|
9299224a03
|
Merge pull request #3 from tomru/react-day-picker
move to react-day-picker
|
2020-08-11 23:00:37 +02:00 |
|
Thomas Ruoff
|
b065439f0b
|
remove unused style tag
|
2020-08-11 22:58:45 +02:00 |
|
Thomas Ruoff
|
2c099a8bc4
|
remove react-dates for good
|
2020-08-11 22:58:02 +02:00 |
|
Thomas Ruoff
|
04ad7dc65b
|
hook up onChange
|
2020-08-11 22:52:16 +02:00 |
|
Thomas Ruoff
|
e5bbde90b4
|
remove multipleDays choice
|
2020-08-11 22:51:51 +02:00 |
|
Thomas Ruoff
|
99b02e32bf
|
update imports
|
2020-08-11 22:50:40 +02:00 |
|
Thomas Ruoff
|
8fe5becd29
|
further make dateSelect functional
|
2020-08-11 22:25:42 +02:00 |
|
Thomas Ruoff
|
96a5a40cc5
|
further progress on react-day-picker
|
2020-08-11 00:28:12 +02:00 |
|
Thomas Ruoff
|
8cfb83f8dc
|
block selecting disabled days
|
2020-08-06 23:57:47 +02:00 |
|
Thomas Ruoff
|
559412b3ac
|
add array test
|
2020-08-06 23:37:06 +02:00 |
|
Thomas Ruoff
|
ed6cc248c4
|
add jest
|
2020-08-06 23:36:52 +02:00 |
|
Thomas Ruoff
|
5dac8f20a3
|
fix range selection issue
|
2020-08-06 23:29:38 +02:00 |
|
Thomas Ruoff
|
7dc8c71852
|
half way
|
2020-08-06 22:36:51 +02:00 |
|
Thomas Ruoff
|
e4c8b7ceba
|
ok, bad idea. moving everything that is not a page out of pages
|
2020-08-01 16:38:03 +02:00 |
|
Thomas Ruoff
|
95242403c5
|
move helpers out again
seems anything under pages, besides api needs to be a react component
|
2020-08-01 16:23:48 +02:00 |
|
Thomas Ruoff
|
793b499c76
|
move rest into pages
|
2020-08-01 16:05:58 +02:00 |
|
Thomas Ruoff
|
528f46a533
|
move db into api
|
2020-08-01 16:05:32 +02:00 |
|
Thomas Ruoff
|
6b246894cf
|
name Required Function
|
2020-08-01 14:46:09 +02:00 |
|
Thomas Ruoff
|
3f5d71d791
|
try to fix OverwriteModelError
|
2020-08-01 14:45:43 +02:00 |
|
Thomas Ruoff
|
f2c9023a2e
|
update todo's
|
2020-08-01 14:31:48 +02:00 |
|
Thomas Ruoff
|
9570c6996c
|
improve client a bit
|
2020-08-01 14:31:34 +02:00 |
|
Thomas Ruoff
|
027cf45faa
|
improve booking call
|
2020-08-01 14:31:19 +02:00 |
|
Thomas Ruoff
|
4089fcc944
|
add missing fields to model
|
2020-08-01 14:30:49 +02:00 |
|