Currently, the pluginId value is hardcoded in many places, using state['plugins-github'].
This ticket request is to replace all occurrences with plugins-${id}
I would like to work on that
Wow! 2 minutes after posting :) Sure, it is yours, @bakurits.
@jfrerich wouldn't it be better to call this variable pluginId and not id?
for example here
const id = ownProps.user ? ownProps.user.id : '';
const user = state['plugins-github'].githubUsers[id] || {};
id is already declared
@bakurits, I agree that pluginId would be more appropriate. Please use that naming convention!