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
Ok this is a wild one, but I'm going to throw it out there anyway.
A "heat map" like view overlaid on top of the app that overlays usernames on top of the features those users created. The point of this would be to encourage contributions by adding a form of recognition.
This could work by adding a data-contributor="array, of, usernames" attribute to elements on the page that this feature makes use of in the overlay, or an empty element like <span data-contributor="single-username" data-feature="Some Feature"></span>.
The text was updated successfully, but these errors were encountered:
Ok this is a wild one, but I'm going to throw it out there anyway.
A "heat map" like view overlaid on top of the app that overlays usernames on top of the features those users created. The point of this would be to encourage contributions by adding a form of recognition.
This could work by adding a
data-contributor="array, of, usernames"
attribute to elements on the page that this feature makes use of in the overlay, or an empty element like<span data-contributor="single-username" data-feature="Some Feature"></span>
.The text was updated successfully, but these errors were encountered: