TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Do you recognize this problem? Ownership of Business Rules

4 pointsby mellealmost 11 years ago
Dear HN,<p>In the spirit of failing early, I&#x27;d like to ask you for some feedback to see if a problem we&#x27;ve been facing quite a while at a small ISP also applies in other companies. A first check to see if this idea is viable.<p>As an ISP we deliver different flavors of internet and value added services. We have multiple brands, each with their own proposition, discounts, region specific value added services, etc.<p>To capture these business rules we&#x27;ve built a domain-specific business rule engine as a service. A serious omission however was leaving out the maintenance part, so every change to a proposition requires configuration effort from a developer.<p>I was wondering how general this problem is. From my perspective the essence boils down to operations on sets combined with some decision making logic, and could therefore be applicable in many contexts.<p>Would you be willing to pay for a solution that gives non-programmers (e.g. a Marketing &amp; Sales department) the ability to configure the product portfolio using custom rules?<p>Some further characteristics about the solution:<p>- Developers will be able to configure their own API<p>- Configuration (changes) should be tested as well [0]<p>- Rules can be applied in a specific time frame (e.g. a customer registered two weeks ago) and are versioned.<p>I&#x27;m very interested in your take on this and welcome any feedback, advice, extra requirements, etc.<p>Thanks!<p>[0] http:&#x2F;&#x2F;workshop.unspace.ca&#x2F;post&#x2F;67567487259&#x2F;duck-programming

1 comment

nchaudhryalmost 11 years ago
BizTalk rules engine ? Windows Workflow Foundation?