Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
Currently we have composite tag names like node:stream. That tag have Node.js as its parent. I propose to display child tag with its parent, for example `Node.js:node:stream'. It will require ren...
#2: Post edited
Currently we have composite tag names like `node:stream`.That tag have `Node.js` as its parent.- I propose to display child tag with its parent, for example `Node.js:node:stream'.
- It will require renaming some composite tags and probably forbidding use of `:` (or other separator we decide to use) in tag names.
- There is a question what to do with grand children.
- Also how to display those in lists. It will be confusing to see `parent parent:child parent:child:grandchild` in one list.
- Currently we have composite tag names like `node:stream`. That tag have `Node.js` as its parent.
- I propose to display child tag with its parent, for example `Node.js:node:stream'.
- It will require renaming some composite tags and probably forbidding use of `:` (or other separator we decide to use) in tag names.
- There is a question what to do with grand children.
- Also how to display those in lists. It will be confusing to see `parent parent:child parent:child:grandchild` in one list.
#1: Initial revision
Tag full names.
Currently we have composite tag names like `node:stream`. That tag have `Node.js` as its parent. I propose to display child tag with its parent, for example `Node.js:node:stream'. It will require renaming some composite tags and probably forbidding use of `:` (or other separator we decide to use) in tag names. There is a question what to do with grand children. Also how to display those in lists. It will be confusing to see `parent parent:child parent:child:grandchild` in one list.