Defining object glyphicon. Icon Color
Open
Nobody has claimed this yet.
enhancement
topic:format
- Dominant language
- Python
- Stars
- 110
- Forks
- 139
- Avg merge
- 12h 28m
- Merged PRs (30d)
- 3
Description
Use Case
- User creates a new object for his case such as Device or orgnization
- User should be able to define the glyphicon that the event graph will pick up.
- Can be in the form of class attribute in the json format
- which will be parsed by the event graph generation script
'''
{ class : 'fab fa-500px' }
'''
object color
- When the even graph object is rendered, each object can have its own color as defined by the user when creating the object
- each object definition can have the color value.
- can be set to a predefined list too
'''
"color": {
"type": "string"
}
'''
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is identified. Locate the object-definition format and the event graph generation script, then trace how object attributes are parsed and rendered. Done means the agreed representation supports a user-defined glyphicon class and object color, with coverage for the resulting graph output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100