Wafy's Tools

May 2021

Submitted by Jeff on

Started to look at the next section of WhereAreGame. Trying something different, I am using a mind map to flush out feature and option ideas. Still kind of trying to figure out if it works for me or not. It seems more like an outline in 2D or 3D depending on the software you use. One thing that it has helped with is I can look at it and find something to add to it, where an outline is tough to visualize see where to add.

April 2021

Submitted by Jeff on

Small updates on both of the apps last week. I added dark mode to the DynaBallot app. Was also trying to add some other lock down headers to the app, but using 3rd party scripts makes it very difficult to implement since most do not support it. I tried to implement COOP and COEP, but for the COEP a few of the 3rd party scripts do not support the headers needed to do cross-domain requests. I was also looking into other headers to prevent cross site attacks as well and no luck. Going to need more research to replace what can't be supported.

March 2021

Submitted by Jeff on

I was able to get the DynaBallot update pushed out. The biggest delay was the policies and the parts needed for those policies. Some of that delay was some work with Docker for a development environment. I was able to add a new ballot type also, so check out the Dynaballot blog site.

February 2021

Submitted by Jeff on

Still working on the DynaBallot update slash privacy policy issue. I did a little more research and found that there are a number of "generators" out there that can provide a relatively sound privacy policy. From some of the testimonies and some blog posts that I have read they seem to work well. While there are some that are mostly free, they still need to make money. The one that I am planning on going with adds sections for different regions and charges for those sections.

January 2021

Submitted by Jeff on

I have an update, but due to the regulations around privacy and cookies I can't upload the update. The DynaBallot update would added a new ballot type that would have been good about 2 months ago when the holiday season started. It would also add some things that would help with the SEO and added privacy policy. It seems I need to lawyer up and get a proper privacy policy built, then add the dorky cookie popup and maybe even have a cookie policy. It is crazy what regulations are out there now even if you are not located in the region that the policy is in.

December 2020

Submitted by Jeff on

Was able to push out the Wherearegames update and the SEO for the site seems to be doing a bit better. I posted to my local gaming group and they seemed to enjoy it for about a week. With most places closed and people wanting to stay home so they don't get sick, it is not surprising it isn't getting much use. I will probably post it to a bigger group after this next update to see it will be more of a hit.

Not quite production...

Submitted by Jeff on

Well the feature for WhereAreGame is written, it just needs to be fully tested and prettified. Was able to get a lot done yesterday and worked out some bugs that I had while the app was talking to the server. From the looks of it depending on how difficult it will be to test the objects, and what life throws at me, the feature should be completed soon. For the most part things look to be working as expected. There are just some validation and some polishing yet to do to make it look and feel like the rest of the site.

Getting Closer...

Submitted by Jeff on

Still haven't pushed out an update. Summer time is too active to do much in the line of programming. Though it is not to say there I can't squeeze in a little time to make a little progress. As for progress, the main GUI object exploded into many smaller objects and components, and is now a shadow of what it once was. I have to admit I spent much of the month arguing with myself on how best to pull that last piece out and how it will interface with other pieces.

Still working on it...

Submitted by Jeff on

Another month without pushing out an update on either of my apps. I have to admit writing a GUI framework in JavaScript is a lot of thinking and hoping I write it right. Working on breaking down some more of the main GUI object into smaller components while allowing for extending functionality. A lot of what I am trying to do is to organize widgets  and allow for external widgets to be added with out interfering with the user's widgets. I have had to simplify the main component quite a bit, but still have some more work to do.

Overwelming summer time...

Submitted by Jeff on

Summer time there is so much to do and too little time to do them in. Winter isn't much better, but gives you less of an excuse to go outside at least in Minnesota. Started a new sprint at the beginning of July to update the WhereAreGames site and ran into other priorities that seem to be taking things over. Was able to get the server side of the site updated with a new feature using Server Side Events. The issue I ran into was trying to update the client side to make the layout more dynamic.