You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now collecting an activity feed (for profiles) is a manual process from the various tables. In order to aggregate this towards a progression system, we'll need a way to be able to score these and store it as a single source.
Thinking the app/ViewModels/ActivityVM.ts class could be converted into a full model that would allow us to
assign a score per "type" of action
backfill existing user's actions into it
easily sum up a user's overall score to discern a progression total
The text was updated successfully, but these errors were encountered:
Right now collecting an activity feed (for profiles) is a manual process from the various tables. In order to aggregate this towards a progression system, we'll need a way to be able to score these and store it as a single source.
Thinking the
app/ViewModels/ActivityVM.ts
class could be converted into a full model that would allow us toThe text was updated successfully, but these errors were encountered: