-
Notifications
You must be signed in to change notification settings - Fork 62
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 import export to the Members Model #296
Comments
I am not able to access the console to see the changes @jsparmani |
In the admin console, should I add my name to the database to access it? |
@HarshitVerma001 Viewing production data from your local setup of the project isn't possible. For experimenting you need to generate your own data. Note: One thing that needs to be figured out is how to accept images for members model from a csv |
Okay, you can assign it to me and I can work upon it. |
Okay, any ETA for this? |
I am learning side by side so 5th October if it is okay? |
Sure, go ahead. You can use this issue thread for any doubts and help as well. |
Any updates to the work @HarshitVerma001? |
@jsparmani I was trying to solve this issue using these 2 resources : |
@jsparmani I have tested the import export thing on my system and it works fine , the import and export buttons show up inside the member field inside the admin panel from where data transaction can happen. |
Okay, so how does import work for members model in case of images? |
What if we create a form for members to upload their details and images and from there we can run an automation script that can send authenticated post requests to the DSC-TIET API to add the members. |
Sounds good
…On Thu, 28 Apr 2022 at 22:45, Raghav Sharma ***@***.***> wrote:
What if we create a form for members to upload their details and images
and from there we can run an automation script that can send authenticated
post requests to the DSC-TIET API to add the members.
—
Reply to this email directly, view it on GitHub
<#296 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJ6VWE6XNB6UF7GIILBWHIDVHLBSRANCNFSM4R5J2U6A>
.
You are receiving this because you were mentioned.Message ID:
<developer-student-club-thapar/officialWebsite/issues/296/1112459330@
github.com>
|
The feature should allow us to create members by importing a csv from the admin panel itself. There are already many libraries which can help out with this.
The text was updated successfully, but these errors were encountered: