D8
Drupal 8
Making a Drupal website to learn Drupal 8.
Create a security checklist as a pre-production checklist.
Make my custom DB table fields sortable in Views.
Implements hook view data to support reverse relation from my custom DB table.
Clean up and delete some unused saved variables.
Create view to show nodes on map.
Auditing Workflow module and reviewing the workflow_node_history fields.
Create revisionable custom entity and allow the main properties to have revisions.
Using event log to log content reset actions.
Create new DB table to save unique serial numbers and prevent saving duplicate numbers.
Write UNION SQL query to sum total from two custom fields related to separate content types for stats purpose.
Enhance my logs and create new page to show logs with no duplicates in log type.
Create queue item in node workflow transition to send node data to an external API service. ID_NUMBER
Writing strict validations on the field values before saving the node.
Print all ultimate log entries in a separate page and unserialize some serialized data.
Enhance my ultimate log and define new helper to insert or update informational log message to increase counter.
Analyze log and show specific log severity with no duplicates in my warning lights page.
Log some node process results in the event log.
Create custom DB table to save the relation and references history of my created IDs.
Altering workflow form to add a virtual required checkbox.
Debug access errors using PHP function debug_backtrace.
Start creating CRC cards for my system.
Use Palantir template to architect the website.
Install Solr and create an instance for my website.
Create a dynamic API service to return stats by day and month.
Create GET resource to expose system stats.