tvl-depot/src
William Carroll 249e3113ff Support creating Trips from the frontend
*sigh* ... spent way too much time encoding/decoding date types...

I need my database, server, client, and JSON need to agree on types.

TL;DR:
- Add CSS for elm/datepicker library
- Create Common.allErrors to display UI errors
- Prefer Data.Time.Calendar.Day instead of newtype Date wrapper around Text
2020-08-01 23:04:06 +01:00
..
Accounts.hs Remove erroneous parens around columns in SELECT statement 2020-07-30 19:52:04 +01:00
API.hs Prevent non-admins from creating Manager or Admin accounts 2020-08-01 11:48:55 +01:00
App.hs Prevent non-admins from creating Manager or Admin accounts 2020-08-01 11:48:55 +01:00
Auth.hs Authorize endpoints 2020-07-30 10:23:55 +01:00
Email.hs Add Haskell client library for MailGun 2020-07-30 17:07:49 +01:00
init.sql Verify users' email addresses when they attempt to sign-up 2020-07-30 18:38:46 +01:00
LoginAttempts.hs Debug LoginAttempts.increment 2020-07-30 19:52:37 +01:00
Main.hs Read env variables using envy library 2020-07-30 13:58:50 +01:00
PendingAccounts.hs Remove erroneous parens around columns in SELECT statement 2020-07-30 19:52:04 +01:00
Sessions.hs Remove erroneous parens around columns in SELECT statement 2020-07-30 19:52:04 +01:00
Trips.hs Support PATCH /trips 2020-07-31 11:25:36 +01:00
Types.hs Support creating Trips from the frontend 2020-08-01 23:04:06 +01:00
Utils.hs Create Utils module for (|>) operator 2020-07-28 18:47:40 +01:00