You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I couldn’t make this work for me. If I typed in python review.py areaName, I got an error about not using a tag name. If I typed in python review.py tagName, I got an error about not using an area name.
Edit: What if I want to do this without using tags?
The text was updated successfully, but these errors were encountered:
@nathansnelgrove It does not work without tags at the moment, unfortunately.
Right now, the hierarchy is as follows:
group - this is the argument how you run and group the review, such as work or private or clients
tag - this tag must be on the 1 or many areas that are related to the group
area_id - this is the area where you want to save the review
You could get it to work by adding tags to your ehc and clientWork area.
I will also reconsider how I can make it work without tags.
I also consider changing the config to make it clearer and make it simpler.
minthemiddle
changed the title
Confusing about areaName and tagName
Does not work without tags
Aug 11, 2023
I couldn’t make this work for me. If I typed in
python review.py areaName
, I got an error about not using a tag name. If I typed inpython review.py tagName
, I got an error about not using an area name.Edit: What if I want to do this without using tags?
The text was updated successfully, but these errors were encountered: