Finding the Time to do everything!
Whoa! The days and weeks keep ticking on by! My new job is going great—there’s a lot of work to do and not enough time to do it all. I’m managing, but some things have had to slip in priority. Exercise and KickConnect! Those are two priorities that I need to figure out how to work back into my now VERY busy schedule. The exercise part I’m starting to figure out: working out on Mondays on the Peloton and then going to Krav on Wednesday and Saturday. The KickConnect priority, I’m still figuring out. I’m pretty tired when the day is done at my job, so the best thing for me to do is to step out of my office and change the scenery.
This weekend was Thanksgiving here in the US, and it was very nice to just chill. We had a nice holiday with friends and family, and I coded a lot. But it wasn’t directly for KickConnect. I wrote a utility that I need to demo tomorrow. I have plans for the code that I wrote this weekend for KickConnect. One of the roadmap items is building and customizing a public website using a template. My idea is to host the output of the customization that I will allow the users to do on S3. The utility I wrote has the following functionality:
S3 Utility
- View Buckets
- Navigate into Buckets to see file listing
- Add folders inot Buckets
- Upload documents into Buckets
- Delete Files from Buckets
- Copy Files
- Move Files to different Buckets
So this will be more on the SuperUser side of the application. I’m not 100% sure how I’m going to get the customized HTML code yet, but having this utility code is going to be very helpful when I figure it out!
So although I’m saying that I didn’t do a lot of coding for KickConnect, I did do quite a bit of coding that will eventually be VERY useful for KickConnect!
Making Progress… Slowly… Profiles are finally taking shape! Whew… It is a slog and to be honest, I’m not even at the hard part yet! Right now, the user can add a profile if they are of the role type Instructor. They can currently have URL, skills, and profile bio. I have a new section that lists out just the profiles from the rest of the staff and a pretty basic profile section that will need to be updated once the Member portal takes shape. Lots of work yet to be done, but it is getting there.
BTW - the Hard Part… I need to figure out how to assign Instructors to the classes in different locations. By far, the scheduler and this are the most complicated aspects of this application.