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

app-map runtime tags #9

Open
Isaak-Malers opened this issue Jul 26, 2018 · 0 comments
Open

app-map runtime tags #9

Isaak-Malers opened this issue Jul 26, 2018 · 0 comments

Comments

@Isaak-Malers
Copy link
Owner

Add functionality for "tagging" A node on the app-map with information about its past run-time.

this will look something like:

meta:{
  "runtimeTags": {
     "lastUsed": "date",
     "lastError": "error string",
     "lastErrorDate": "date",
     "useCount": "an incremented value"
  }
}

This will allow the "search" function in the UI to do some fancy stuff such as, automatically showing errors, and automatically showing "depricated" nodes, which maybe haven't been used in quite a while.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant