ksheedlo / firebase-hackathon

Hackathon project for 8/13/2013 on AngularJS + Firebase
1 stars 2 forks source link

Add 'freetext' meta types #11

Open ProLoser opened 10 years ago

ProLoser commented 10 years ago

So right now we support labels.

This means you can do things like find issues with the greatest 'Duplicate' or 'Critical' rating and try and adjust your priorities accordingly.

You can also create things like 'component-js' and 'component-css' etc to allow people to categories labels for you.

However, users can't do things like assign an issue to a customer. We could have 1 property where users could type whatever garbage they want, but this seems useless. Instead, I think the owner should be able to explicitly set 'freetext' fields like 'owner' or others, and the user will be presented with text inputs for these specific fields.

This raises questions: