Commit Graph

  • 451d0e2d78 re-use models when hot reloading Thomas Ruoff 2020-09-05 00:03:59 +02:00
  • 654b4d706c remove debugging output Thomas Ruoff 2020-09-03 23:28:24 +02:00
  • 038e2b2420 another try to fix types for models Thomas Ruoff 2020-09-03 23:27:30 +02:00
  • 82270e944c remove stale styles import Thomas Ruoff 2020-09-03 23:27:06 +02:00
  • 77323828c8 again fix children type /o\ Thomas Ruoff 2020-09-03 00:33:57 +02:00
  • a03a837615 add booking status as calendar Thomas Ruoff 2020-09-03 00:31:42 +02:00
  • b3c1b18e50 simplify date selection Thomas Ruoff 2020-09-03 00:30:54 +02:00
  • f18fa3f4d8 handle 400 like 500 as errors Thomas Ruoff 2020-09-03 00:25:21 +02:00
  • 20c2a70206 fix label Thomas Ruoff 2020-09-03 00:24:52 +02:00
  • b1b57abb52 use right type for input Thomas Ruoff 2020-09-03 00:24:37 +02:00
  • 7e284a6421 use correct type for children Thomas Ruoff 2020-09-03 00:24:18 +02:00
  • ef4c8ce24a fix validation error Thomas Ruoff 2020-09-03 00:24:03 +02:00
  • b92ff0e3d8 refactor form input fields Thomas Ruoff 2020-09-02 00:01:18 +02:00
  • 0ed66962ba fix return type of findBookingDays Thomas Ruoff 2020-09-01 23:13:36 +02:00
  • 62a0e79664 make findBookedDays a static of schema Thomas Ruoff 2020-09-01 00:01:21 +02:00
  • cf92a69fa7 return 400 when validation fails Thomas Ruoff 2020-08-31 21:54:19 +02:00
  • 96060d1415 improve styling for bigger screens Thomas Ruoff 2020-08-31 21:52:18 +02:00
  • aeb03f3330 make dates required Thomas Ruoff 2020-08-30 21:54:11 +02:00
  • 4b16e07985 further code improvements Thomas Ruoff 2020-08-29 00:12:01 +02:00
  • 52a68e9989 further typing improvements Thomas Ruoff 2020-08-28 23:20:18 +02:00
  • 90ac05a907 fix most type errors Thomas Ruoff 2020-08-28 00:29:20 +02:00
  • c3d8c6f3e0 apply migration with ts-migrate Thomas Ruoff 2020-08-26 23:17:11 +02:00
  • be1e22460d rename js/x ts/x Thomas Ruoff 2020-08-26 22:36:27 +02:00
  • 9853e31201 disable forceConsistentCasingInFileNames Thomas Ruoff 2020-08-26 23:16:34 +02:00
  • 7ca2322717 introduce jsx files Thomas Ruoff 2020-08-26 22:17:25 +02:00
  • 2921cee220 add typescript support to next Thomas Ruoff 2020-08-26 22:06:38 +02:00
  • b19b557b6c add link to new bookings email for admin Thomas Ruoff 2020-08-26 00:56:37 +02:00
  • a8525c5e34 change requested string Thomas Ruoff 2020-08-26 00:56:13 +02:00
  • 2fa4910292 more consise header Thomas Ruoff 2020-08-25 23:58:36 +02:00
  • 60615b78a3 remove not existing driver component Thomas Ruoff 2020-08-25 23:57:58 +02:00
  • 00e35e6d96 show booking details and cancel option Thomas Ruoff 2020-08-25 23:57:21 +02:00
  • ec294eaabe add patch for bookings and only allow status Thomas Ruoff 2020-08-25 23:56:41 +02:00
  • 18722261eb use BOOKING_STATE in database calls Thomas Ruoff 2020-08-25 23:55:42 +02:00
  • 1dcfef205c add separate booking state Thomas Ruoff 2020-08-25 23:54:31 +02:00
  • 1bf7c7b801 move all wizard specific stuff to components/wizard Thomas Ruoff 2020-08-22 00:25:14 +02:00
  • 1df26814ba use passed format instead of hard coded one Thomas Ruoff 2020-08-22 00:09:57 +02:00
  • ebdcd5cd24 no need to use faulty regex in booker finding Thomas Ruoff 2020-08-22 00:09:25 +02:00
  • e9f4753fdc add /booking/uuid Thomas Ruoff 2020-08-22 00:09:11 +02:00
  • 7dea0153c4 add useUnifiedTopology to overcome warning Thomas Ruoff 2020-08-22 00:07:54 +02:00
  • 848e2d16c0 create index over booking uuid Thomas Ruoff 2020-08-22 00:07:37 +02:00
  • 0bcf50fa14 use collation for case-insensitive comparisons Thomas Ruoff 2020-08-22 00:06:52 +02:00
  • 826ea43363 appStore was a stupid idea... Thomas Ruoff 2020-08-22 00:04:47 +02:00
  • 06f11e4e6d return if creating booker failed Thomas Ruoff 2020-08-20 23:22:05 +02:00
  • 8c3149e762 use uuid only additionally for booking Thomas Ruoff 2020-08-20 23:21:48 +02:00
  • fe10869ca0 fix typo when checking for sendgrid errors Thomas Ruoff 2020-08-20 00:31:49 +02:00
  • b2ca0515c1 generate random UUIDs for bookings Thomas Ruoff 2020-08-20 00:31:27 +02:00
  • 3a5f5b3204 move storing data to booking page Thomas Ruoff 2020-08-20 00:30:47 +02:00
  • e1d1de469b add appStore and use router for booking Thomas Ruoff 2020-08-19 00:59:45 +02:00
  • 194ac0aca1 improve booking received mail Thomas Ruoff 2020-08-18 23:45:28 +02:00
  • b9ebfafc63 fix class name Thomas Ruoff 2020-08-18 23:45:18 +02:00
  • d86f438f80 send mail Thomas Ruoff 2020-08-18 00:22:03 +02:00
  • 70d78427b1 date format Thomas Ruoff 2020-08-18 00:21:39 +02:00
  • eada05f2fc no need for babel as I am aware Thomas Ruoff 2020-08-14 23:39:53 +02:00
  • fa61293714 downgrade moongoose due to openURI bug Thomas Ruoff 2020-08-14 23:39:28 +02:00
  • 8e1356209c put models in file not schema Thomas Ruoff 2020-08-14 23:09:22 +02:00
  • 1ce67e881e update all the things Thomas Ruoff 2020-08-14 22:13:33 +02:00
  • 9485d936b3 ditch boostrap and use tailwind instead Thomas Ruoff 2020-08-13 23:45:44 +02:00
  • 9554793520 ignore .env as well Thomas Ruoff 2020-08-12 23:25:43 +02:00
  • ea487c4c78 remove duplication with placeholders Thomas Ruoff 2020-08-12 00:38:31 +02:00
  • 0606d643e7 make footer sticky Thomas Ruoff 2020-08-12 00:38:16 +02:00
  • f6c2d0d6b6 add clear stored data Thomas Ruoff 2020-08-12 00:36:20 +02:00
  • 9299224a03 Merge pull request #3 from tomru/react-day-picker Thomas Ruoff 2020-08-11 23:00:37 +02:00
  • b065439f0b remove unused style tag Thomas Ruoff 2020-08-11 22:58:45 +02:00
  • 2c099a8bc4 remove react-dates for good Thomas Ruoff 2020-08-11 22:53:24 +02:00
  • 04ad7dc65b hook up onChange Thomas Ruoff 2020-08-11 22:52:16 +02:00
  • e5bbde90b4 remove multipleDays choice Thomas Ruoff 2020-08-11 22:51:51 +02:00
  • 99b02e32bf update imports Thomas Ruoff 2020-08-11 22:50:40 +02:00
  • 8fe5becd29 further make dateSelect functional Thomas Ruoff 2020-08-11 22:25:42 +02:00
  • 96a5a40cc5 further progress on react-day-picker Thomas Ruoff 2020-08-11 00:28:12 +02:00
  • 8cfb83f8dc block selecting disabled days Thomas Ruoff 2020-08-06 23:57:47 +02:00
  • 559412b3ac add array test Thomas Ruoff 2020-08-06 23:37:02 +02:00
  • ed6cc248c4 add jest Thomas Ruoff 2020-08-06 23:30:17 +02:00
  • 5dac8f20a3 fix range selection issue Thomas Ruoff 2020-08-06 23:29:38 +02:00
  • 7dc8c71852 half way Thomas Ruoff 2020-08-06 22:34:33 +02:00
  • e4c8b7ceba ok, bad idea. moving everything that is not a page out of pages Thomas Ruoff 2020-08-01 16:38:03 +02:00
  • 95242403c5 move helpers out again Thomas Ruoff 2020-08-01 16:23:48 +02:00
  • 793b499c76 move rest into pages Thomas Ruoff 2020-08-01 16:05:58 +02:00
  • 528f46a533 move db into api Thomas Ruoff 2020-08-01 16:05:32 +02:00
  • 6b246894cf name Required Function Thomas Ruoff 2020-08-01 14:46:09 +02:00
  • 3f5d71d791 try to fix OverwriteModelError Thomas Ruoff 2020-08-01 14:45:43 +02:00
  • f2c9023a2e update todo's Thomas Ruoff 2020-08-01 14:31:48 +02:00
  • 9570c6996c improve client a bit Thomas Ruoff 2020-08-01 14:31:34 +02:00
  • 027cf45faa improve booking call Thomas Ruoff 2020-08-01 14:31:19 +02:00
  • 4089fcc944 add missing fields to model Thomas Ruoff 2020-08-01 14:30:49 +02:00
  • 7cac6055ce add eslint as dev dependecy Thomas Ruoff 2020-08-01 14:29:55 +02:00
  • 74fb986805 remove unused import Thomas Ruoff 2020-07-29 23:35:14 +02:00
  • ad8d3194c3 add .log to gitignore Thomas Ruoff 2020-07-29 23:33:08 +02:00
  • c73651d008 use virtuals to get days Thomas Ruoff 2020-07-29 23:32:11 +02:00
  • ad6543a3d3 Merge pull request #1 from tomru/dependabot/npm_and_yarn/lodash-4.17.19 Thomas Ruoff 2020-07-29 23:07:48 +02:00
  • a9ae33b579 add project todo Thomas Ruoff 2020-07-29 00:04:40 +02:00
  • fb0cc743cf add .tool-versions file Thomas Ruoff 2020-07-29 00:04:30 +02:00
  • 526c625a57 make form just simple Thomas Ruoff 2020-07-29 00:01:54 +02:00
  • a26e58b43e add dateFormat helper Thomas Ruoff 2020-07-29 00:00:42 +02:00
  • 1935fbf8e9 update react-bootstrap Thomas Ruoff 2020-07-27 22:39:03 +02:00
  • c3005a2b48 update next Thomas Ruoff 2020-07-27 22:38:23 +02:00
  • 33900b133d start simplifying form data handling Thomas Ruoff 2020-07-27 00:42:08 +02:00
  • a099d50097 further hacking Thomas Ruoff 2020-07-26 00:41:33 +02:00
  • 518b437d14 more hacking Thomas Ruoff 2020-07-26 00:12:51 +02:00
  • 90a9288e84 make storing work Thomas Ruoff 2020-07-25 19:19:37 +02:00
  • a3a497a682 Bump lodash from 4.17.15 to 4.17.19 dependabot[bot] 2020-07-21 07:48:30 +00:00