Make social media links on all forms in a way that users only need to add their username or other short forms.
Relevant Forms:
E.g. show as follows
Twitter https://twitter.com/___________
Github https://github.com/___________
Linkedin https://www.linkedin.com/____________
Instagram https://instagram.com/______________
Facebook https://facebook.com/_______________
YouTube https://youtube.com/________________

HIi @mariobehling i want to work on this issue
Go ahead.

Hii @snitin315 is i am going right .?
Hii @snitin315 do I have to create an account to create an event locally
Hii @snitin315 do I have to create an account to create an event locally
Yes
Hii @snitin315 is i am going right .?
Looks like expected behavior for basic-details step. We have separate fields for Github and etc links in attendee , speaker forms too as mentioned in Issue description.
okay I will change those to
Hii @snitin315 i created an account but the gmail validation link is not working . and the attendee , speaker form are blocked .

You need to enter required details and click on Forward (at bottom ) to move to next step.
after feeling all the details also the forward button is disable
Email verfication link is not working .
it giving response of Not found
Probably you have eventyay.com in your verification link, try changing it to localhost:4200
Thanks, it worked



Hii @snitin315 can you please review it. The attendee form is taking social links as normal input.
This is not what Mario meant. He meant that twitter field should have https://twitter.com/@ as fixed part and rest username to be filled by user. Similar with Instagram and others with fixed part of URL being already present. What possible use could we have for providing a dropdown for Instagram with option of youtube.com? That'll create even more confusion
Thansks @iamareebjamal for the review . I will make it as expected.
can anyone help me with this

This is maybe due to recent change in schema, please try rebasing your branch with development again.
You need to run python manage.py db updgrade for migrating the database schema
From the screenshot it seems she is using hosted development api.
I can access this page without any errors.
https://open-event-frontend.now.sh/admin/content
Wait, I dont have an admin account still I can access that route.
I cant access /admin
But i can acess /admin/settings
The same behavior on production. Needs to fix it ASAP.
/cc @iamareebjamal
You can see the page but can't make any modifications as there are server side authorization checks in place. However, raise a separate issue for this bug
The recent changes resulted in only covering very few social media services. Services that were previously covered in this feature are no longer covered, e.g.
Please add other major services and enable the user to use "Custom".
E.g. = example. It does not mean only the mentioned services should be covered. All services that were previously covered should still be covered after the changes. Therefore reopening this issue. Thanks.
I will update
enable the user to use "Custom".
Regarding custom, we can add an other option in the dropdown and allow the user to fill the corresponding URL.