-
Notifications
You must be signed in to change notification settings - Fork 494
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
Collecting additional information during submissions #2528
Comments
Where do you want to add this information? I guess you speak about the submission the tracks and booths, right?
This sounds good to me.
What do you exactly mean?
👍 |
Yeah, this is related to Tracks/Booths.
What I mean to say is that using polymorphic association we would have |
@rishabhptr what about you send a PR with a suggestion? It is much easier to discuss about code when seeing the code and we want to see the work you are doing 😉 |
@Ana06 Yes, you're right and sorry for not updating earlier. I have created a PR explaining my approach and the concerns that I am facing. Thanks! |
I am wondering if we want to allow people to submit custom things, in addition to the predefined fields, so that they can determine both the description as well as submit the equivalent value (eg. a link to project's repo). ID | description | text |
It's a nice idea and I don't think it would affect the contact/social-media field and the other fields that I have mentioned in the PR. If this is a requirement we can definitely work on it and the discuss the approach here. I am assuming that we would need a different table to implement this. |
Addressing a similar need: #3058 |
GSoC is long over :) |
As a part of the GSoC project. We want to collect additional details such a contact, social media, additional requests for.
For the Social media links, I have proposed to use the contact model which already exists for the social media links and create a polymorphic association with the track and booth models.
One query regarding this is should I leave the existing association with conference model as it is or change that too?
For contact fields I think we should add a website_url for tracks just like booths. Other options such as email / social _tag are covered in contact model.
The text was updated successfully, but these errors were encountered: