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

Refactor tags support out of sideboard.lib.sa #41

Open
EliAndrewC opened this issue Sep 14, 2016 · 0 comments
Open

Refactor tags support out of sideboard.lib.sa #41

EliAndrewC opened this issue Sep 14, 2016 · 0 comments

Comments

@EliAndrewC
Copy link
Contributor

Moved here from the (now private) original Sideboard issue tracker.

One of our early apps had some special casing for a "tags" attribute in its models. There's one specific place in the code where we check for tags and handle it appropriately.

We don't want to hard-code this into core Sideboard; at the same time, we want that code to work as a Sideboard plugin. So for now I think we can just cut this out of our code, but we should spend just a few minutes thinking about how to make this code extensible, perhaps adding support for the concept of "foreign key into any table" which is really what tags are all about.

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

1 participant