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

Filter to Identify Duplicate Points #285

Open
AmberSJones opened this issue Jun 27, 2016 · 3 comments
Open

Filter to Identify Duplicate Points #285

AmberSJones opened this issue Jun 27, 2016 · 3 comments
Assignees

Comments

@AmberSJones
Copy link
Member

AmberSJones commented Jun 27, 2016

The technicians have requested functionality to automatically select points that are duplicate (same value and same timestamp) and overlapping (same timestamp but different values).

The first case can occur when a user has added points using the Add Point function, but some of those points already existed in the series. It is impossible to visually identify this since the points overlap. When the user tries to save the data series, it results in an error. They can then track down the overlapping point noted in the error message, but there may be more than one of these points, so they then have to go through the process multiple times.

The second case may occur for various reasons. This is not prevented by the business rules of the database, so it is desirable to have a method for identifying overlapping points in case this is not intentional or doesn't make sense for the data series.

I think that this should be added as an option on the Filter Points form. We can discuss more if needed.

@sreeder
Copy link
Contributor

sreeder commented Jul 19, 2016

Test on branch dup_filter

@AmberSJones
Copy link
Member Author

The filter is working for highlighting on Windows but not on Mac.

@AmberSJones
Copy link
Member Author

We need to get this issue addressed and a release out with all of our current functionality included ASAP. @sreeder I know you are working on the release problem. Can we make a goal to get that resolved this week?

@sreeder sreeder mentioned this issue Sep 13, 2016
@sreeder sreeder added the OSX label Sep 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants