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

Draft: Calculation column #19

Open
5 tasks
HideBa opened this issue Mar 9, 2022 · 0 comments
Open
5 tasks

Draft: Calculation column #19

HideBa opened this issue Mar 9, 2022 · 0 comments

Comments

@HideBa
Copy link
Member

HideBa commented Mar 9, 2022

Leader

@

User story

The user wants to perform an arbitrary operation on a column. For example, there are columns Population and Area, and the user wants to add a new column that represents population density by dividing population by area. In this case, the population and area data may be updated later, so the column that represents population density should be displayed by executing a predetermined formula from the latest data as appropriate.

Requirements

  • When user create the column, user can choose calc type
  • User can choose/get the reference to the columns
  • User can input simple formula which supports add, subtract, multiple and divide

Design file

Testing list

  • When OO is
    • If you input "XXX", it should show "YYY"
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

1 participant