Sygmond
How to implement alternative items. A is alt. to B and C => B alt. to A and C, etc.
Yes. Each item needs to have complete list of alternatives, so every new alternative item added, the synchronization needs to be done again and add in each item the new alternative
26 replies
How to implement alternative items. A is alt. to B and C => B alt. to A and C, etc.
This is what it was designed by someone else. I proposed to my PM a simpler solution. Initially I was ignored and now the whole thing got to complicated. Looking forward to see what other people have in mind, without clouding them with my solution.
26 replies
Is using a blazor component from a service a good idea?
Short version:
Is better to use components via a service compared with the standard practice of placing the component where is needed and using it directly?
The service would have to be injected in the component and in the page where the component needs to be used. The service would hold the business logic, the component will act as UI only and any functions needed in the component would be executed from the service.
2 replies