aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/payments (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adds v3 reCAPCHA to the fieldMatthew Lemon2024-12-091-2/+2
|
* wip: moving home page to home app and implementing reCAPTCHAMatthew Lemon2024-12-092-0/+7
|
* wip: working on ratelimit - not quite working in the browserMatthew Lemon2024-12-081-0/+2
|
* Tidy imports, remove breakpoint, remove logged in linkMatthew Lemon2024-12-081-2/+3
|
* Uses Mailgun for production and local settingsMatthew Lemon2024-12-081-6/+7
| | | | | - credentials are in the .env file - uses the mailgun http API to send verification messages
* wip: temporarily switched to mailgun testingMatthew Lemon2024-12-081-19/+41
| | | | | - this uses mailgun sandbox credentials whilst I was setting up the domain on there.
* wip: sorting out the email sendingMatthew Lemon2024-12-085-47/+81
|
* Add unique constraint to EmailVerification email fieldMatthew Lemon2024-12-054-60/+122
| | | | This update enhances the EmailVerification model by ensuring the email field is unique, preventing duplicate records. A new form, EmailVerificationForm, was also introduced to handle email cleaning and validation, which enhances user input handling. Additionally, existing views and templates have been updated to integrate this form, improving the user experience and error feedback.
* Email verificationMatthew Lemon2024-12-042-8/+50
| | | | | | | | - Associated changes in the .env file now allow us to test the SMTP server config - Added mine and J's email ad admins - Grab env variables from the .env file in the local.py file for testing purposes - Set an expiry of 24hrs for the validation link to work - Added an HTML version of the verification email
* Better handling of email verificationMatthew Lemon2024-12-034-7/+27
|
* First cut at email verificationMatthew Lemon2024-12-036-33/+132
|
* Sorted importsMatthew Lemon2024-12-031-12/+15
|
* Some tweaks to the spurtMatthew Lemon2024-12-021-0/+5
|
* Got the basic form anbd privacy policy in placeMatthew Lemon2024-11-265-13/+85
|
* Can now delete item from basketMatthew Lemon2024-10-202-3/+20
| | | | | | | - if is only one item left, it is deleted along with the basket - if there are more than one, just that one is deleted - TODO needs proper handling of the confirmation page - it's not formatted. htmx?
* tidying up the cart detail page - still nowhere near good enoughMatthew Lemon2024-10-201-19/+16
|
* bugfix: bad request if resource doesn't have price objectMatthew Lemon2024-10-201-4/+3
|
* Cart shows items in it; disables buttons if item in basketMatthew Lemon2024-10-202-3/+8
| | | | | | | | | | - Rough cart icon in navbar - Shows items in cart - Styled dependent on existence - Add to cart buttons disabled if resource in cart, on resource list page and detail page - Throws 404 error if trying add item to cart which has no price - eventually all items will have a price
* Updates the TODO list for payments viewsMatthew Lemon2024-10-201-4/+4
|
* Add multiple items to the cart and Stripe processMatthew Lemon2024-10-194-23/+50
| | | | | | | - Very rough but it works - Multiple items can be added to cart - Can be bought with stripe - Shopping cart is deleted after successful transaction
* Changes the Resource to include Stripe referenceMatthew Lemon2024-10-194-10/+39
|
* Test email in the consoleMatthew Lemon2024-10-191-2/+13
|
* skeleton webhook for stripe workingMatthew Lemon2024-10-172-1/+29
|
* Adds TODO to the payments/view page for the next stepsMatthew Lemon2024-10-171-0/+12
|
* Update Stripe and include the API keyMatthew Lemon2024-10-172-2/+6
|
* Renamed from pyblackbird_cc to alphabetlearning - everywhereMatthew Lemon2024-10-1519-0/+691