Extension Naming Conventions Related to User Extension #299
taufik-nurrohman
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a reminder to myself. Extensions that are associated with users get a
user.
prefix or.user
suffix. Extensions that rely on a user’s permissions get a prefix, while extensions that rely on the user extension to provide something else get a suffix.user.comment
, because it relies on user permissions.user.vote
(since version 1.1.0), because it relies on user permissions.feed.user
, because it does not rely on user permissions. It only processes existing users data and presents it to you as something else.Extension naming conventions associated with Panel extension should follow the same principle.
Beta Was this translation helpful? Give feedback.
All reactions