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

Add CSV Util to Push Variations Into Service #77

Closed
darnjo opened this issue Nov 27, 2023 · 0 comments · Fixed by #78
Closed

Add CSV Util to Push Variations Into Service #77

darnjo opened this issue Nov 27, 2023 · 0 comments · Fixed by #78
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@darnjo
Copy link
Member

darnjo commented Nov 27, 2023

The Variations Service takes items in JSON format

[
    {
        "resourceName": "CustomProperty",
        "suggestedResourceName": "Property"
    },
    {
        "resourceName": "Property",
        "fieldName": "PropertyType",
        "lookupValue": "Multi-Family",
        "suggestedResourceName": "Property",
        "suggestedFieldName": "PropertySubType",
        "suggestedLookupValue": "Multi Family",
        "suggestedODataValue": "MultiFamily",
        "suggestedParentResourceName": "Property",
        "suggestedParentFieldName": "PropertyType",
        "suggestedParentLookupValue": "ResidentialIncome"
    }
]

There should be a variations option to allow the user to add new suggestions from a CSV file, which will convert them into this format.

@darnjo darnjo added the enhancement New feature or request label Nov 27, 2023
@darnjo darnjo added this to the Backlog milestone Nov 27, 2023
@darnjo darnjo self-assigned this Nov 27, 2023
darnjo pushed a commit that referenced this issue Nov 29, 2023
@darnjo darnjo linked a pull request Nov 29, 2023 that will close this issue
darnjo added a commit that referenced this issue Nov 29, 2023
* #77: Initial commmit of variations update

* #77: Added util to push CSV suggestions into the Variations Service

---------

Co-authored-by: darnjo <josh@reso.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant