D8

Drupal 8

Making a Drupal website to learn Drupal 8.

Clean my local environment and re-install a new clean version as a kitchen for my testing purposes.

Configure local environment to show and log all kind of error/notice messages.

Clear all form validation errors if user hit a specific submit button.

Update field options depend on changed value from another field using AJAX element property.

Add virtual field for all workflow forms to require accepting terms of service for each workflow transition.

Create new paragraph type for photos with captions and allow user to use text or photo as a multiple values for field.

Writing SQL queries and join workflow history to get stats group by date.

Create new installation profile and try to execute some custom commands in installation process.

Create dynamic API service to fetch node counts and some custom DB stats with date filter.

Create helper to prepare node and author details in a simple array.