20 Commits (master)

Author SHA1 Message Date
Zed A. Shaw 5e2c34b1bc Now using the new error handling structure, but need to get an error-messages component working and form validation to do better. 17 hours ago
Zed A. Shaw 6f5f3b7143 Basic form submission handling in javascript. Next need to look at what a lit error thing would look like. 1 day ago
Zed A. Shaw 3063525493 Initial stab at a JSON error handling system that's easy to use. 3 days ago
Zed A. Shaw dc8987e407 Tests are now working and better organized but the Makefile is kind of annoying. 4 days ago
Zed A. Shaw 5c7686a54f Auth is now restructured into a feature and tests are organized but Go won't run them. 4 days ago
Zed A. Shaw 0e1176b44c Moved admin to a feature. 4 days ago
Zed A. Shaw c84b29037d Worked out the docs for the email sending feature. 2 weeks ago
Zed A. Shaw 6872956478 Big documentation update. 2 weeks ago
Zed A. Shaw ccd8977d40 Rewrote the shopping cart to use my own funky JS thing and it works. 2 months ago
Zed A. Shaw 47e7b69af7 Changes for the initial shopping cart thing. 2 months ago
Zed A. Shaw 1c46f3dc38 Initial working shopping cart thing. 2 months ago
Zed A. Shaw e011a8c333 Initial setup for paypal but can't go further until I get the sandbox setup. 2 months ago
Zed A. Shaw bf9c3e1f9d Added a start to the paypal feature, using the mockserver from the go paypal api. 2 months ago
Zed A. Shaw 5ff799f5e7 Now renders a .md file to use as the text and HTML versions of emails. 2 months ago
Zed A. Shaw 9302a97f4d Basic sending emails with templates but using fiber's templates doesn't work since it doesn't really support plain text. 2 months ago
Zed A. Shaw e376766315 Can send an email with a oneshot go routine. 2 months ago
Zed A. Shaw f9b94f8101 Simple email sending example. 2 months ago
Zed A. Shaw 5c07583ba4 Email sending/queue api now works nicer. 2 months ago
Zed A. Shaw 94e0970fd3 Initial work on a redis-queue backed email sending feature with a little demo. 2 months ago
Zed A. Shaw 4ddf65e6d1 Now have a ./bin/fgen command that can generate the stubs of a new feature. 2 months ago