Page MenuHomePhabricator

Allow creation of reports from custom queries
Closed, ResolvedPublic

Description

This is an idea I had when I realised that almost everything supports querying on the modern search infrastructure. Since users can create queries on data and save those queries, it makes sense to me to be able to create reports based on that data (rather than having a completely separate filtering system for reporting).

In this case I think Fact should just be responsible for taking a set of data and allowing the user to pick from the available fields to determine what type of graph they want and how the data should drive that graph. Fact then doesn't need to deal with actually retrieving the data at all; it is just provided a list of objects from a query (where the query can be on any object type).

What are your thoughts on this @epriestley?

Event Timeline

{T405} is vaguely related.

Generally, yeah, I think we'll end up somewhere like this, although it depends exactly how Fact works out.

D7165 is an example of how this could be achieved (although lacking in a lot of infrastructure / landability).

chad lowered the priority of this task from Low to Wishlist.Nov 3 2014, 2:28 AM
chad removed a project: Phabricator.
chad changed the visibility from "All Users" to "Public (No Login Required)".
epriestley claimed this task.

I'm just going to close this out since I think it's mostly superseded by T5307, which discusses this and other actions which would be nice to take with query result sets.