Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Saving attributions to metadata #28

Open
Tracked by #48
elliotBraem opened this issue Nov 15, 2023 · 1 comment
Open
Tracked by #48

Saving attributions to metadata #28

elliotBraem opened this issue Nov 15, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@elliotBraem
Copy link
Contributor

elliotBraem commented Nov 15, 2023

If a widget looks like this on the social contract:

{
  [accountId]: {
    widget: {
     [widgetName]: {
        "": JSON.stringify(code),
        "metadata": {
          name: "",
          description: "",
        }
      } 
  }
  }
}

We could extend metadata to include an array of users to attribute. This could be handled from bos-workspace, with an ultimately goal of it potentially populated based on mappings of a user's github handle with their near account.

@Tguntenaar
Copy link

Mentioned here: NEAR-DevHub/neardevhub-bos#468 (comment)

@elliotBraem elliotBraem transferred this issue from another repository Dec 4, 2023
@elliotBraem elliotBraem transferred this issue from another repository Dec 4, 2023
@elliotBraem elliotBraem added the enhancement New feature or request label Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

2 participants