[11:36:29] | <mstenta[m]> | symbioquine: OK if I merge https://github.com/farmOS/farmOS/pull/652 |
[11:41:51] | <mstenta[m]> | Should I tag farmOS 2.0.2? |
[11:44:15] | <mstenta[m]> | I also have the Birth quick form done! (just one minor bug with the tests I'm fixing now) |
[11:44:16] | <mstenta[m]> | Could include that if we want |
[11:44:20] | <mstenta[m]> | Or wait for 2.1.0? |
[11:44:36] | <mstenta[m]> | Not sure if new quick forms should be new minor versions... ? |
[11:45:14] | <mstenta[m]> | Any opinions on that? |
[11:45:30] | <mstenta[m]> | (cc paul121 ) |
[11:46:30] | <mstenta[m]> | I'm leaning 2.1.0 myself |
[11:46:46] | <mstenta[m]> | But we could do a 2.0.2 with all the current stuff first |
[11:47:47] | <mstenta[m]> | Pretty happy with how the birth quick form turned out! Curious to hear what you think Farmer Ed... (although I know you add those via API if I remember correctly) |
[11:48:26] | <mstenta[m]> | ACTION uploaded an image: (221KiB) < https://libera.ems.host/_matrix/media/v3/download/matrix.org/SzbVXqxXlKV... > |
[11:48:54] | <FarmerEd[m]> | I'll have a look anyway |
[11:49:24] | <mstenta[m]> | I just have one annoying little test failure to fix... working on that now then I'll open a PR |
[11:49:24] | <FarmerEd[m]> | I was only just upgrading to 2.0.1 now :D |
[11:51:00] | <FarmerEd[m]> | I've found some issues/warnings with my instance too during the upgrade so probably need to figure them out before going much further. |
[11:59:40] | <symbioquine[m]> | ACTION uploaded a video: (426KiB) < https://libera.ems.host/_matrix/media/v3/download/matrix.org/tnvlPAzHDWC... > |
[12:00:00] | <symbioquine[m]> | ^ I finally got around to porting our breeding status page to Asset Link |
[12:00:43] | <mstenta[m]> | Oh nice! |
[12:00:48] | <mstenta[m]> | Do you track pregnancy status? |
[12:00:55] | <symbioquine[m]> | Kind of |
[12:01:28] | <symbioquine[m]> | Just relative to logs that are titled "^Bred " or "^Attempted to Breed " |
[12:01:45] | <symbioquine[m]> | I should probably improve that to use a tag or something... |
[12:02:51] | <symbioquine[m]> | symbioquine[m]: Then it looks for birth logs that are (a reasonable amount) after that to tell whether the doe should go in the "Potential pregnancies" or "Recent Births" section |
[12:04:08] | <symbioquine[m]> | If there's no birth log by 40 days after the breeding attempt log, then the doe stops showing up in the potential pregnancies section. |
[12:04:22] | <mstenta[m]> | Cool that makes sense |
[12:04:37] | <symbioquine[m]> | Right now those numbers are hard-coded, but in theory the gestation period could be a field on the animal_type or something. |
[12:05:16] | <mstenta[m]> | True! |
[12:05:36] | <mstenta[m]> | Like the never-used "days to transplant" field on plant type 😂 |
[12:05:37] | <mstenta[m]> | one of these days... |
[12:05:50] | <symbioquine[m]> | symbioquine[m]: I think Farmer Ed and I were talking about this a long time ago. |
[12:07:21] | <FarmerEd[m]> | I recall something along those lines. |
[13:36:03] | <paul121[m]> | <mstenta[m]> "I'm leaning 2.1.0 myself" <- I think a new quick form would certainly be worth a 2.1 |
[13:36:39] | <FarmerEd[m]> | Ok think I have my 2.0.1 working right now..... |
[13:42:39] | <FarmerEd[m]> | <mstenta[m]> "Screenshot 2023-03-10 at 11-48-0..." <- That looks good, I'll give it a proper look after the release. I see some of my suggestions are already in it too. |
[13:49:29] | <mstenta[m]> | Yea I really liked the "genetic mother" suggestion. It works well in the form logic I thin |
[15:33:24] | <FarmerEd[m]> | What's the plan with conversations? Is it just a field to reference the convention? |
[15:35:21] | <FarmerEd[m]> | Would a conventions module that loads the markdown file from the appropriate repository make sense? Like a complete farm Manual/Bible |
[15:35:51] | <FarmerEd[m]> | s/repository/repositories/ |
[17:04:09] | <mstenta[m]> | Right now I'm just focusing on documenting some core convention specifications (and some non-core ones as part of the work we're doing with USDA NRCS) |
[17:06:44] | <mstenta[m]> | I proposed a simple string field on assets and logs for recording the intended convention ID, but the consensus was that we should instead focus on creating references to more elaborate "convention objects" instead, so we closed that issue |
[17:07:11] | <mstenta[m]> | That convention object still needs to be defined |
[17:08:33] | <mstenta[m]> | https://www.drupal.org/project/farm/issues/3336224 |
[17:08:59] | <mstenta[m]> | So I think the next step is to open a new issue and define what that needs to look like |
[17:09:09] | <mstenta[m]> | I still think we need to have SOME kind of field ASAP |
[17:09:51] | <mstenta[m]> | So that modules (and API users) xan start using it with records they create |