Refactor CSV Import Controller #1192
Closed
pedrocarmona
started this conversation in
Feature Requests
Replies: 1 comment
-
Hey @pedrocarmona, thanks for the request! I agree that this could be an improvement on the existing design and could also help with future extension of this feature. I've got a pretty big overhaul of the CSV imports that I'll be working on next week:
Given these upcoming changes, I can't promise that we'll be able to merge this refactor right now, but I'd be more than happy to review a PR and see if we can get this in for our Below I've posted the Figma designs for the "overhaul" that I'll be doing next week to help you see the end state that we'll be looking for here: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the feature
Refactor the csv import clean step: to allow updating cells via turbo.
Why is this feature important?
Improves usability and responsiveness on the clean step of importing. Also use a json column instead of a normalized csv for faster updates.
Additional context, screenshots, and relevant links
index
row index within import,fields
.:date, :name, :category, :tags, :amount
)Beta Was this translation helpful? Give feedback.
All reactions