vinchent
  • Joined on 2023-08-20
vinchent pushed to main at vinchent/udemy-go-web-1 2024-07-13 20:45:43 +00:00
262b48161d add comment for nosurf
vinchent pushed to main at vinchent/udemy-go-web-1 2024-07-13 16:19:28 +00:00
5d670c1dc5 fix availabilityJson post not working error: should pass CSRFToken into the function
vinchent pushed to main at vinchent/udemy-go-web-1 2024-07-13 14:47:31 +00:00
0f17b3405e Improving tests by handling multiple test cases
f67aed4942 Updating existing tests to handle sessions
Compare 2 commits »
vinchent pushed to main at vinchent/udemy-go-web-1 2024-07-12 20:43:59 +00:00
1c46c5a64b Creating a test database repository
vinchent pushed to main at vinchent/udemy-go-web-1 2024-07-11 21:47:22 +00:00
32250d92c4 Adding migrations for seeding rooms and restrictions
e2e03307b7 Extrating js module
9775b67a2d Connecting the rooms page to make reservation page
Compare 3 commits »
vinchent pushed to main at vinchent/udemy-go-web-1 2024-07-10 21:32:56 +00:00
fed901ce25 Providing feedback when searching by room, and connecting to the reservation page
vinchent pushed to main at vinchent/udemy-go-web-1 2024-07-10 21:09:50 +00:00
5eb9284b6f Searching for availability by Room
vinchent pushed to main at vinchent/udemy-go-web-1 2024-07-10 20:56:03 +00:00
e0a29d21c3 Cleaning up the reservation summary page and improbing validation
vinchent pushed to main at vinchent/udemy-go-web-1 2024-07-10 20:34:47 +00:00
95cddfc950 Cleaning up our make reservation page and testing everything
5a646a2b27 Connection search availability to the make reservation page
Compare 2 commits »
vinchent pushed to main at vinchent/udemy-go-web-1 2024-07-10 19:42:45 +00:00
ab02f8e635 Connecting handlers to new database functions
vinchent pushed to main at vinchent/udemy-go-web-1 2024-07-10 09:30:10 +00:00
5f649d6d8e add todo
vinchent pushed to main at vinchent/udemy-go-web-1 2024-07-09 21:51:12 +00:00
b9f974cd1f searching for availability for all rooms
42a88034bf Searching for availability by room
Compare 2 commits »
vinchent pushed to main at vinchent/udemy-go-web-1 2024-07-09 20:57:18 +00:00
74e9fee942 Inserting Room Restrictions
bb7fcbccb7 fix wrong dbname
Compare 2 commits »
vinchent pushed to main at vinchent/udemy-go-web-1 2024-07-08 21:04:23 +00:00
2ae5d9a2c2 Setting up database functions: inserting a reservation
f5f89c2c03 add comment about orm packages
18c82ba19f Cleaning up our code
44385fbbce Setting up models
c4b41d305d Connecting to the datavase and adding the sql connection to our Repository
Compare 5 commits »
vinchent pushed to main at vinchent/udemy-go-web-1 2024-07-06 20:26:45 +00:00
07c84fc414 Creating a Driver package
4986434e46 How to connect a Go application to a database
Compare 2 commits »
vinchent pushed to main at vinchent/udemy-go-web-1 2024-07-06 14:51:15 +00:00
a497798d2f Designing the database using soda migration
vinchent pushed to main at vinchent/udemy-go-web-1 2024-07-03 19:05:10 +00:00
9fc6c05d38 Centralizing error handling to a helpers package
vinchent pushed to main at vinchent/udemy-go-web-1 2024-07-02 20:25:36 +00:00
0c0159734e Add run script
d87d8ed594 Writing tests for the Forms package
875be55076 Writing tests for Render package
Compare 3 commits »
vinchent pushed to main at vinchent/udemy-go-web-1 2024-07-02 11:16:34 +00:00
70996c6f60 Writing tests for POST handlers
21478b20ae Writing tests for main package and for GET handlers
Compare 2 commits »
vinchent pushed to main at vinchent/udemy-go-web-1 2024-07-01 12:34:26 +00:00
dc7ece7d12 update go mod
d8d2abcde3 Finishing up our response to user, and adding alerts
3ad57c754f Displaying a response to user after posting form data
6826634a01 Server Side form validation 4: check email
87dfd26268 Server Side form validation 3
Compare 6 commits »