Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do you add new meta annotation types like Blurred and Concealed? #118

Closed
JustinMBrown opened this issue Aug 8, 2019 · 2 comments
Closed

Comments

@JustinMBrown
Copy link

I have the django project opened, and I'm trying to add more meta annotation types, but there are a ton of places in code that need updating just to add a single new type. Is there an easy way to do this using some configuration file, or are these fields really just hard coded values that require many changes through the code?

@lilioid
Copy link
Member

lilioid commented Aug 9, 2019

As far as I know you would have to do it manually in a lot of code places. And don't forget the JavaScript files.

What meta-type are you looking for? It might be worth it to implement it in general

@JustinMBrown
Copy link
Author

That's what I ended up doing, it wasn't too hard. Actually, I specifically ended up converting concealed and blurred into integer values that ranged from 0 to 5 to denote the magnitude of occlusion and blurriness.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants