Skip to content

How might we export calculated values? #32

@stevepolitodesign

Description

@stevepolitodesign

When exporting data, I want to be able to export calculated values, so that I have more context about each record.

Relates to #27

Here's a contrived example:

class User < ApplicationRecord
  has_many :posts

  def post_count
    post.count
  end
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions