EpiHandle's corner of the Internet

Weekly Vusfy update #13

Jun 16, 2024

Hello everyone,

How are you? As always, it is a pleasure to have you here.

Welcome to the 13th instalment of the Weekly Vusfy progress updates. Let’s get into it.

Update dependencies

I like to keep on top of Vusfy’s dependencies.

Fix moving the action bar to the top of the page

Let’s say you are viewing your index of events (or goals). You select one using the checkbox, and a bar appears at the bottom of the screen. In this bar, there is a button to move the bar to the top of the screen, and you click it.

You expect the bar to keep the same height, and move to the top of the screen.

Now, the bar does keep the same height. Previously, when you moved the bar to the top of the screen, the bar’s height filled the entire screen. As you may have guessed, the previous behaviour was not my goal >:(

Improve how you can associate a goal to an event goal

You navigate to one of your events, and then you go to the section that displays the goals associated to said event.

What I am about to say applies to both of the following scenarios:

In both of the above 2 scenarios, you have reached a form. In this form, there is a new way to find the goal. Instead of a search field, I have introduced a new element: a combo box (Wikipedia link for the curious).

I believe it is easier to use than the search field, and more pleasing to the eye.

Improve how you can associate a goal to a goal reminder

You navigate to the index of goal reminders.

What I am about to say applies to both of the following scenarios:

In both of the above 2 scenarios, you have reached a form. In this form, there is a new way to find the goal. Instead of a search field, I have introduced a new element: a combo box (Wikipedia link for the curious).

I believe it is easier to use than the search field, and more pleasing to the eye.

Improve how you can associate an event to an event reminder

You navigate to the index of event reminders.

What I am about to say applies to both of the following scenarios:

In both of the above 2 scenarios, you have reached a form. In this form, there is a new way to find the event. Instead of a search field, I have introduced a new element: a combo box (Wikipedia link for the curious).

I believe it is easier to use than the search field, and more pleasing to the eye.

Improve how you can associate a reward to a goal reward

You navigate to one of your goals, and then you go to the section that displays the rewards associated to said goal.

What I am about to say applies to both of the following scenarios:

In both of the above 2 scenarios, you have reached a form. In this form, there is a new way to find the reward. Instead of a search field, I have introduced a new element: a combo box (Wikipedia link for the curious).

I believe it is easier to use than the search field, and more pleasing to the eye.

Update the Ruby language to version 3.3.3

I am writing Vusfy in the Ruby programming language. Recently, the 3.3.3 version of it came out, so I upgrade Vusfy to use it.

Conclusion

Thank you for your time, and until we meet again, take care of yourselves.

Cheers,
EpiHandle