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.
Trying some contrib modules for comments notifications by email.
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).
Create auto complete field completing from node titles.
Create starter Knowledge Base system.
Define new email message and use it with Drupal mail manager.
Requiring scaffold package and making sure Drupal core assets downloaded for old D8 website.
Trying composer 2 with Drupal.
Define a dynamic ParamConverter to allow only specific nodes if has relation with a specific taxonomy term.
Create view with VBO and unpublish all nodes in the list.
Merge multisteps form in one step as an edit form.
Ignore some log messages and use server log instead of DB for them.
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 new text filter to allow RAW HTML for custom block content.
Create view to list all related nodes and group all results by main node and export results as Excel file.
Define custom ParamConverter that accepts only three values.