Chat Transcript
https://farmos.discourse.group/t/farmos-monthly-call-9-april-2025/2275
11:01
Jamie Gaehring says:
happy april! I'll show my face in a min once I scarf down lunch 👋
11:02
Fosten says:
nom nom nom
11:02
Jamie Gaehring says:
nothing cool. womp.
11:05
Jamie Gaehring says:
is tmw a \"common farm convention\" week post-dev call?
11:07
Paul Weidner says:
Matrix API drupal module!
https://www.drupal.org/project/matrix_api
😮
11:07
Fosten says:
https://farmos.discourse.group/t/core-farm-notification-module/1311
11:10
Michael Stenta says:
irc.farmos.org
11:11
Paul Weidner says:
farm_rothamsted_notification:
https://github.com/Rothamsted-Ecoinformatics/farm_rothamsted/tree/2.x/modules/farm_rothamsted_notification
11:14
Jamie Gaehring says:
a rules system would be helpful
👍
11:15
me says:
and/or automatic digest functionality so high volumes get aggregated
👍
11:15
Jamie Gaehring says:
GitHub notifications are a good example of these, I'm sure there are others
11:16
Paul Weidner says:
Also ability to run tasks async/in background for Drupal might be coming soon (important performance consideration):
https://www.drupal.org/project/drupal/issues/3394423
11:21
Vic Spindler-Fox (they/them) says:
I have to jump to another meeting but it's great to see you all! missed these calls a lot over the last few months 😄
❤️
👍
11:29
Michael Stenta says:
https://github.com/farmOS/farmOS-timeline
11:30
me says:
Our use of OpenLayers renders with a canvas btw
11:34
me says:
https://quasar.dev/vue-components/floating-action-button/#with-qpagesticky
11:39
Jamie Gaehring says:
https://floating-ui.com/
11:40
me says:
https://farmos.discourse.group/t/how-to-list-all-the-current-plant-quantities-in-my-vegetable-garden-field/2273
11:42
Paul Weidner says:
I need to go take my dog out - I'll try to make dev call tomorrow!
11:46
Michael Stenta says:
https://github.com/farmOS/farmOS/blob/3.x/modules/asset/group/farm_group.views.inc
11:49
Michael Stenta says:
https://github.com/farmOS/farmOS/blob/f01dd2524911c16fe492d45df50651a7a80cd39c/modules/asset/group/farm_group.module#L63
11:49
Michael Stenta says:
https://github.com/farmOS/farmOS/pull/915
11:50
Michael Stenta says:
https://github.com/farmOS/farmOS/blob/3.x/modules/core/inventory/farm_inventory.views.inc
11:50
Michael Stenta says:
/**
* Implements hook_farm_ui_views_base_fields().
*/
function farm_group_farm_ui_views_base_fields(string $entity_type) {
$base_fields = [];
// Add group base field to farmOS asset and log Views.
if (in_array($entity_type, ['asset', 'log'])) {
$base_fields[] = 'group';
}
return $base_fields;
}
11:51
Jamie Gaehring says:
I gotta skeedaddle, see y'all tmw maybe! 🤞
11:52
Michael Stenta says:
https://farmos.discourse.group/
11:57
1 Like