No description
Find a file
2025-03-20 07:42:42 +01:00
.gitignore Switch from in-memory to SQLite storage 2025-03-19 11:59:08 +01:00
go.mod controller 2025-01-29 10:26:36 +01:00
go.sum controller 2025-01-29 10:26:36 +01:00
handler.go update tests 2025-03-19 22:10:43 +01:00
index.html Add status field to orders 2025-03-18 22:30:16 +01:00
main.go Switch from in-memory to SQLite storage 2025-03-19 11:59:08 +01:00
middleware.go full form parsing 2025-02-07 09:27:20 +01:00
model.go Add status field to orders 2025-03-18 22:30:16 +01:00
order.html Add status field to orders 2025-03-18 22:30:16 +01:00
README.md added store 2025-02-07 08:40:04 +01:00
schema.sql Implement order items 2025-03-20 07:41:27 +01:00
store.go Implement order items 2025-03-20 07:41:27 +01:00
store_test.go Implement order items 2025-03-20 07:41:27 +01:00
TODO.md Update TODO.md 2025-03-20 07:42:42 +01:00

  • filtering by date, location
  • saving to db
  • auth
  • adding cakes
  • save order/cake should return an error
  • change store to zero value representing new object