Improve updated parts listing
The updated parts block on the home page has the date changed and title, but can have layout issues.
The updated parts block on the home page has the date changed and title, but can have layout issues.
When there are a lot of module issues (https://www.drupalarchitect.info/module/views), Its hard to tell what they're about.
I think creating specific module issue terms and grouping them would help structure it.
Consider modules with no grouped items, or a mix of grouped and ungrouped.
I created utility styles for .section-header that sticky the header as you scroll through a list.
Priorities/areas are currently draggable. But what if it was hierarchical?
Draggable Views should support Entity Reference Hierarchy.
Which version of Entity Reference Hierarchy should I use?
3.x is old but supported. 5.x uses next gen database featured, but has few users.
Could just use a taxonomy instead.
Combine Invoices and Expenses into a single site.
Configure views to work like popular datatable libraries.
The Entity Ref Filtering Link module can adjust links to entities in views so that they affect the filters.
Experiment with using the module to improve views. Filter the view instead of linking to taxonomy terms.
I have a view that lists accounts within financial entities, and want to show the most recent statement using views aggregation.
Currently it is listing each chore log, causing duplicate chores to show.
This may be caused by views aggregation and a reverse entity relationship.
Chore log has a regular date field, no time.
Date field is not displaying correct value on a views with aggregation max/min
Timestamp fields are working, but date fields are not.
Using date created instead.
The frequency field is plain text, and views only has a select list for the exposed filter.
Use Views Field Select Filter module's filter to provide a select list instead.