Earn points for forum engagement
Can we implement a point system for this Ceramic Forum that rewards engagement and can be the basis to extend points from throughout the Ceramic ecosystem?
Points Algorithm
It could be designed like this as a starting point. This is incomplete and would need to be refined as a bulk of the work.
Forum Registration
- Create account β 1 point
Your Engagements
- Authored Post β 10 point
- Replies β 5 point
- Emoji Reactions β 1 point
- Viewed Post β 1 point
Earned Engagements
- Every 100 views β 5 points
- β¦
Technical Implementation
This could be implemented by a centralized web server that computes engagements and scores, then publishes a stream to ceramic that includes the points possessed by a user along with the underlying records of their engagements. This could be run as a daily batch job. The web server could be ComposeDB with an external compute system or OrbisDB with plugins.
Want to Help?
Share ideas or thoughts below.