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

Topic/duplicate detection #25

Merged
merged 9 commits into from
Apr 25, 2012
Merged

Conversation

ahinkka
Copy link
Contributor

@ahinkka ahinkka commented Apr 22, 2012

Implements an initial functional version of duplicate membership detection.

Tests don't work at the moment.  Needs templating
and actual usage of the new method in the Membership
model.
Need to add some sort of main header for
member_list generic view to be able to distinguish
between different views.
Changes enables us to make distinguishable
generic views for e.g. duplicates etc.
The return value is rather peculiar and needed more
documentation.
Simplifies the implementation, fixes template to
include member id and not show duplicate header
in duplicate list.
@@ -6,11 +6,14 @@
{% endblock %}

{% block content %}
{% if header %}<h2>{{ header }}</h2>{% endif %}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also adds this. Without a way to tell the user they are looking at the duplicates, there's no other indicator. This should be used on other generic membership lists as well.

annttu added a commit that referenced this pull request Apr 25, 2012
@annttu annttu merged commit 24589b4 into kapsiry:master Apr 25, 2012
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

Successfully merging this pull request may close these issues.

2 participants