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

Updating export config #7

Closed
PatheticMustan opened this issue Jan 27, 2022 · 0 comments
Closed

Updating export config #7

PatheticMustan opened this issue Jan 27, 2022 · 0 comments
Assignees
Labels
d4:extreme We must consult the elders for this problem. p4:essential WE REALLY SHOULD DO THIS

Comments

@PatheticMustan
Copy link
Member

See https://github.com/rebels2638/ScoutingApp2022/blob/hackerooni/Config/kpvToCsv.js

kpvToCsv(matches) accepts an object of keypair values, with the key being the component key, the value being the latest updated value.

theHolyGrail is filled with objects that follow the following format:

{
    name: "Column name",
    vf: kpv => kpv["ComponentKey"]
}

name represents a human readable column name, vf should be a function that takes the whole keypairvalue object as an argument, and returns the cell's value

@PatheticMustan PatheticMustan added d4:extreme We must consult the elders for this problem. p4:essential WE REALLY SHOULD DO THIS labels Jan 27, 2022
@PatheticMustan PatheticMustan self-assigned this Mar 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
d4:extreme We must consult the elders for this problem. p4:essential WE REALLY SHOULD DO THIS
Projects
None yet
Development

No branches or pull requests

1 participant