Commit Graph
25 Commits
Author SHA1 Message Date
vinchent 262b48161d add comment for nosurf 2024-07-13 18:19:51 +02:00
vinchent 5d670c1dc5 fix availabilityJson post not working error: should pass CSRFToken into the function 2024-07-13 18:19:23 +02:00
vinchent 0f17b3405e Improving tests by handling multiple test cases 2024-07-13 16:47:23 +02:00
vinchent f67aed4942 Updating existing tests to handle sessions 2024-07-13 16:35:17 +02:00
vinchent 1c46c5a64b Creating a test database repository 2024-07-12 22:43:16 +02:00
vinchent 32250d92c4 Adding migrations for seeding rooms and restrictions 2024-07-11 23:47:14 +02:00
vinchent e2e03307b7 Extrating js module 2024-07-11 23:30:17 +02:00
vinchent 9775b67a2d Connecting the rooms page to make reservation page 2024-07-11 23:01:10 +02:00
vinchent fed901ce25 Providing feedback when searching by room, and connecting to the reservation page 2024-07-10 23:32:49 +02:00
vinchent 5eb9284b6f Searching for availability by Room 2024-07-10 23:09:45 +02:00
vinchent e0a29d21c3 Cleaning up the reservation summary page and improbing validation 2024-07-10 22:55:54 +02:00
vinchent 95cddfc950 Cleaning up our make reservation page and testing everything 2024-07-10 22:34:27 +02:00
vinchent 5a646a2b27 Connection search availability to the make reservation page 2024-07-10 22:08:23 +02:00
vinchent b9f974cd1f searching for availability for all rooms 2024-07-09 23:50:54 +02:00
vinchent 42a88034bf Searching for availability by room 2024-07-09 23:08:31 +02:00
vinchent 74e9fee942 Inserting Room Restrictions 2024-07-09 22:57:07 +02:00
vinchent bb7fcbccb7 fix wrong dbname 2024-07-08 23:16:13 +02:00
vinchent 2ae5d9a2c2 Setting up database functions: inserting a reservation 2024-07-08 23:04:17 +02:00
vinchent f5f89c2c03 add comment about orm packages 2024-07-07 22:50:46 +02:00
vinchent 18c82ba19f Cleaning up our code 2024-07-07 22:37:48 +02:00
vinchent 44385fbbce Setting up models 2024-07-07 22:32:32 +02:00
vinchent c4b41d305d Connecting to the datavase and adding the sql connection to our Repository 2024-07-06 22:55:25 +02:00
vinchent 07c84fc414 Creating a Driver package 2024-07-06 22:26:41 +02:00
vinchent 4986434e46 How to connect a Go application to a database 2024-07-06 22:03:02 +02:00
vinchent a497798d2f Designing the database using soda migration 2024-07-06 16:51:08 +02:00