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

More filter options in the Bugs Tab #424

Open
thedroiddiv opened this issue May 20, 2023 · 9 comments
Open

More filter options in the Bugs Tab #424

thedroiddiv opened this issue May 20, 2023 · 9 comments

Comments

@thedroiddiv
Copy link
Contributor

Currently there are may filter options available in the reports tab but not in the bugs tab. I would be good addition."

Bugs Section

Screenshot 2023-05-20 at 3 14 08 PM

Reports Section

Screenshot 2023-05-20 at 3 14 50 PM
@F43nd1r
Copy link
Owner

F43nd1r commented May 20, 2023

Most report filters cannot be provided on bugs without performance degradation. Nevertheless, which filters would you like to see on bugs?

Also note that filtering by Latest Version is already available in Acrarium 2.0.

@thedroiddiv
Copy link
Contributor Author

I was looking for a filter by device

@F43nd1r
Copy link
Owner

F43nd1r commented May 20, 2023

For efficient implementation filters need to correspond to a property of the entity being displayed. A bug entity doesn't have a device property, and the lookup over all reports is very expensive.
As a bug logically cannot have just one device this is also not something I can add easily.

In general I'm hesitant to add a filter for something you can't see, and there's no way to display all affected devices in the table.

@thedroiddiv
Copy link
Contributor Author

Another feature that I needed recently is to filter by a range of date? Sorry, it it already exists, but I cannot find it.
And is there a way to find which report was a crash and which was just a report sent?

@thedroiddiv
Copy link
Contributor Author

Also I want to try developing some features I need. I Haven't worked with Spring Boot earlier, so I'll just try out for now.
BTW which IDE you use for the development of this project? IntelliJ?

@F43nd1r
Copy link
Owner

F43nd1r commented Jun 2, 2023

Another feature that I needed recently is to filter by a range of date? Sorry, it it already exists, but I cannot find it.

Don't think it exists, should be possible to implement I'd guess.

And is there a way to find which report was a crash and which was just a report sent?

I don't think ACRA sends that information at the moment.

Also I want to try developing some features I need. I Haven't worked with Spring Boot earlier, so I'll just try out for now.
BTW which IDE you use for the development of this project? IntelliJ?

IntelliJ.

@ray73864
Copy link

ray73864 commented Sep 8, 2023

I would love to be able to filter on a custom field that my app sends.

We have over 80 Cipherlab RS35 devices, my app for the most part works quite nicely, however sometimes it has crashes in certain areas and one of the custom fields I send to Acrarium is the serial number of the device.

Would love to be able to filter specifically on that custom serial number field.

@F43nd1r
Copy link
Owner

F43nd1r commented Sep 9, 2023

@ray73864 that is already supported for reports in the latest beta versions.

@ray73864
Copy link

ray73864 commented Sep 9, 2023

Awesome news.

Might see about upgrading soonish, the current version has a lot of bugs, especially around deleting old versions, null timestamps, etc...

Plus the reporting charts have never worked for me.

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

3 participants