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

Implementing idea ordering under a goal #137

Open
mindey opened this issue Dec 1, 2015 · 0 comments
Open

Implementing idea ordering under a goal #137

mindey opened this issue Dec 1, 2015 · 0 comments

Comments

@mindey
Copy link
Member

mindey commented Dec 1, 2015

It may be important for a user to be able to order ideas under a goal by priority. However one idea may address multiple goals. So, we have to encode the order of the Idea for each different goal.

We may use the django-sortedm2m to have Goal.ideas = SortedManyToManyField(Idea).

https://github.com/gregmuellegger/django-sortedm2m

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