sqrl-lang / sqrl

A safe, stateful rules language for event streams
Apache License 2.0
113 stars 11 forks source link

Add more features to tweet websqrl view #20

Closed qix closed 1 year ago

qix commented 2 years ago

Problem

There was not a lot of data to render the tweet view in websqrl

Solution

Pass through features, as well as rules that cause a tweet to be blocked

Result

Tweet view is much more useful now. Still needs to be cleaned up but it's pretty.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 3535310100


Changes Missing Coverage Covered Lines Changed/Added Lines %
packages/sqrl/src/api/compile.ts 2 3 66.67%
<!-- Total: 2 3 66.67% -->
Files with Coverage Reduction New Missed Lines %
packages/sqrl/lib/api/compile.js 10 70.49%
<!-- Total: 10 -->
Totals Coverage Status
Change from base Build 3535301024: 0.001%
Covered Lines: 15434
Relevant Lines: 23737

💛 - Coveralls