Daniela Baron

Results 53 comments of Daniela Baron

@coalest Thanks for the tip on `include_omitted_items: true` in the audit form partial. That does allow the user to select items for audit that have no current inventory, but they...

@dorner Good to know, thanks! In the code there's still InventoryItem model, table, and Item model `has_many :inventory_items`, but maybe that's for a future task to cleanup if unused.

@cielf I have something that appears to be working as per description, although not sure about active vs inactive items: https://github.com/danielabar/human-essentials/tree/4594-audit-items-zero-inventory Could you try it out if you have a...

@cielf Confirmed that the inactive product is `Adult Briefs (Large/X-Large)`: ```ruby items = Item.select(:id, :name, :active).where(active: false) # two items returned, its the same named item but for different organizations...

This is on my radar. Planning to complete partner request confirmation, then will turn my attention to this.

Now that partner confirmation is done, I could start on this.

Started. Looking into [Accordion](https://getbootstrap.com/docs/5.3/components/accordion/) component to handle expand/collapsible sections.

This _might_ be simpler than a typical step-wise form in that the underlying model `Partners::Profile` has already been created by the time an invited partner is filling out the form....

It would also be good to clarify how the sections from the current form should get split up? For example, is each existing "card" from the current form to become...

Haven't had as much time to work on this but it's still on my todo list. Just wanted to post an update that it is possible to programmatically target the...