DIMMiN Notes
My working notes related to the development of dimmin.com.
2024-02-04
- Created some new
Cosmeticitems- Made sure that those cosmetics were available in the app
- Might need to look into django-import-export to do this in the future. I wonder if there's a way I could store all of this data in an easier to use format...?
- Used the Aseprite CLI to export images in a layer-by-layer format. This will come in handy later on.
2024-01-29
- Designed new cosmetic metadata
- Added the
fighters/signals.pyfile to execute commands onCosmeticsave - Added in
fighters/utils.pyfunctions to read and manipulate different functions
2024-01-28
- Updated the
Readmefile on the GitHub for the HitHub App to allow other developers to contribute to the project. - Finally got images to serve from S3 via Signed URLs.
- Rendered fighters and their associated cosmetics on the Frontend.
2024-01-25
- Completed the
create_fighter()function infighters/utils.py- Now I can randomly generate fighters and associate them with all of my other data sources!
2024-01-24
- Streamed for 2 hrs
- Created the
fighters/utils.pyfile for thecreate_fighterfunction- Instead of creating the fighter in the Accounts App, I create the fighter in the fighter's new Django Utils location (
fighters/utils.py)
- Instead of creating the fighter in the Accounts App, I create the fighter in the fighter's new Django Utils location (
- Almost finished with creating fighters!
2024-01-20
- Added a name generator to the Fighters App
- Organized the Fighters App to prepare to automatically generate fighters and associate them with the correct information
- Learned how to use the Django Shell to run functions instead of needing to copy and paste them every time
2024-01-08
- Learned about different AWS S3 Permissions required to access a private S3 Bucket.
2024-01-07
- Finished developing the Database needed for the HitHub App
- Completed functionality to handle basic bets within the Bets App
- Added a
sponsorwhere a user can sponsor a fighter in the Fighters App- This will come in handy if I decide to assign users their own fighter to take care of in the future
- Implemented a
CustomUsermodel for the Accounts App- Now users have 1k starting
hitcoin
- Now users have 1k starting