-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Description: Implement a feature that allows users to autocomplete the conference form fields by entering the event URL.
Tasks:
- Add an input field in the conference form for the event URL.
- Develop a backend function that:
- Receives the URL.
- Extracts the event title, date, and location.
- Returns the extracted data to autocomplete the form fields.
Technical Details:
- Use web scraping techniques to obtain data from the conference page.
- Handle errors for invalid URLs or extraction failures.
Example Flow:
- User enters the conference URL in the form.
- The application sends the URL to the backend.
- The backend extracts the title, date, and location.
- The frontend receives the data and autocompletes the form fields.
Metadata
Metadata
Assignees
Labels
No labels