feat: add ability to tag techniques#1520
Open
Scott-James-Hurley wants to merge 6 commits into
Open
Conversation
Contributor
|
@Scott-James-Hurley how do we want this to work with the dynamic roles? At the moment the proposal reader role can have tags and that determines what read access the user has. Do you want to add here so that it also respects the technique associated with the tag? |
Contributor
|
Hi @Scott-James-Hurley I was looking at this PR and was wondering, how is this intended to be used? Maybe we should jump on a quick call where you could help me understand how taggiing tehcniques allows us to more efficiently generalise the Xpress functionality? Thanks. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes UserOfficeProject/issue-tracker#1555
Description
This PR allows adding techniques to a tag. Functionality to use tags with techniques will follow.
Motivation and Context
Being able to associate techniques with tags will allow us to more efficiently generalise the Xpress functionality, a requirement for more facilities to be able to use it.
How Has This Been Tested
Adds an e2e test to cover adding and removing techniques from a tag.
Changes
tag_techniqueto associate techniques with tagsTests included/Docs Updated?