DIMMiN Notes

My working notes related to the development of dimmin.com.

Clear Filters

2023-12-01

  • Sorted tasks to surface most relevant tasks to the top of the page by ordering the Django QuerySet object
  • Added a failure to refresh animation in CSS

Read more

2023-11-30

  • Created my arrow Icons using Inkscape
  • Loaded those icons as objects into my HTML code and made sure they were correctly positioned in the Taskmaster App cards
  • Created a CSS animation for the SVG so that it rotates when called
  • Linked this animation to a Javascript event handler to allow the user to change the state of a task when the SVG is clicked
  • Pushed to the DIMMiN App
  • Figured out why the Taskmaster App was giving so many issues with Static Files.

Read more

2023-11-29

  • Fixed the notes section of the Taskmaster App
  • Started working on UI / UX for resetting the state of a card manually
    • Added a filed above the task title where the user can adjust their interactions with the task.

Read more

2023-11-28

  • Nuked app
  • Fixed domain name (both for www.dimmin.com and dimmin.com, all with SSL Certificates)
  • Fixed the damn Taskmaster App so that it has a working version
  • Added a way for the user to auto-set their current timezone
  • Un-Nuked the app

Read more

2023-11-27

  • Downloaded a most recent backup of the db (with formatting of blog posts corrected / Span tags removed)
  • Deleted the dimmin-test app
  • Tried to load in my local version of the postgresql db to the app to make sure I could, unfortunately I couldn't but that will be the goal for tomorrow

Read more

2023-11-25

  • Fixed the formatting / styling issues on my blog posts
  • I think I need to nuke my app

Read more

2023-11-24

  • Updated the Staging environment with proper environment variables
  • Updated version of the Staging environment deploys Taskmaster App appropriately
  • Found out that the heroku git repo was up to date
  • Still not sure why it's not serving the correct CSS files...?

Read more

2023-11-21

  • Fixed 500 error! Blog App and About App are now accessible on the DIMMiN App
  • Learned about Django's logging settings and created an environment variable that could adjust how verbose their outputs are
  • Rolled back code, will have to restart implementation of timezone functionality for the Taskmaster App

Read more

2023-11-20

  • Downloaded a local version of my database
  • Learned how to back up my database
  • Learned that django admin view is incorrectly formatting HTML to initiate ckeditor
  • Downloaded and configured local access to my production DB to establish a live connection using pgadmin

Read more

2023-11-19

  • Cleaned up my screwed up static file management system and learned the true meaning of christmas: that all apps can have their own custom static files.
  • Now I can actually alter and adjust the CSS / JavaScript for each individual app

Read more