DIMMiN Notes
My working notes related to the development of dimmin.com.
2026-04-11-Saturday
- Resolved issue 4 and fixed the error page on the website, allowing errors to surface without giving an ugly raw html response
- Added a basic maintenance page I can use while developing / updating parts of the DIMMiN App
2026-04-10-Friday
- Created a
dimmin-publicbucket for public assets that don't need to be pre-signed - Created a new IAM User account for the django app specifically to help scope its permissions
- Solved optimization issues for loading js libraries and loading image assets
2026-02-05-Thursday
- Finished up cleaning and delivering final subathon results to catalixia
- Disabled the write to GSheets API
2026-01-28-Wednesday
- Created the required Django Views and Django Routes to test the endpoints
- Made sure that a user needs to be logged in to be able to make POST requests to the DIMMiN App.
2026-01-25-Sunday
- Started by creating the Django Serializer necessary to Serialize the data for ingestion to the DIMMiN App
2025-12-12-Friday
- Updated the BookNook App so that the reader notes are searchable and available
- Changed the BookNook App's
Confusingnote to aRe-Visitnote
2025-12-11-Thursday
- Implemented this change in this PR by altering the
apps/booknook/management/commands/booknook_process_enotes.pyfile.