hyperstack-org / hyperstack-org/hyperstack

non public models should not bother with computing broadcast

Open
#295 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
538
Forks
41
PR merge metrics
No merged PRs in 30d

Description

If you have "private" (i.e. not in hyperstack/models) directory then there is no point in computing the broadcast when data changes.

You can do this manually today using the `do_not_synchronize` macro. However its a hassle having to add that to every private class.

One possible way to implement this would be to evaluate all the policies, and if a model is not involved in any policy then it does not need to be synchronized.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.