Day 240 - September 17, 2025
Goal: Keep Working On Projects
Result: Project Task Edit Board
Today, I was able to change the Project Task to have a select option for which board it is on inside the project. I think I made this harder by not using the correct FluentSelect control before. I also added options to the boards for setting the color, background color, and icon for each board title. Had a few problems because a stored procedure wasn't updated, and I was confused why it wasn't working, but now it works. I think this was a good bit of progress on something different to keep me motivated. YOCA is always under some construction, and things I figure out here can be used in other places in other projects.
Tomorrow: Work Project Stuff
Day 239 - September 16, 2025
Goal: Keep working on stuff
Result: Project Boards Updated on YOCA
So, um, ya, it's been a few days since I posted one of these updates. But I have been coding every day, even when traveling. I tried to make sure it was committed to GitHub so I had some tracking. A lot of my work has been on my business app, but I haven't been as motivated to work on it as I could be. That's where I've spent a lot of time.
But today's update was to the YOCA Projects and the Task Boards. I had been messing with this for a while, and getting more work done the past few days and today. Now the tasks are in progress boards and should look ok to read. I still need to work on the admin side to move tasks between boards, both in the edit dialog and hopefully by just dragging and dropping.
Hopefully, I set the Day number correctly. I should be setting it based on the date from the start. I may try to keep adding these short posts to help with motivation. I may also dedicate more time to the full Project Management App I've started working on, so I can utilize it for my business project. Maybe even try to sell it as a service.
BTW, this editor is a huge improvement to work in, especially with features like autocomplete, spell checking, and Grammarly working on all the text.
Tomorrow: Keep Working On Projects
Day 122 - May 22, 2025
Goal: Project Management App Idea
Result: PCP Fixed Auth and Roles
I wanted to test out Copilot Analyze feature to try and fix auth on PCP and after a lot of back and forth it finally fixed the errors. Most of it was other "AI" not having the full project. I may go back to getting PopCorn Press finished soon. I do want to get my project management app idea started and not put off every day. I also was watching some stuff about new Claude Sonnet 4 and I will have to see if it can make some good-looking HTML
Tomorrow: Project Management App Idea
Day 121 - May 21, 2025
Goal: Project Management App Idea, MS Build
Result: React Tinkering
I was playing with different "build a web page" AI prompts last night and found how you can create pages with React. So I was playing with React in pure HTML pages with no server side. It is an interesting way of building pages as functions then running each one in App() using Babel. If you build something this way you still need a backend API so that makes me lean more to using Blazor or PHP to build the page from the start.
Tomorrow: Project Management App Idea
Day 120 - May 20, 2025
Goal: YOCA Day Catchup, MS Build, Commit List
Result: YOCA Day Catchup, MS Build, Commit List
I have been kind of ignoring my daily code log on this site so I got that caught up with what I did daily. I also have been watching video from MS Build to see what is going on there. I also got a tool built to create a list of recent commit messages from GitHub because it only wants to do that for a select time for a select repository. But I have a quick tool that makes a basic HTML page with the last number of commits.
Tomorrow: Project Management App Idea, MS Build
Day 119 - May 19, 2025
Goal: Fix Email Code for Website
Result: Fix Email Code
Fixed some code for sending emails from my software website. Did some tinkering on how to build a SaaS business without becoming developer imbalanced.
Tomorrow: YOCA Day Catchup, MS Build, Commit List
Day 118 - May 18, 2025
Goal: Daybook With Blazor
Result: Daybook With Blazor
Tinkered with building this using Blazor in MAUI for Daybook.
Tomorrow: Fix Email Code for Website
Day 117 - May 17, 2025
Goal: Daybook Tinkering
Result: Daybook Tinkering
Tinkering with how to build out Daybook.
Tomorrow: Daybook With Blazor
Day 116 - May 16, 2025
Goal: Daybook Storage
Result: Daybook Storage
Worked on how to store the days, may have a way to commit them to git, but also want to have them stored as markdown locally.
Tomorrow: Daybook Tinkering
Day 115 - May 15, 2025
Goal: Daybook UI Thinking
Result: Daybook UI Config
Worked on how to create a config file for fields that people would fill out.
Tomorrow: Daybook Storage
Day 114 - May 14, 2025
Goal: Daybook MAUI Project
Result: Daybook MAUI
Created the MAUI project to start with a multi platform app. Did some searching about how much MAUI will be supported as MS sometimes seems like they are not so at keep things like this around, but they released a new version 10 preview this day.
Tomorrow: Daybook UI Thinking
Day 113 - May 13, 2025
Goal: Daybook
Result: Daybook Design
Created some designs for my daily log app idea I am calling Daybook. Thinking about how to store the information, and how to build an output people can review back a day.
Tomorrow: Daybook MAUI Project
Day 112 - May 12, 2025
Goal: More Components
Result: Remaining Components
Added the reset of the components from examples into the library. Organized them into folders based on types.
Tomorrow: Daybook
Day 111 - May 11, 2025
Goal: Component Library
Result: Blazor Component Library
Created a library using the components created. Finding out if I wanted to make this or keep using other libraries.
Tomorrow: More Components
Day 110 - May 10, 2025
Goal: Blazor Components From Themes
Result: Blazor Components From Themes
Tinkering with examples of components to make a Blazor library.
Tomorrow: Component Library