TDTagSearch (in development)

The PeerWalk app is designed to enable rapid ad hoc peer code reviews. A feature of the app allows user to tag a defect from a list. The taxonomy of this list (tree) is publicly scrutable. This allows customers to give feedback, suggest or fix the defect tag tree. This xcode project is imported into the PeerWalk app via Swift Package Manager (SPM). In addition to just the data tree, this repo gives back to the community the SwiftUI code for the entire tagging UI within PeerWalk.

screenshot

Defect Tag Tree

The data structure for all the defect tags is a JSON file located here: defect_tags.json. Please give feedback and suggestions either via the Issues tab or with Pull Requests.

GitHub

View Github