-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Spreadsheet import front module #2862
Conversation
Co-authored-by: v1b3m <[email protected]> Co-authored-by: Toledodev <[email protected]> Co-authored-by: Rafael Toledo <[email protected]>
Co-authored-by: v1b3m <[email protected]> Co-authored-by: Toledodev <[email protected]> Co-authored-by: Rafael Toledo <[email protected]>
Co-authored-by: v1b3m <[email protected]> Co-authored-by: Toledodev <[email protected]> Co-authored-by: Rafael Toledo <[email protected]>
@lucasbordeau Could you take a look? |
|
||
const apolloClient = useApolloClient(); | ||
|
||
const createManyRecords = async (data: Record<string, any>[]) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very nice!
@@ -0,0 +1,77 @@ | |||
import { Company } from '@/companies/types/Company'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it is acceptable at this stage to implement a company and a person version but we will want to re-implement it for any standard or custom object in a more abstract way
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense
Demo
Fixes #2473