DIMMiN Notes
My working notes related to the development of dimmin.com.
2024-12-09-Monday
- Decided to use the BigBrain App to host the different Digital Gardens for my different projects
- Established Django Models to represent different
Note
s,Vault
s, andLinkedNote
s.
2024-12-06-Friday
- Learned how to Django Bulk Upload my ideas into the BigBrain App. Maybe this is the right app to upload my dev notes to? I wonder if it can support markdown.
- installed the AWS CLI, used it to pre-sign the URL of and S3 object, then used my custom command to upload my ideas into the app.
2024-12-05-Thursday
- Fixed the Taskmaster App (or rather, identified what was wrong)
- Started learning how to bulk upload data into my models via the creation of the
bulk_upload_ideas
custom command
2024-12-04-Wednesday
- Moved the BigBrain App to the
apps/
directory - Updated the Django Admin views for a number of other apps including Taskmaster App, Blog App, Accounts App, and BigBrain App
- Added tags to the BigBrain App
2024-11-22-Friday
- Successfully configured the full workflow of the blog post subscription feature for the blog app, closing out the blog post subscription issue .
2024-11-21-Thursday
- Configured the blog post subscription feature
- Created the simple
BlogSubscriber
Django Model to track people who want to be emailed when I release a new blog - Used AJAX to submit the user form without redirecting them off the page
- Created the simple