A year in the making the new site is now live.
Around September 2021 I started building a client their new Laravel based CMS system, and this just the more made me want to rebuilt my age website.
Sept-Nov 2021 was a hurried rush as the project was constantly being delayed due to design taking close to 7 months to get approved, and me trying to build a custom CMS for their unique requires in 2 months {later being given a month extension}.
In reality the site should have been a year of development but I wasn't afford that luxury, which meant for the first time in a long time I got to have additional programmers join me on a project.
This did not come naturally as I've been a lone wolf as they say when it comes to my projects and now I have to measure other peoples talents to determine what can I confidently delegate to them.
This also meant that I had to be much more detailed to how I envisioned the site to work so that I could relay instructions that other people could understand.
But with that site being wrapped up in December I took what I learned from building my clients site and started the attack on what I wanted from my own site.
There was definite overlaps with my clients sites basic features and things my new site needed, thus I got to carry over some of the quality of life items I put into my clients site.
But my feature needs went a lot further to what I would need for my Twitch Centric CMS.
The things I needed would be:
- Logging into the site using your Twitch account.
-- This allowed me to assign to users different roles based on if they are subscribed to the channel and/or following
- Role restricted content
-- Posts/Pages/Menus/Images I wanted a way to be able lock down what someone could access in a granular way based on their set roles
- Analytics Storage
-- While I'm like I wanted to know at regular intervals things like: Viewer, Sub, Follow, & etc counts
- Tipping
-- I didn't want to rely on other platforms to be the middle man for receiving a tip so I built in a PayPal & Stripe so users could send support
-- Additionally since I am the one tracking the tips I made it possible to assign special roles to tippers based on the contribution
--- So if someone didn't want to subscribe on Twitch they could gain a role equivalent to a subscribe simply by tipping
- Bot data integration
-- I have a complex bot that runs in the background of my channel that also controls my overlay, so I wanted a way that I could access that data in a clean way which lead to me figuring out how plugins might work for the CMS as this would be something just for me that someone else possibly running the CMS in the future might not need
- Game Library
-- I have a stupidly large list of steam games that is hard to sort though so I needed a way to import the data from steam so that I could write my own search tools
-- One of the tools I have allows me to compare multiple steam libraries so I can find multiplayer games that everyone owns
This is just a brief rundown of everything I put into this system.
But after 9 months of programming it I'm relieved to have it now live, and to find out what bug I may have missed.
I now move onto learning TypeScript as I rewrite the 4th iteration of our chat bot for the channel.