- ๐ฌ๐งUnited Kingdom yautja_cetanu
From a look and feel this is just better than what exists now however:
- It feels mostly a repaint of what exists now. One feedback I got from what exists now is that things like "Modification tools" - Sub-agents tools were confusing to people.
- We have the ability to configure the tools but it appears at the bottom of the page. Which is confusing.
- The UI for configuring the tools is really bad (just having to know the machine names of all bundles for example, know that you would have to limit the content seeder by entity type etc).
- Cannot have multiple versions of the same tool.However, as mentioned the would get solved with Base Tools.
So given the above is just better in every way than what we have now, happy for this to go in. But it will likely need to be rethought from scratch with base tools
- ๐ฉ๐ชGermany a.dmitriiev
The tools library is done in the same way the core media library is done, so this design and look should be familiar to all Drupal users.
- ๐ฉ๐ชGermany a.dmitriiev
Tools form element with 1 tool selected:
Modal dialog that is opened when clicking on "Select tools":
Filtering and selection of tools inside modal dialog:
Tools form element after tool selection:
- ๐ง๐ชBelgium svendecabooter Gent
Remaining issues have been resolved, and this has been added to 1.0.x branch.
@eelkeblok would be good if you could rebase your MR branch on 1.0.x and also add support for OOP hooks. Sorry for the extra work. -
svendecabooter โ
committed 75a4340a on 1.0.x authored by
aren33k โ
Issue #3519842 by aren33k, svendecabooter: Support OOP hooks
-
svendecabooter โ
committed 75a4340a on 1.0.x authored by
aren33k โ
- ๐ฌ๐งUnited Kingdom yautja_cetanu
Yes that may help, the issue is I think we need this Base Tools things figured out. So for me, I think having some Designs of how the Base Tools, Tools API will work is important first and then we want a plugin finder/ browser imo. Base tools may not change the browser that much but I think it might. I also think we want to use AI to help people find the right tool.
Also can we see some designs and screenshots of it here?
- ๐ณ๐ฑNetherlands eelkeblok Netherlands ๐ณ๐ฑ
Ah, I had not noticed this issue before. I added a hook_cron implementation in โจ Add a cleanup function Active and did not use this pattern because of the Drupal 9 support (although I may have used some PHP features that rule out D9, not sure๐ซข). Will probably depend on the sequence of merging what needs to be adapted to what.