Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in
V
vf-graphql
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 17
    • Issues 17
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 2
    • Merge Requests 2
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Value Flows
  • VF Schemas
  • vf-graphql
  • Issues
  • #22

Closed
Open
Opened Apr 17, 2019 by pospi@pospi
  • Report abuse
  • New issue
Report abuse New issue

Define top-level query filter criteria for reporting

As per #21 (closed), queries are also in an incomplete state as were pulled from NRP's partial coverage to begin with.

We need a good set of user stories linked to this epic describing the types of UI bindings and reporting queries that we need from the system.

We also need to decide on the information architecture of the query API. My choice would be that all parameters are logical 'AND's and are available on every all* query endpoint that necessitates them. We should thus delete filteredEconomicEvents and move those parameters to allEconomicEvents for consistency (which is fine, nobody is using that code yet). Basically, a search with no args = an "all" query.

The goal is to end up with the smallest number of most generic parameters possible, because every parameter added needs to be implemented in every system that wants to provide ValueFlows data in order to be compliant; and that takes time & effort.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
0
Labels
None
Assign labels
  • View project labels
Reference: valueflows/vf-schemas/vf-graphql#22