
It has been quite a time of little activity in the application development, but we are here. We have been working on some final adjustments and requirements.It has not been a lot of time that I have been able to dedicate to the project during the last months, but here is a small report of the progress made.
New features
Language toggle.
Company administrators can add English and Spanish description of the companies. Users can select if they want to visit the English site or the Spanish site, and then, the companies description will be displayed according to the selected language. But, in some cases, users could want to view the company description in another language, without change the selected language.
I have added a simple JS code to toggle the company description information language.

Deleted company notification.
Users with owner membership in a company, are the unique role that can delete companies from the platform. This functionality was implemented in my previous development update. Now, when if a company owner deletes a company, a notification will be sent to the users with administrator role in the company.
A platform notification is created:

Basic information about the owner action is described in the main modal created to manage all notifications:

Deactivated company notification.
All users with administrator ownership in a company can deactivate it. Now a platform notification is sent to other administrators. Any of them could re-activate the company.
So, by deactivating a company:

A platform notification is created for each company administrator:

And information about who has deactivated the company is displayed in the main modal created to manage all notifications:

Transfer owner membership.
Company owners have special privilegies, that only they can do. So, if a company owner wants to delegate this privilegies to another user, now is possible to transfer the owner membership to other administrator.
In the company settings page, company owners can find this section:

In the Transfer company ownership module, there is a select form in which the options will be only active company administrators. If there is not other administrators, the owner membership of a company can't be transferred.

The selected used will receive a notification about his new role in the company:

And in the notifications modal, new ownership will see a description of the notification:

The previous owner will retain his administrator membership, but now he does not have any owner privilegies. When a owner membership is transferred, the receptor user is notified by e-mail too:

Have happy days ✌