Cytoscape aspects should begin with "cy"
- Dominant language
- Java
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
We now know that subnets are only interesting to Cytoscape, so subnet-related aspects should have "cy" as the aspect name prefix. The following should all have "cy" prefixes:
hiddenAttributes -> cyHiddenAttributes
subNetworks ->cySubNetworks
networkRelations -> cyNetworkRelations
visualProperties -> cyVisualProperties
The following _should_ already have cy prefixes:
cyViews
cyGroups
The following _should not_ have cy prefixes:
nodeAttributes
edgeAttributes
networkAttributes
cartesianCoordinates
edges
nodes
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the CX schema or Java serialization code that defines and uses hiddenAttributes, subNetworks, networkRelations, and visualProperties. Check those names alongside cyViews and cyGroups, then verify that only the four listed aspects gain the cy prefix while the explicitly excluded names remain unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- data
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100