ether+nick

Now that we've got a decent core, it's time for what I think is the real fun: plugins. Addon's that extend ActivityPubCore, and the first one is pretty much a Mastadon must: polls (https://worktree.ca/ethernick/statamic-activitypub-questions).

So far we've got:

  • poll summary dashboard of all, internal ( yours ), external ( everyone else's )
  • poll detailed view
  • make a pool single option and multi-option, even open ended ( although mastodon doesn't really do his one that I've seen )
  • addon structure which can define and extend
    • hooks for vue UI additional presentation and logic
    • additional object type declaration, i.e. this new Question type
    • additional activity type decleration and function - i.e. process replies, or other activities
    • menu abstraction layer to allow some nice menu additions per addon