D8

Drupal 8

Making a Drupal website to learn Drupal 8.

Review the PAC architect. And create custom module for each separate logic.

Managing select list options programmatically to show only what matched user values in his profile field.

Customize workflow transition programmatically to send some informations to separate CRM system.

Configure CKEditor and add new functionality to allow to upload files using IMCE.

Making sure the event track log can work on cli by creating new insert function.

Restricting some fields using contrib module to have each form mode on separate URL.

Start architecting new Drupal contents using palantir.net Drupal's plan and analyzing all needful entities.

Setting a default image for all my image fields. And making sure it is showing on views with the proper size.

Setup a new site on CloudWays for testing purposes. And installing some basic contrib modules.

Importing email messages into Drupal and trying contrib modules for that (Node by email).

Requiring scaffold package and making sure Drupal core assets downloaded for old D8 website.

Define a dynamic ParamConverter to allow only specific nodes if has relation with a specific taxonomy term.

Create new view to show multiple values field coming from entity relation. with no duplication.

Create new abstract class for custom Multistep form to be used by each step form.

Create view to list all related nodes and group all results by main node and export results as Excel file.